-
7120029
WINDOWS核心编程的异常处理机制的完全模仿和实现,采用WIN32和DDK没有用MFC实现,,(The exception handling mechanism of WINDOWS core programming completely imitate and implementation, MFC implementation, using WIN32 and DDK to use,)
- 2017-04-25 14:35:30下载
- 积分:1
-
vbaPcrack
Excel VBA工程密码破解程序,经过笔者测试,绝对可以破解。(EXCEL VBA PASSWORD CRACK.)
- 2014-09-11 20:26:18下载
- 积分:1
-
24点游戏设计
24点游戏的关键代码和流程图,适合新手进行学习(Key Codes and Flow Charts for the 24-Point Game)
- 2019-01-09 08:33:15下载
- 积分:1
-
made source Ethernet MAC address, the software can be used to encrypt
取得网卡MAC地址源程序,也可用来对软件加密-made source Ethernet MAC address, the software can be used to encrypt
- 2023-07-26 08:10:03下载
- 积分:1
-
EitParser
关于DVB的EIT解析,把EIT解析出成一条条的文本内容,注意需要先把EIT的packet先从TS中抽出来...(Analysis of DVB in the EIT, the EIT parsing out the text into an article, attention to the need of the packet start TS first EIT taken out ...)
- 2010-09-11 18:27:01下载
- 积分:1
-
qsort
quicksort algoerithm in python
- 2014-06-22 23:06:06下载
- 积分:1
-
定义类IntChar Exercise-1-IntChar
定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。
* 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100
* 长度不足四个字符的串,剩下部分用0补足。
*
*
* 自己根据需要类IntChar的属性和方法,但需满足以下要求:
* 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。
* 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar:
*
* void main()
* {
* IntChar IC("Love")
* IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容
* IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容
* IC.Int_Print() // 以整数形式显示对象IC中保存的内容
* }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
- 2013-05-11 22:10:57下载
- 积分:1
-
FDK-reconstruct
通过vc2005编写的3D重建程序实现CT数据的三维重建过程,最终完成了重建。(Written by vc2005 3D reconstruction process, to achieve three-dimensional reconstruction of CT data)
- 2016-07-12 11:39:57下载
- 积分:1
-
L1General2
Solving graph optimization problems. Fast and support sparse constraint
- 2009-10-24 09:38:34下载
- 积分:1
-
DTtest
借助于深度优先搜索机制实现判定表的生成,对软件测试进行指导。(By means of a depth-first search mechanism to determine the table generation software testing guidance.)
- 2013-04-23 15:10:41下载
- 积分:1