-
单链表的插入和删除实验目的:
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 on the identification process, I started learning algorithm is used when the procedure, and I hope to help you
- 2023-06-01 02:55:02下载
- 积分:1
-
One from Taiwan ezq similar free plug
一个来自台湾ezq类似的免费插件开发程序
- 2022-12-28 19:00:04下载
- 积分:1
-
A simple utility to split a concatenated vCard format file into separate files (...
A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426 - vCard MIME Directory Profile). It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop -A simple utility to split a concatenated vCard format file into separate files (IETF RFC 2426- vCard MIME Directory Profile). It splits on the BEGIN:VCARD and END:VCARD tags. It was created to help import a Lotus Organizer export file into Palm Desktop
- 2022-07-13 12:00:39下载
- 积分:1
-
basic MPC matlab文件 基本的模型预测控制程序
basic MPC matlab文件 基本的模型预测控制程序-basic MPC
- 2022-08-04 04:30:08下载
- 积分:1
-
kd树类的实现。内部提供了三种搜索方法。
kd树类的实现。内部提供了三种搜索方法。-kd tree class implementation。
- 2023-08-30 21:50:08下载
- 积分:1
-
AVLTree的实现以及结点的增加删除和查找。
AVLTree的实现以及结点的增加删除和查找。-AVLTree the realization of the increase in node delete and search.
- 2022-09-13 05:10:03下载
- 积分:1
-
使用模拟退货思想解决tsp(旅行者问题),下载后看说明使用程序...
使用模拟退货思想解决tsp(旅行者问题),下载后看说明使用程序-Return thinking the use of simulation to solve tsp (travelers) will look after downloading the use of procedures
- 2022-03-18 06:22:43下载
- 积分:1
-
人事管理子系统的直接用户是平果铝业公司劳资人事处以及劳人处各科室包括调派科、技术干部科、计划科、劳资科、档案室,纪检科、劳务市场、保险所等八个部门,本子系统可以...
人事管理子系统的直接用户是平果铝业公司劳资人事处以及劳人处各科室包括调派科、技术干部科、计划科、劳资科、档案室,纪检科、劳务市场、保险所等八个部门,本子系统可以帮助管理层迅速了解公司职工各方面情况,更方便、更合理地调配使用人才,支持对员工从聘用签订劳动合同到解除或终止劳动合同全过程的处理、其中包括考核、培训、加薪、晋级、奖惩、调配、请假、离退休、保险等的管理-Personnel management subsystem is to direct users Pingguo Aluminum Company Personnel and Labor Department of Labor Bureau of various departments, including the deployment of technical cadres Section, Plans Section Lao Zike, file room, Discipline Branch, labor market, insurance, etc. 8 departments and sub-systems can help management to quickly understand the various aspects of the company employees, more convenient, more rational deployment of the use of personnel, support staff from the employment of labor contracts to the discharge or terminate the labor contract deal with the whole process, including assessment, training, , pay, promotion, rewards and punishments, deployment, leave, retirement, insurance, management, etc.
- 2022-05-07 04:41:30下载
- 积分:1
-
一个与传统电子字典不同的字典,图形方式展示了单词之间的各种联系...
一个与传统电子字典不同的字典,图形方式展示了单词之间的各种联系-A traditional electronic dictionaries of different dictionaries, graphically demonstrated the linkages between the word
- 2022-09-20 08:50:03下载
- 积分:1