-
这是一个能在51中运行的精简UCOSII操作系统
这是一个能在51中运行的精简UCOSII操作系统-This is a run in 51 operating system to streamline UCOSII
- 2023-05-02 07:35:04下载
- 积分:1
-
关于加气站的遗传算法实现,这是一个初学者的草稿,希望大家多提意见。...
关于加气站的遗传算法实现,这是一个初学者的草稿,希望大家多提意见。-stations on the genetic algorithm, which is a beginner"s draft, we hope to speak up.
- 2022-12-28 04:35:04下载
- 积分:1
-
- 2023-03-28 19:05:03下载
- 积分:1
-
小区物业管理:管理小区的费用、小区工作人员的编排和工资管理、小区的运作、对住户资料的管理、房产资源管理、小区事务的管理、对住户的需要管理、停车场管理...
小区物业管理:管理小区的费用、小区工作人员的编排和工资管理、小区的运作、对住户资料的管理、房产资源管理、小区事务的管理、对住户的需要管理、停车场管理-Area property management: the management of district costs, district staff scheduling and payroll management, district operations, information on household management, property resource management, district management of the affairs of the household needs of management, car park management
- 2023-06-03 09:20:03下载
- 积分:1
-
USB
USB-串口管理芯片FT245BM的Win驱动,不容易找到的-USB-serial chip FT245BM management of the Win-driven, it is not easy to find
- 2022-08-17 08:52:08下载
- 积分:1
-
portfolio and the computation. After dark dark dark
投资组合和计算。天黑之后
- 2022-04-11 13:44:50下载
- 积分:1
-
写了一个小程序,听往上说什么将类的申明放在namespace里面的话,该类就不能再派生了,我做的这个程序还可以派生,不知道这是怎么回事...
写了一个小程序,听往上说什么将类的申明放在namespace里面的话,该类就不能再派生了,我做的这个程序还可以派生,不知道这是怎么回事
- 2022-06-28 20:36:37下载
- 积分:1
-
VB编写的读写INI文件的四个功能,方便
用VB编写的,读写INI文件的四个函数,简单易用-VB prepared in the INI file read and write four function, easy-to-use
- 2022-08-12 21:43:21下载
- 积分:1
-
适合VB初学者看,20字20字才能下载啊
适合VB初学者看,20字20字才能下载啊-VB for beginners, the 20 words of 20 characters can download ah
- 2022-07-27 13:59: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