-
Excel-VBA-Master
各种Excel VBA编程的范例,非常有实用价值。(Various kind of codes for VBA application for data processing.)
- 2014-02-28 19:51:28下载
- 积分:1
-
ping
使用vb实现ping命令,可ping指定IP并返回结果(Vb realize the use of ping command, can ping the specified IP and return results)
- 2008-04-10 18:24:11下载
- 积分:1
-
VB6diqu
今天给大家带来使用文本文件作为数据源的 ComboBox中国城市三级联动的代码。
1.地区库更新非常方便,不会影响到其他功能(区划代码是唯一的)。
2.文本文件读取来速度很快。(n the past, I used VB6 to write an example of three-level linkage of ComboBox in Chinese cities, using MDB database. A few years ago, the code, the regional database is not the latest. Today we bring you the code of ComboBox, which uses text files as data sources, for three-level linkage of Chinese cities.
1. The regionalization library updates are very convenient and will not affect other functions (regionalization code is the only one).
2. Text files are read very fast.)
- 2019-06-05 09:34:04下载
- 积分:1
-
LW-LZ78
实现以下的无损数据压缩方法
LZ78和LZW算法;
给定若干个输入的字符串流,应用所编写的算法实现压缩,计算压缩比,然后再将压缩的码流进行解码,同输入的字符串流进行比较,判断输入输出码流是否一致。(Achieve the following lossless LZ78 and LZW data compression algorithm certain algorithms to a given input string stream to achieve compression applications written to calculate the compression ratio, and then decoding the compressed code stream, with the stream input string , and determines the input and output streams are the same.)
- 2014-04-27 23:05:58下载
- 积分:1
-
windows-desktop-ball-
适于各版windows的桌面弹球,右键调节透明度,按任意键退出。(winall,desktop ball)
- 2015-01-08 22:52:31下载
- 积分:1
-
遗传算法控件
对于学习遗传算法,并使用vb 语言来编程的用户,会大有帮助的。(for studying genetic algorithm, and use Visual Basic programming language to the user, it will be of great help.)
- 2005-05-13 17:21:49下载
- 积分:1
-
liushuizuoye
这是基于VC++的一个简单的流水作业程序(动态规划法)(This is based on the VC a simple routine procedure (Dynamic Programming))
- 2007-05-10 00:54:02下载
- 积分:1
-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1
-
Clock
VC++可切换到数字模式的圆形时钟,VC++编程学习源码,很好的参考资料。(VC++ round the clock to switch to digital mode, VC++ programming learning source, a good reference.)
- 2014-02-08 17:22:58下载
- 积分:1
-
drawpoint
在Visual Basic环境下实现在picturebox里画点,线,面的功能(In the Visual Basic environment to achieve in painting in the PictureBox point, line, surface features)
- 2008-12-17 10:31:41下载
- 积分:1