-
一个扫雷游戏,用鼠标控制左击确定无雷,右击确定有雷,在右击取消有雷标记,刚开始用鼠标控制菜单,选者难度,及记录,开始游戏后按 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
-
LabWindowsCVI入门教程,让你快速学会LabWindowsCVI的一些基本使用方法,麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows...
LabWindowsCVI入门教程,让你快速学会LabWindowsCVI的一些基本使用方法,麻烦管理员帮我开通下载功能,我急需要本网站上的labwindows/CVI方面的数据库教程,谢谢!-LabWindowsCVI Getting Started Guide, lets you quickly learn to use some of the basic LabWindowsCVI method, the administrator of trouble to help me to open the download feature, I hasten to this site labwindows/CVI database tutorial, thank you!
- 2022-02-14 12:38:56下载
- 积分:1
-
C系统的Verilog转换器
system C to verilog converter
- 2022-02-06 02:17:19下载
- 积分:1
-
微软为中国农历编写的系统程序,大家可以
微软为中国农历编写的系统程序,大家可以-Microsoft for the Chinese Lunar New procedures for the preparation of the system, we can
- 2022-03-21 09:59:13下载
- 积分:1
-
用VC控制GE的打开以及一些简单功能,效果明显
用VC控制GE的打开以及一些简单功能,效果明显-VC control with GE, as well as some simple function of the open and obvious effect
- 2022-10-23 11:30:04下载
- 积分:1
-
CDMA以及MC
CDMA以及MC-CDMA中的多用户联合检测
MMSE算法以及ZF(迫零)算法-CDMA and MC-CDMA in multi-user MMSE joint detection algorithm, as well as ZF (zero forcing) algorithm
- 2023-09-01 06:05:03下载
- 积分:1
-
这个是BRISTOL大学 大二的作业. 当时得了90多分所以如果有国外留学生朋友可以看看....
这个是BRISTOL大学 大二的作业. 当时得了90多分所以如果有国外留学生朋友可以看看.-University sophomore operations. Then scored more than 90 hours if there are foreign students friends can see.
- 2022-04-24 23:06:48下载
- 积分:1
-
最为丰富的图标库,编程必备
最为丰富的图标库,编程必备-most abundant in the icon library, programming required
- 2022-03-01 02:15:46下载
- 积分:1
-
一部很好的3D游戏入门的源代码,很适合初学者,希望大家给出一些更宝贵的资料,相互学习...
一部很好的3D游戏入门的源代码,很适合初学者,希望大家给出一些更宝贵的资料,相互学习-A good 3D game portal
- 2022-11-02 09:20:04下载
- 积分: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