CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ie
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - ie - List
[
Compress-Decompress algrithms
]
MyloopToolbar
DL : 1
自制IE插件,实现在www.mailu.cn搜索的动能 -homemade IE plug-ins, to achieve the kinetic energy www.mailu.cn Search
Date
: 2008-10-13
Size
: 6.09mb
User
:
king
[
Compress-Decompress algrithms
]
MyloopToolbar
DL : 0
自制IE插件,实现在www.mailu.cn搜索的动能 -homemade IE plug-ins, to achieve the kinetic energy www.mailu.cn Search
Date
: 2026-01-10
Size
: 6.09mb
User
:
king
[
Compress-Decompress algrithms
]
dituzhese
DL : 0
地图着色把地图上的每个城市抽象为一个点,并给每个城市编号,,相邻的城市之间用直线连接。据此做出邻接矩阵,若第i个城市与第j个城市相邻,则metro[i][j]=1,否则metro[i][j]=0。 算法:按照编号从小到大的顺序检查每个城市,对每个城市从1到4使用4种颜色着色,若当前颜色可用(即不与相邻城市颜色相同),则着色;否则测试下一种颜色。 -Map coloring to each city on the map as a point of abstraction, and to every city number, adjacent lines to connect between cities. Accordingly to make adjacency matrix, if the section i and section j cities adjacent cities, the metro [i] [j] = 1, otherwise the metro [i] [j] = 0. Algorithm: In accordance with the code sequence from small to large checks every city, every city on 1-4 from the use of four kinds of color shading, color can be used if the current (ie not with the same colors as the neighboring cities), then coloring Otherwise, the next test colors.
Date
: 2026-01-10
Size
: 405kb
User
:
杜丹
[
Compress-Decompress algrithms
]
hafuman
DL : 0
利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编、译码系统。本文章是为这样的信息收发站写一个哈夫曼码的编、译码系统。(含代码)-The use of Huffman coding to communicate can greatly improve channel utilization, shorten the transmission time information, reducing transmission costs. However, this requires the sending end through a coding system for pre-treatment of mass data encoding, will be heard at the receiving end of the data decoding (recovery). For duplex channel (ie, two-way transmission of information can be channel), each client requires a complete series, decoding system. This article is for this information to send and receive station to write a series of Huffman codes, decoding system. (Including code)
Date
: 2026-01-10
Size
: 24kb
User
:
展令杨
[
Compress-Decompress algrithms
]
huffman
DL : 0
问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Description of the problem] use Huffman encoding of information and communication can greatly improve the channel utilization, reduce the information transmission time, lower transmission costs. However, this requires the sending end through a coding system for pre-treatment of mass data encoding, will be heard at the receiving end of the data decoding (recovery). For duplex channel (ie, two-way transmission of information can be channel), each client requires a full encoder/decoder system. Test for such information transceiver station to write a Huffman encoder/decoder system.
Date
: 2026-01-10
Size
: 15kb
User
:
yangyang
[
Compress-Decompress algrithms
]
stack
DL : 0
C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. His class is written with a void* based implementation, and a template-based interface. The chief aim of restricting templates to interface classes is to reduce "code bloat", which is the replication of template code for each instantiated type. Bloat increases the overall size of the object code. In my demo, I extend the interface-class idea to create a generic stack class to contain objects (ie, not just pointers to objects). This demo also provides a nice example of using "placement new" and explicit destruction.
Date
: 2026-01-10
Size
: 3kb
User
:
邹娟
[
Compress-Decompress algrithms
]
CPPTBA
DL : 0
IE上的工具条例子,细节也比较详尽,可供学习之用-IE tool for regulations on the child, details of the relatively detailed, for learning purposes
Date
: 2026-01-10
Size
: 16kb
User
:
张古藤
[
Compress-Decompress algrithms
]
UPCEAcodeRead
DL : 0
此布局惟一的遗憾是在IE6以下浏览器中显示为怪异模式,因为HTML代码的头一句加了一个注释,如果删除后在IE中滚动条高度显示不全-This layout only regret is that in IE6 the following displayed in the browser as a bizarre model because the head of an HTML code for adding a comment, if you remove IE after the scroll bar displays a high degree of insufficiency
Date
: 2026-01-10
Size
: 341kb
User
:
a
[
Compress-Decompress algrithms
]
autoauth-code1[1].2
DL : 0
控件特点: 1、使用方便,只需要从工具栏直接拖到页面即可自动验证,零代码使用。 2、自动完成客户端以及服务器的验证码验证,Ajax验证,随用户输入即时 验证并友好提示。 3、可自定义验证码图片外观。 4、有水平方向垂直方向两种方式选择。 5、有数字、小写字母、大写字母三种及任意两种组合、三种组合字符选择。 6、兼容IE及FireFox。-ASP fast authcode!!!!!!!!!!!
Date
: 2026-01-10
Size
: 130kb
User
:
songkui
[
Compress-Decompress algrithms
]
cpubbs_customize_ctl
DL : 0
这是一个基于ActiveX技术的OpenGL控件,他可以在ie浏览器中运行,可以在VB中引用。不过现在还除了简单的演示外,还没有任何功能。但不久我将用这个技术开发一些仪表控件,希望大家喜欢。-This is based on ActiveX technology, OpenGL controls, he can run in the ie browser, you can reference in VB. But now apart from a simple demonstration, but also no functionality. But soon I will use this technology to develop some instrument control, I hope you enjoy.
Date
: 2026-01-10
Size
: 87kb
User
:
wujianbo
[
Compress-Decompress algrithms
]
tabu-search---TSP
DL : 0
Tabu search, genetic algorithms are compared with the thermal simulation, the solution space much more searches (ie Hrystr of them)
Date
: 2026-01-10
Size
: 2kb
User
:
hossein
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.