-
use of recycled Chain to realize the number of related issues, while the List wi...
使用循环链表来实现报数的相关问题,同时可以对链表有更进一步的了解-use of recycled Chain to realize the number of related issues, while the List with further understanding
- 2022-04-16 07:44:20下载
- 积分:1
-
Wince下自动搜索SD卡的有EXE文件.
Wince下自动搜索SD卡的有EXE文件.-Wince automatically search SD card are EXE files.
- 2022-02-14 03:32:51下载
- 积分:1
-
双缓冲的源代码,Visual Studio 2005的VB
VB实现visualstudio2005双缓冲源代码
- 2023-02-24 14:05:04下载
- 积分:1
-
Print preview plug
打印预览插件,可以vb中使用-Print preview plug-ins, can be used vb
- 2023-08-18 06:25:03下载
- 积分:1
-
将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作...
将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作-to a hexadecimal string converted into its equivalent of the decimal value. The main function responsible for the collection of characters, and for judging whether the hexadecimal characters htoi function for conversion work
- 2022-02-01 10:44:30下载
- 积分:1
-
地球物理科学的segy地震数据文件格式转换程序
地球物理科学中的SEGY地震数据文件格式转换程序-Geophysical science SEGY seismic data file format conversion process
- 2022-03-26 12:33:31下载
- 积分:1
-
windows输入法编程。w indows输入法编程。
windows输入法编程。w indows输入法编程。-input method windows programming. w indows input programming.
- 2022-04-11 23:44:27下载
- 积分:1
-
使用SetWindowLong改变窗口的缺省窗口处理函数,从而建立可以显示不同颜色列表的程序...
使用SetWindowLong改变窗口的缺省窗口处理函数,从而建立可以显示不同颜色列表的程序-use SetWindowLong to change the default window to window handling functions, establish can show different colors scheduling procedures
- 2022-03-03 11:13:52下载
- 积分:1
-
使用vc制作程序的安装,可以所有的文件都以资源的方式存放在一个exe里面,然后运行该exe时解压这些文件到硬盘,对于小的安装程序是非常有用的...
使用vc制作程序的安装,可以所有的文件都以资源的方式存放在一个exe里面,然后运行该exe时解压这些文件到硬盘,对于小的安装程序是非常有用的-Make setup program by VC++, it bind all the resources in the exe file,and extract the resources to the disk when the app running. It is usful for small program.
- 2022-08-21 16:52:12下载
- 积分:1
-
直线Bresenham 算法
直线的中点 Bresenham 算法的原理:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。
理想直线将平面划分为三个区域:对于直线上的点,F(x, y) = 0; 对于直线上方的点 F(x, y)>0; 对于直线下方的点F(x, y)
- 2023-06-04 13:50:03下载
- 积分:1