-
一个用VC写的windows弹球游戏。
一个用vc写的windows弹球游戏。-a written using vc windows pinball games.
- 2022-03-23 00:30:10下载
- 积分:1
-
MEGA16 点亮或者熄灭指定的LED,流水灯等实验
MEGA16 点亮或者熄灭指定的LED,流水灯等实验-MEGA 16 LED
- 2022-09-05 12:50:03下载
- 积分:1
-
wince under the serial communication program, suitable for use in the x86 platfo...
wince 下的串口通讯程序,适合在x86平台使用 ,和pc及进行串口通讯-wince under the serial communication program, suitable for use in the x86 platform, and the pc and serial communication
- 2022-03-21 10:17:24下载
- 积分:1
-
一个使用被动协议识别主机的操作系统软件。
一个使用被动协议识别主机的操作系统软件。-A passive agreement to use the operating system software to identify the host.
- 2022-02-07 04:54:51下载
- 积分:1
-
最重要的国外操作系统设计源码,实现了操作系统的最基本功能,对学习系统设计帮助相当大...
最重要的国外操作系统设计源码,实现了操作系统的最基本功能,对学习系统设计帮助相当大-The most important source of foreign operating system design, implementation of the basic operating system functions, system design of the study to help a large
- 2022-08-11 13:14:47下载
- 积分:1
-
An M*N represent maze,character "#" represent obstacle,"@" represent an dead end...
以一个M*N的长方阵表示迷宫,字符 # 表示障碍, @ 表示"死胡同", * 表示路径上的位置. 本程序只求出一条成功的通路-An M*N represent maze,character "#" represent obstacle,"@" represent an dead end,"*" as position on the route. Only one successful gateway is obstained.
- 2023-06-03 23:45:03下载
- 积分:1
-
CFile类打开文件的有趣现象
CFile类打开文件的有趣现象-CFile class opened file interesting phenomenon
- 2022-08-09 15:49:32下载
- 积分:1
-
refer loop (), the realization of my own my_atoi (), is very good :)
参阅atoi()后,实现我自己的my_atoi(),很不错的:)-refer loop (), the realization of my own my_atoi (), is very good :)
- 2022-04-18 08:56:21下载
- 积分:1
-
Arcengine 属性表Join attribute table
Arcengine 属性表Join attribute table
-Arcengine Attribute Table Join attribute table
- 2022-05-26 00:42:03下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1