搜索资源列表
newsservice
- 通讯录要求记入姓名,性别,地址,电话,编号 1.建立链表 2.按编号排序 3.按姓名查找 4.按编号查找 5.按姓名删除 6.按编号删除 7.按编号插入 8.输出 0.退出
qsort_of_link
- linux gcc编译通过的链表的快速排序法-the quick sort code of link
txt
- 用二叉链表做存储结构,输入键值序列,建立一棵二叉排序树并在二叉排序树上实现查找算法。-To do with binary storage structure list, enter the key sequence, set up a binary sort tree and binary search algorithm to sort the tree implementation.
Llist.tar
- 使用双向循环链表对学生信息进行管理(插入,排序,查找等)-Use a two-way circular list of student information management (insert, sort, search, etc.)
worksort.tar
- 实现了2种排序算法和LIST链表,可以输入任意多个字符后,进行排序-Implemented two kinds of sorting algorithm and LIST list, you can enter any number of characters, the sort
Dichotomy_sort
- 实现了链表的几种排序 有 冒 泡 排 序-Achieve a linked list of several sorting Bubble Sort
my_subject
- 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
StuInfoManSystem
- 学生信息管理系统: 在VS2008环境下,分别用C语言,用自己链表完成学生成绩和学籍信息的查询,插入,删除,修改,排序以及上传已建信息和保存新建信息。(独立完成)-Student Information Management System
SIMMFC
- MFC实现 “学生信息管理系统”: MFC链表完成学生成绩和学籍信息的查询,插入,删除,修改,排序以及上传已建信息和保存新建信息。(独立完成)-Student Information Management System of MFC
sort
- 在排序算法中有一种排序算法插入排序,是把待排序的数分成两个部,其中A为已排好序的数,B为未排好序的数,初始状态下,A中只有一个元素。该算法依次从B中取数插入到A中的相应位置,直到B中的数取完为止。请在链表表示上实现上述的插入排序算法。-A sorting algorithm insertion sort in the sort algorithm, the number to be sorted is divided into two sections, wherein A is sorted
qw
- "1:输入学生成绩保存到链表\n", "2:计算每位学生总成绩\n", "3:按照总成绩大小对记录进行排序\n", "4:输出所有学生成绩到一个文件中\n", "5:显示新输入的学生信息\n", "6:从文件中读取信息\n", "7:将文件信息保存在链表中\n", "8:根据姓名查找学生记录\n", "9:结束程序\n"-studentnode*move1=head->next
c-Senior-courseware
- 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
XSCJ_0813_M_2
- 用控制台编写的学生成绩管理系统,涉及文件操作和数据管理,还有排序、插入、删除等链表里的操作。采用的是一个双重链表结构。-Prepared by the console student achievement management system, involving file operations and data management, as well as sort, insert, delete, etc. the list in operation. Uses a double linke
Lab_link
- mfc单链表,实现建立链表。排序,删除等。-mfc single list, to achieve the establishment of the list. Sort, delete and so on.
student
- 在某培训公司培训时基于linux操作系统 的用C语言学生管理系统,主要语法 链表,排序-Training in a training company based linux operating system using C language student management system, the main grammar- list, sorting
DS
- 数据结构C/C++重点程序代码:哈弗曼编码、表达式求值、二叉树应用、链表排序等-Data structure( C/C++ program code):Huffman coding, expression uation, the application of binary tree and chain table sorting, etc
Win32_Prj
- 自已写的C语言实例源码,包含排序算法,链表,常用库函数练习等-The source code of C practice,including sort arithmetic,link and C lib function practice and so on
链表排序
- 解决用C语言实现头插法尾插法建立链表并实现解决链表排序问题(Solve the C language list sorting problem)