-
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
-
jisuanqi3
这是个计算器
是和微软有区别的
大家可以(This is a calculator and Microsoft is the difference between the U.S. could have)
- 2007-09-18 09:22:27下载
- 积分:1
-
pbfunc9
说明: 集成pb相关函数工具,二维码、http、base64转码(Integrated Pb correlation function tool)
- 2020-01-08 14:52:45下载
- 积分:1
-
MACJPOH
用VC++实现FLASH的经典事例很有借鉴意义,希望大家喜欢,详细介绍了两种语言的兼容性()
- 2018-06-15 13:21:51下载
- 积分:1
-
CUser
说明: 使用odbc访问sql server2000数据库(Access to sql server2000 database using odbc)
- 2010-04-06 10:49:44下载
- 积分:1
-
helq-file-help
本文件是poly16相位调制方式的仿真实现方案,希望能对大家有所帮助(This file is poly16 simulation implementation scheme of phase modulation mode can hope to be of help)
- 2017-08-13 14:13:34下载
- 积分:1
-
svkjbt
Spring Create a simple bean example()
- 2018-05-14 14:57:16下载
- 积分:1
-
cadtoansys
将autocad软件中的线和面导入到ansys模型中,进行建模和处理(transform line and area from autocad to ansys)
- 2020-08-31 19:58:11下载
- 积分:1
-
1
说明: 模拟舰船Kelvin尾迹,不考虑船首尾及粘滞影响(The simulation of ship wake Kelvin, without considering the fore and aft and viscous effect)
- 2014-11-27 11:28:05下载
- 积分: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