-
CoolClockl
Cool Clock Control,You can enjoy it!
- 2010-02-17 01:15:30下载
- 积分:1
-
crkcd
自动搜索光盘,查找多媒体文件,生成播放列表,并自动播放,特别是支持大多数加密光盘
密码光盘(automatically search CD-ROM search multimedia files, generate a playlist and played automatically. particularly in support of the majority of password encryption CD discs)
- 2007-02-01 17:46:34下载
- 积分:1
-
Timerjishi
VC++ 源码编译实现的计时器小程序,比较简易的计时器,比秒要再快一些,不过这个时间频率是可以调的,如图所示,点击开始计时功能,计时器就开始工作了,可看到数字在不停的增大。(Timer applets VC++ source compiler implementation, relatively simple timer than seconds again faster, but this time frequency can be adjusted, as shown, click the start timing function the timer began working, can be see the numbers kept increasing.)
- 2013-03-10 13:33:46下载
- 积分:1
-
search-the-number
用于求三组数,每组数的各个位都不相同。第二组数为第一组的2倍,第3组数为第一组的3倍(Is used to find the number of three, the number of the bits in each group are different. The second number of groups for the first group of two times the number of the third group of three times the first group)
- 2013-11-15 20:08:10下载
- 积分:1
-
MS_6
这是C++Primer的书籍的源代码,包括课后习题的答案,是份很不错的代码,尤其针对初学者(This is the source code of C++Primer books, including after-school exercises, answers, were very good code, especially for beginners)
- 2012-07-05 13:31:36下载
- 积分:1
-
Test11
属于C++里继承与派生类的小程序,主要是多层派生里的指针继承问题,仅供参考(Belonging C++ inheritance and derived classes in a small program, mainly derived pointers in multilayer succession for reference purposes only)
- 2013-06-28 16:53:30下载
- 积分:1
-
clocktest
获取系统时间 关于系统时间得获取以及显示界面(Access to the system time on the system time may access and display interface)
- 2008-03-31 16:07:05下载
- 积分:1
-
vb_SQL_excel
利用vb开发环境连接wincc数据库,将wincc运行的数据导入excel中(SQL excel VB WINCC ADODB.Connection recorderset.Open AdoSql, Connection, adOpenDynamic, adLockOptimistic)
- 2012-10-23 15:44:44下载
- 积分:1
-
Addressbook-
通讯录管理系统,能够实现人员的信息录入、查询、修改、删除、保存、显示等操作(Address book management system, personnel information entry, query, modify, delete, save, display operations)
- 2012-12-19 13:51:57下载
- 积分: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