-
c指针讲义,压缩包内共包含ppt以及代码解析!
c指针讲义,压缩包内共包含ppt以及代码解析!-The introduction of C pointer,included ppt and code.
- 2022-06-16 20:41:00下载
- 积分:1
-
基于LABVIEW平台的声卡的频谱分析仪,希望对大家有所帮助。
基于LABVIEW平台的声卡的频谱分析仪,希望对大家有所帮助。-LABVIEW platform based on the audio spectrum analyzer, we want to help.
- 2022-06-27 14:44:15下载
- 积分:1
-
a dirty rectangular Demonstration Program, the online download, I hope useful fo...
一个脏矩形演示程序,在网上下载的,希望对大家有用。-a dirty rectangular Demonstration Program, the online download, I hope useful for all.
- 2022-11-23 04: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
-
Individuals to save some of the good Web page templates using css+ div prepared...
个人保存的一些不错的网页模板,采用css+div编写,对初学者来说是不错的学习资料。-Individuals to save some of the good Web page templates using css+ div prepared for beginners is a good learning materials.
- 2022-01-21 05:04:35下载
- 积分:1
-
水体指数NDWI的经典文章,很有参考价值.大家免费下载了.
水体指数NDWI的经典文章,很有参考价值.大家免费下载了.-Water body index NDWI classic article, it is reference value. Everyone is free to download the.
- 2022-03-17 10:05:11下载
- 积分:1
-
ess6168A specifications
ess6168A 规格说明
-ess6168A specifications
- 2022-08-08 23:24:24下载
- 积分:1
-
一个很简单的华容道小游戏,大家来看看
是用JAVA 做的
我的开放性试验作业...
一个很简单的华容道小游戏,大家来看看
是用JAVA 做的
我的开放性试验作业-a very simple little game HuaRong Road, we look at the use of Java do I open trial operation
- 2023-06-19 10:10:02下载
- 积分:1
-
c++ achieved Snake game, it is the classic windows game.
c++实现的贪吃蛇游戏,很经典的windows游戏。-c++ achieved Snake game, it is the classic windows game.
- 2022-02-14 02:22:37下载
- 积分:1
-
用VB编写的一款完整的即时战斗游戏源代码和辅助开发工具,又一个C&C类游戏。...
用VB编写的一款完整的即时战斗游戏源代码和辅助开发工具,又一个C&C类游戏。-VB prepared a complete instant games source code and supporting development tools, a CC game.
- 2022-01-26 02:03:24下载
- 积分:1