资源列表
CalcDate
- 万年历,真正ASM源码,高效简洁。可以放心嵌入到自己的代码中。-hefty almanac, the real ASM source code, the efficient simplicity. Embedded can be assured of their code.
keylog
- Keylog A small keylogger by Drocon -Keylog A small keylogger by Drocon
1
- 用c++语言编写一个二人对战五子棋游戏源码
dianji
- 可以画圆,画矩形,可以定位,可寻找黑线,跟着黑线走-Can drawcircle painted rectangle can be positioned to find a black line, followed by the black lines go
8th-Sum
- VB 中讲述FOR 语句的实例,和C 一样,用来求和1到100的,可以和C 进行比较来说明VB 的用法。-VB in the examples on the FOR statement, and C, as used to sum the 1-100, you can compare and C to illustrate the usage of VB.
getini
- 本说明程序用于读取ini文件,只要把此函数加入自己的程序模块就可以实现。-Procedures used in this note to read ini file, add this function as long as the program modules on their own can achieve.
synflood.c
- 工具分类:拒绝服务 运行平台:Windows 工具大小:5068 Bytes 文件MD5 :6f1e4950723dc0d8a3be556724e1f61d 工具来源:Www.Bugkidz.Org Paris-Ye[Bugkidz]的Synflood代码 -Instrument classification: denial-of-service platform: Windows Tool size: 5068 Bytes file MD5: 6f1e495072
001
- 比较各种排序方法的效率 主要内容 选择四种以上的排序方法,采用随机生成的数据,登记并比较各个排序方法的比较次数和交换次数,计算排序所用的时间,验证各个排序方法效率。-Compare the efficiency of the sorting method of choice of content more than four sorting methods, using randomly generated data, the registration and compare the v
VB.Controls.Development.Design.Code.set.MaskEdBox.
- VB开发设置MaskEdBox控件设计代码VB Controls Development Design Code set MaskEdBox -VB Controls Development Design Code set MaskEdBox
DISKSECHEDULING
- this is program for disk scheduling
TmyTimerTaski
- 定时器读取一行文本,代码单独运行OK!可以供参考下;;虽然目前我的项目还没有完成,这只是里面很小的一个单元 -The timer read a line of text, the code is run separately OK! For Although my project is not yet complete, it just inside the small unit
CircleBuf
- 简单的环缓存演示代码, 演示了环缓存在C语言下的实现方式.