-
GreedySnake
用VC编写的贪吃蛇游戏。界面很好,没怎么调用API或者使用MFC主要是借用第三方graphics库(tanchisheyouxi,henhaowan,xiazaixiakaikankan )
- 2012-05-12 23:56:50下载
- 积分:1
-
zifu
可以查看指定文件的字符,可以完成自行查找,并显示,功能强大(Can view the characters in the specified file, you can complete on their own to find, and display powerful)
- 2009-04-29 14:19:13下载
- 积分:1
-
test_database
利用mfc编程实现acess数据库的存储与访问,对于小型的数据库很实用(Mfc programming using acess database storage and access, the database is very useful for small)
- 2011-11-29 10:27:49下载
- 积分:1
-
alarm
一个定时提醒的程序,可以任意设置定时时间,有皮肤,带有最小化到通知栏,抖动及声音提醒,提醒时窗口置顶等功能。(A timed reminder program that can be set regular time, have skin with minimized to the notification bar, jitter and voice reminder, reminder window when the top and other functions.)
- 2014-02-05 19:52:18下载
- 积分:1
-
vof_circle
UDF传质,气液界面剪切力编程 希望多多交流(UDF mass transfer, gas-liquid interface shear force programming, I hope more exchanges)
- 2017-07-18 10:05:50下载
- 积分:1
-
Mergesort
遍历堆,可以对一个堆编立,复制,采用函数的递归调用来实现的(Traverse the heap, the recursive call to compile a heap legislation, copy, use the function)
- 2012-10-01 11:44:15下载
- 积分:1
-
CCallJava
VC调用java的简单例子。需要注意jvm.dll路径,路径不对就不能成功!(VC called a simple example. Attention jvm.dll path, the road would not be wrong!)
- 2006-06-30 17:32:26下载
- 积分:1
-
在vc++6.0平台实现的台球小游戏tennis
在vc++6.0平台实现的台球小游戏,目的是以玩促学,提高大家学习c语言的兴趣(Vc++6.0 platform to achieve billiards game, the purpose is to play to promote learning, improve your interest in learning C language)
- 2017-08-25 19:56:39下载
- 积分:1
-
Variac
Arduino based electronic variac
- 2018-11-04 05:51:40下载
- 积分:1
-
BT
说明: B树部分实现。在B-树中查找给定关键字的方法是,首先把根结点取来,在根结点所包含的关键字K1,…,Kn查找给定的关键字(可用顺序查找或二分查找法),若找到等于给定值的关键字,则查找成功;否则,一定可以确定要查找的关键字在Ki与Ki+1之间,Pi为指向子树根节点的指针,此时取指针Pi所指的结点继续查找,直至找到,或指针Pi为空时查找失败。(BTree data structrue)
- 2017-12-09 22:03:02下载
- 积分:1