-
学习LPC2468或者lpc2478的好东西,是了解芯片的基础书籍,要好好看啊!...
学习LPC2468或者lpc2478的好东西,是了解芯片的基础书籍,要好好看啊!-Learning LPC2468 or lpc2478 good thing is to understand the basis of chips books, better look good ah!
- 2022-03-07 14:31:35下载
- 积分: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
-
用java编写的JAVA固定资产管理系统,功能相对简单,希望对大家的学习有帮助...
用java编写的JAVA固定资产管理系统,功能相对简单,希望对大家的学习有帮助-JAVA using java prepared fixed asset management system, a relatively simple function, in the hope that everyone has to learn to help
- 2022-07-08 09:55:48下载
- 积分:1
-
CVS版本的Windows平台建立在Linux早期的不同是必要的。
CVS版本的Windows平台与我们之前在LINUX上构建的不同,现在已经在WIN下了
- 2022-07-03 12:22:39下载
- 积分:1
-
这是一ALTERA公司的培训内容,大家看看了,尤其参加SOPC竞赛的...
这是一ALTERA公司的培训内容,大家看看了,尤其参加SOPC竞赛的-Altera Corporation contents of the training, we look at, especially to participate in the contest SOPC
- 2022-02-26 13:26:44下载
- 积分:1
-
国外嵌入式面试常见试题,快要毕业的朋友们,学习嵌入式的同志们,进来看看。...
国外嵌入式面试常见试题,快要毕业的朋友们,学习嵌入式的同志们,进来看看。-Embedded foreign common interview questions, about to graduate from friends, learning embedded Comrades, come take a look at.
- 2022-01-25 23:23:29下载
- 积分:1
-
塞子移动,是用MFC做的一个小游戏,让我们学习的时候还能体验到娱乐的感觉,这个游戏的原理很简单,下下玩玩把...
塞子移动,是用MFC做的一个小游戏,让我们学习的时候还能体验到娱乐的感觉,这个游戏的原理很简单,下下玩玩把-Mobile stopper is used MFC to do a small game, so that we can experience when learning to the feeling of entertainment, this game is very simple principle, the next play to the next
- 2022-03-05 07:43:10下载
- 积分:1
-
* 程序名称: NET
* 程序名称: NET-OA网络办公系统 版本:3.0 2003.08.29
*
* 版权所有: Net-OA.com
*
* 程序设计: 江南行客-procedures* Name : NET- OA Network Office System Version : 3.0 2003.08.29** Copyright : Net-OA.com** Design : Jiangnan Customers
- 2022-08-22 17:20:09下载
- 积分:1
-
数据结构中稀疏矩阵的十字链表存取表示,加,减,乘,除等常用算法...
数据结构中稀疏矩阵的十字链表存取表示,加,减,乘,除等常用算法-data sparse matrix structure of the Cross access Chain said, plus or minus, by, among other commonly used algorithm
- 2022-02-01 13:42:37下载
- 积分:1
-
ASP prepared a source of the company's Web site, academics can use to learn
ASP编写的一个公司网站的源程序,学者可以使用学习-ASP prepared a source of the company"s Web site, academics can use to learn
- 2022-06-29 21:25:29下载
- 积分:1