资源列表
CircleArrayBinarySearch
- 在一个环状的有序数组(即把数组看做首位相连,数组最小值和最大值在数组中某个位置相邻)中,使用二分查找寻找一个数是否在数组中,返回其下标。vc 2005环境-In an orderly array of ring (that is, as the first connected to the array, an array of minimum and maximum in the array adjacent to a location), the use of binary search to
vbdesk
- 随机更换桌面图案(含VB源码) 随机更换桌面图案(含VB源码) 随机更换桌面图案(含VB源码)-Random replacement of wallpaper (including VB source code) Random replacement of wallpaper (including VB source code) Random replacement of wallpaper (including VB source code)
Bin
- XIAOUYOUXI -XIAOUYOUXI
zhizhupai
- 游戏方法 开局:点击菜单栏的“开始游戏”》》弹出菜单,选择“开局”或在窗口面的按下按钮“发牌”。 重新开局:点击菜单栏的“开始游戏”》》弹出菜单,选择“重新开局”或在窗口面的按下按钮“重新开局”。 选牌和打牌:鼠标左键选牌或取消选牌,鼠标右键打牌(出牌)。 无牌出:当自己无牌出时,在窗口面的按下按钮“无牌可出”。 -err
TinyCC
- 运行时编译,自己写的,希望大家支持,C语言编写,别说我垃圾啊-Run-time compiler, wrote it myself, I hope you will support, C language, not to mention I refuse ah
liuweiwei
- 里面有很多经典的小程序,是适合初学者学习和加深理解的好资料,-There are so many classic small procedure is suitable for beginners to learn and deepen their understanding of good information,
reGina
- 【安装】GINA DLL的安装: 1. 添加注册表 键名 : \HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon 变量名 : GinaDLL 变量类型 : [REG_SZ] 内容 : "你的GINA DLL的名称" 如:"MyGina.DLL: 2. 将你的GINA DLL(MyGina.dll)拷贝到系统目录下(system32) 3. 重启机器,你的
CPP(ProgramingLanguage)
- 该文件中包含《C++语言基础教程(吕凤翥)程序(第2版本)》中的所有例子的源代码,并按章节分装在各自的文件夹中。其中每个例子源程序都有一个(名字与例题编号相当一致且规范的)文件夹,其下只有三种文件类型(.cpp,.dsp,.dsw),所有源程序都在VC++6.0平台上编译通过。对这些程序,我在讲课时已用了好几遍。 -This document contains
Mystring
- string库函数 中几个函数的实现。 字符串查找,字符查找,求字符串长度。-string library functions in the realization of several functions. String to find, find the characters, and the length of the string.
99
- 一个简单的小程序,实现99乘法表的打印处处功能-A simple small program to achieve 99 multiplication table print all function
PacCheatSource
- 一个吃豆子的游戏供大家参考学习,希望能喜欢,有不完善的地方,还望加以改正-A game to eat beans for your information to learn, hoping to like it, there are imperfections, but also hope to be corrected
jinchengjiantongxin
- 利用 WM_COPYDATA 实现进程间的通信 实例-Use WM_COPYDATA to achieve inter-process communication examples