资源列表
Connect2006-7-18
- 用C#编写的基于.NET1.1的数据库公共操作类,你只需要在类中定义连接字符串后即可以SQL命令字符串作为参数调用对数据库的增、查、删、改等方法,你也可以再进一步修改和完善功能。-prepared with C#-based.NET1.1 public database operations, you only need to define the category after the string can connect SQL command string as a parameter ca
bits
- Debugger and Binary/Hex/Octal Formats
kapp5
- Simple Calculator with some added features
CSerialPort
- class to communicate thru serial port
fscatter3
- 此程序为数据读取程序,可以加快读取速度。-This procedure for data reading program that can speed up the read speed.
VisualBasic
- 截屏、抓图代码,取得桌面窗口 的设备场景-get screen picture
hanshu
- MATLAB中用C语言编写的S函数,牛顿迭代法-Using C language MATLAB S-function, Newton iteration
vbformbgjb
- VB6.0颜色渐变代码,生成窗体背景的渐变效果。渐变类型可选:水平渐变,从白色渐变到蓝色,圆形渐变,可设置线型、线宽,从白色渐变到黑色渐变-VB6.0 color gradient code generated form the background gradient effect. Gradient Type Optional: horizontal gradient, gradient from white to blue, round gradient, you can set line,
printline
- 打印设置-Vb设置打印线条,打印横线、虚线、实线、点划线、双点划线、内收实线等线条,还是不错的。代码示例: Private Sub Form_Load() Combo1.AddItem "(默认值)实线" Combo1.AddItem "虚线" Combo1.AddItem "点线" Combo1.AddItem "点划线" Combo1.AddItem "双点划线" Combo1.AddItem "无线"
GM_1_1
- 灰色模型GM_1_1,一种数学建模的实用方法,对你的比赛,和应用很有帮助-A good mathematical modeling tool, It is very helpful to your study MATLAB
addition-of-polynomial-equation
- 实现两个多项式相加,兼容,高效,可直接在VC++中得到运行-addition of polynomial equation
Thread
- 基于windows API来实现的一个Thread类,参考了VCL里的TThread-An implementation of Thread class based on windows API. Reference TThread of VCL