-
AccessPW
提取ACCESS文件中的密码,不需要暴力破解。从文件中的某一字段直接解密(ACCESS extract document password, do not need to break the violence. From the document directly to decrypt a field)
- 2008-12-16 13:25:52下载
- 积分:1
-
Unikey-4.0
to study for student
- 2013-08-28 12:11:13下载
- 积分:1
-
SSubTmr
一个外国人写的 VB6 子类和定时器,提供源代码。
- 2013-07-12 11:14:37下载
- 积分:1
-
CloseScreenAndLock
锁定显示器时自动关闭计算机屏幕,节约能源(Automatic shutdown the computer lock screen display, energy saving)
- 2013-03-18 15:21:59下载
- 积分:1
-
Churraskito
pr 提权源码 支持cmd自定义路径
vc 6++ 编译通过(pr mention the right source to support cmd custom path)
- 2012-04-27 10:22:22下载
- 积分:1
-
invGJ
输入一个矩阵,可以求得该矩阵的逆矩阵,内附解释说明(Enter a matrix, you can obtain the inverse matrix, containing an explanation)
- 2010-08-20 12:17:51下载
- 积分:1
-
addressbook
通讯录管理系统 ,c语言 ,动态链表和结构体,课程设计(Address Book)
- 2011-06-19 11:54:58下载
- 积分:1
-
VC-generated-excel-histogram
vc6.0 excel2003 用c++生成excel表格并且绘制柱状图 一步完成不需要操作excel(vc6.0 excel2003 c++ excel spreadsheet to generate and draw a histogram step does not need to operate excel)
- 2013-05-17 15:57:41下载
- 积分:1
-
IP
自动采集小说程序,对于建站很有帮助,试试吧(Automatic acquisition novel procedure for the Jianzhan helpful, give it a try)
- 2010-06-20 20:39:13下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1