资源列表
bianliangzhuanhuan
- java中的变量转换,希望对大家有所帮助-java of variable conversion, we hope to help
059
- a simulation source file of Joseph circle.
imagesize
- 功 能: 返回保存位图像所需的字节数
intToBin
- 一个将十进制数转化为二进制书的程序,用集合类实现,看看吧-a decimal number will be converted into the binary program, the collection classes to achieve, let's see it
1.5
- 一元稀疏多项式简单计算器,基本功能为输入并建立多项式
tst
- 文件操作测试 文件操作测试-paper document testing testing paper document handling test document handling test
TextBoxmyj2
- 禁止在TextBox中输入 作者:土人 方法一:(有光标闪烁,输入、删除等操作无效) Text1.Locked = True 方法二:(无光标闪烁,不能输入、删除,界面变色、文字反白) Text1.Enabled = False 方法三:(有光标闪烁,可删除,不能输入) 此法用两个API函数,略为复杂些。请在标准工程添加两个按钮和一个文本框:-TextBox which prohibits the importation Author
HK_kIND
- 海康产品测试过支持的备份设备:一些测试过的备份设备的型号.rar
txt2dat
- 把txt文件转换成dat数据文件,确保能运行。-transmite the txt file into dat file,assure it can be runned.
FileUtils
- Simple Delphi FileSize replacement that returns size in int64
Static-List
- 配套数据结构,静态链表的一系列操作,如建立,插入等。已经编译成功。-Static List
kalman-VB
- 使用VB语言实现的卡尔曼滤波源程序, 其基本思想是:采用信号与噪声的状态空间模型,利用前一时刻地估计值和现时刻的观测值来更新对状态变量的估计,求出现时刻的估计值。它适合于实时处理和计算机运算。