-
这个是pulezz拼图游戏源码,不仅可游戏,还可以练习制作
这个是pulezz拼图游戏源码,不仅可游戏,还可以练习制作-This is a jigsaw puzzle pulezz source, not only the game, you can practice the production of
- 2023-04-16 00:45: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
-
C#最简单的加、减、乘、除计算例子
C#最简单的加、减、乘、除计算例子,最基础的数字运算在C#中的实现方法,这只是一个例子,可能比较简单哦,但是反映出了一系列的执行过程,进行其它的数学运算时,只需修改对应的计算方法即可。
- 2022-04-22 03:10:38下载
- 积分:1
-
最简单获取主板,cpu型号的方法
最简单获取主板,cpu型号的方法-access to the most simple motherboard, cpu type of method
- 2023-08-24 12:00:03下载
- 积分:1
-
VB气泡提示 托盘图标
基于SystemTray.dll实现的VB气泡提示功能,类似于Windows系统气泡弹出框,若自己用的话,代码修改下,控件已打包在内。编译后在程序窗口中点击“Balloon”窗口即可。
- 2023-02-13 23:55:03下载
- 积分:1
-
用于查找地图上涂层的单位图元的GIS软件,同时也包括其他地图操作...
用于查找地图上涂层的单位图元的GIS软件,同时也包括其他地图操作-map used to locate the coating unit map yuan GIS software, but also includes other maps operation
- 2023-09-04 15:05:03下载
- 积分:1
-
VS2008写的恶搞程序,打开后仿蓝屏,像死机了一样,鼠标键盘常用键不可用,源码爱好者在测试时就不得不重启了电脑,本来可以抓到图的,但抓到图后电脑就要重启,因此...
VS2008写的恶搞程序,打开后仿蓝屏,像死机了一样,鼠标键盘常用键不可用,源码爱好者在测试时就不得不重启了电脑,本来可以抓到图的,但抓到图后电脑就要重启,因此各位要小心了,学习一下原理是可以的,不要拿它来伤人,很不礼貌的……
友情提示:请小心测试,后果自负…… -恶搞procedures written in VS2008, open the blue screen after the fake, like a crash, as commonly used keyboard mouse button is not available, source enthusiasts in the test will have to restart the computer, the map could have been caught, but caught diagram is necessary to restart the computer, so you must take care to learn about the principle that it can, and do not hurt it to come, it is impolite friendship of ... ... NOTE: Please be careful testing, the consequences of your own ... ...
- 2022-08-10 16:17:19下载
- 积分:1
-
C write small programs, research SR HS vibration
C写的小程序,研究简协振动-C write small programs, research SR HS vibration
- 2022-02-07 02:13:26下载
- 积分:1
-
National Electronic Design Contest
全国电子设计大赛相关的需要注意的培训内容!这是2007年我们老师给我们讲的一些东西!-National Electronic Design Contest-related training need to pay attention! This is a teacher in 2007 told us something!
- 2022-04-25 02:30:53下载
- 积分:1
-
猜谜语游戏
资源描述简单的C语言猜谜语游戏。可以参考下,就当复习了程序设计语言。
- 2022-03-20 02:50:16下载
- 积分:1