搜索资源列表
test_classvcvb
- 包含一个vb做的参数为string数组的dll Vc通过安全数组进行调用-Vb do contains a string array parameters dllVc calls through the security array
Koules
- Clear Mine扫雷游戏: 这是一个模拟扫雷游戏的vc编码程序 编码思想: 通过几个数组设定好雷区的位置,自己造出几个视图类的成员函数,分析是是否有雷,以及雷的个数。 基于DirectDraw的小游戏 Koules: Koules是基于DirectDraw的小游戏用DirectDraw,DirectSound,DirectInput的综合例子 移植自linux下游戏,原代码结构较好较容易看懂。-Clear Mine mine Game: This is a simulatio
bigNumber
- 用VC++解决大整数问题(数组)-Using VC++ to solve the issue of large integer (array)! ! ! ! ! ! ! ! ! ! ! ! !
array-new
- 一个类似于VC++ 中的CString的动态数组类集合,可以方便构造对象,对象长度可在访问时自动增加数组长度,且可实现数组的整体赋值。-A class that works like "CString" in VC++. It can be used to make a array anytime anywhere. And the array newed by the class can be 0 length and can grow automatically when program i
MFC_Array_Tutorial
- 一个使用MFC的VC++数组类代码,大家都知道,MFC的数组类可以存放任何数据类型,C++的常规数组在使用前必须将其定义成能够容纳所有可能需要的元素,而MFC数组类创建的对象可以根据需要动态地增大或减小,数组的起始下标是0,而上限可以是固定的,也可以随着元素的增加而增加,数组在内存中的地址仍然是连续分配的,希望通过我这个程序示例让你对基于MFC的数组类有一个更好的理解,教您学会使用这种数组类。 -One using MFC in VC++ array class code, and we
shuzu
- vc数组与序列化的程序源码,很不错的demo-vc array and sequence of the program source code, it is a good demo
read_shuzu
- vc读取序列化后的数组的程序源码,很不错的demo-vc to read the serialized array
CArrayDemo
- CArray数组模板类的使用实例源码,很不错的vc源码,推荐!-CArray template class array of instances of the use of source code, source code vc very good, recommended!
5
- 按引用传递函数(数组),VC++6.0,简单测试程序-By reference, the transfer function (array), VC++6.0, a simple test program
xuehua
- 一个VC雪花屏保CPP类,不是一个完整的屏幕保护程序,是一个VC++用来制作屏幕保护的cpp类文件,里面有注释,使用没有过多难度。在这个类里可设置雪花数量、雪点位置、下落速度、下落距离、粘贴度、雪点数组、当前循环步数(用于限速)、高性能定时器计数器的使用、每次下落距离(1-5)、控制雪点下降速度、积雪(停留)效果处理、保存颜色并绘制雪点等相关功能的实现-A VC snow screensavers CPP class, not a complete screen saver, a VC++ cp
drawpoly
- 就是使用鼠标画图,数组定义为20,画出多边形,VC源代码。用鼠标点击两点,即可画出一条直线。-Is to use the mouse to draw the array is defined as 20, draw polygons, VC source code. Two points with a mouse click, you can draw a straight line.