-
得到CPU的类型(C++源程序)
得到CPU的类型(C++源程序)-be CPU type (C source)
- 2022-06-28 11:28:03下载
- 积分:1
-
讲述了代码阅读的许多技巧,对做二次开发的人员来说,真是葵花宝典啊。...
讲述了代码阅读的许多技巧,对做二次开发的人员来说,真是葵花宝典啊。-code reading about the many skills to do the secondary development of staff, is a treasury of sunflower ah.
- 2022-07-10 11:45:40下载
- 积分:1
-
ASP program to add registration details to database
ASP program to add registration details to database
- 2022-09-18 23:25:03下载
- 积分: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
-
一个很好玩的保龄球游戏,图片很丰富,速度也很快的
一个很好玩的保龄球游戏,图片很丰富,速度也很快的-one is a lot of fun bowling game, a very rich picture, the speed is fast,
- 2022-03-07 10:46:25下载
- 积分:1
-
我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第...
我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第一个点出发,终点是在第70个点上。 时钟按秒来数计。随着时钟的转动,程序能够根据下述规则来调节乌龟和兔子的位置。动物 跑动类型 占用时间 跑动量乌龟 快走 50% 向右3个点 后滑 20% 向左6个点 慢走 30% 向右1个点兔子 睡觉 20% 不动 大后滑 20% 向右9 个点 快走 10% 向左12个点 小步跳 30% 向右1个点 慢后滑 20% 向左两个点 -procedures we will use to simulate the traditional hand problems. We will adopt the random number generator of the development of the simulation program. Another winner set up 70 points, each point represents the runway competition of a possible location. The turtle and a rabbit from the starting point and finish in the first 70 points. According to the clock to a few seconds of dollars. As the clock turned to procedures under the following rules to regulate turtle and the rabbit"s location. Running types of animals occupying volume running time 50% of turtles to leave three points right after sliding 20% six points left walking 30% a point right rabbits sleep 20% Fixed After a 20% slide right nine points to leave 10% left
- 2023-05-25 17:55:03下载
- 积分:1
-
practical manual function MFC MFC MFC function practical manual function practic...
MFC 函数实用手册
MFC 函数实用手册-practical manual function MFC MFC MFC function practical manual function practical manual
- 2022-05-29 08:46:54下载
- 积分:1
-
软件工程课件,介绍软件开发的技术,方法,原理(6
软件工程课件,介绍软件开发的技术,方法,原理(6-10)章-Software engineering courseware, introduction of software development techniques, methods, principles (6-10) Chapter
- 2022-02-06 11:15:52下载
- 积分:1
-
一个压缩软件..
a compression software..in linux-debian environment
- 2022-04-16 14:47:28下载
- 积分:1
-
VC对ADO访问数据库操作的封装,包括一个小例子
VC对ADO访问数据库操作的封装,包括一个小例子-VC database operations on ADO Access package, including a small example
- 2022-04-09 18:10:16下载
- 积分:1