-
一个扫雷游戏,用鼠标控制左击确定无雷,右击确定有雷,在右击取消有雷标记,刚开始用鼠标控制菜单,选者难度,及记录,开始游戏后按 F2返回菜单...
一个扫雷游戏,用鼠标控制左击确定无雷,右击确定有雷,在右击取消有雷标记,刚开始用鼠标控制菜单,选者难度,及记录,开始游戏后按 F2返回菜单-a minesweeping games, with the left mouse control attack to determine mine-free, right click identified minefields in the right-to remove the minefields marked the beginning, with mouse control menu, the choices were difficult, and records of the games started by F2 to return to the menu
- 2022-02-15 23:54:23下载
- 积分:1
-
用来判断 硬件设计是否良好的规则, 让不懂硬件的人 对硬件的布置有所了解....
用来判断 硬件设计是否良好的规则, 让不懂硬件的人 对硬件的布置有所了解.-used to judge whether good hardware design rules, let the people do not understand the hardware right hardware layout understand.
- 2022-01-25 16:27:57下载
- 积分:1
-
自己做的数字逻辑电路课程设计,课题:八位二进制并行加法器的实现,包含代码和流程图以及基本说明...
自己做的数字逻辑电路课程设计,课题:八位二进制并行加法器的实现,包含代码和流程图以及基本说明-Themselves to do the digital logic circuit design, topics: 8 parallel binary adder realize that contains code and flow chart as well as basic instructions
- 2022-02-02 10:03:22下载
- 积分:1
-
Example the project test UART for AVR161 on C for IAR
Example the project test UART for AVR161 on C for IAR
- 2022-03-23 05:15:38下载
- 积分:1
-
十六进制转换为十进制,是想应用程序可视化界面实现不同进制之间的转换。...
十六进制转换为十进制,是想应用程序可视化界面实现不同进制之间的转换。-sixteen to ten
- 2022-04-15 00:09:48下载
- 积分:1
-
学vc编游戏的配套光盘 要编译[学vc编游戏]源程序一定要运行“学vc编游戏.exe”将程序解包到硬盘上。不要直接用拷贝光盘的办法(直接拷贝的文件是只读属性的)...
学vc编游戏的配套光盘 要编译[学vc编游戏]源程序一定要运行“学vc编游戏.exe”将程序解包到硬盘上。不要直接用拷贝光盘的办法(直接拷贝的文件是只读属性的)。-the cd of if you want to compile the source file in the cd-rom,you must run "学VC编游戏.exe" to extract program onto hd.don t copy from cd directly(the attr of the directly copying file is read only)
- 2022-08-09 14:37:54下载
- 积分:1
-
Matlab 7.0 的license文件,解决无法导入license的问题
Matlab 7.0 的license文件,解决无法导入license的问题-The license file Matlab 7.0 to solve the problem of not be able to import license
- 2023-08-02 02:10:02下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
帮助你理解C++ Builder中VCL继承关系
帮助你理解C++ Builder中VCL继承关系-help you understand C Builder VCL inheritance
- 2023-01-24 07:50:04下载
- 积分:1
-
Bresenham直线生成算法,初始华起点和终点后就可以画出直线了
Bresenham直线生成算法,初始华起点和终点后就可以画出直线了-Bresenham algorithm, the initial starting point and destination, China can draw straight after the
- 2023-06-24 23:50:03下载
- 积分:1