搜索资源列表
chengjiguanlixitong
- 实现菜单设计,使用数据文件保存和修改,应用结构体和指针。实现学生信息的输入,查询,插入,删除,排序,打印等操作。-Achieve menu design, use and modify the data file, the application of structure and pointer. Achieve the student information input, query, insert, delete, sort, print and other operations.
c
- 1. 录入每个联系人的基本信息(至少应有姓名、单位、电话号码); 2. 顺序查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 3. 删除一条记录; 4. 插入一条记录; 5. 保存记录到磁盘文件; 6. 从磁盘文件中读取记录到内存; 7. 显示所有的数据记录; 8. 按姓名对数据记录排序; 9. 使用二分法快速查找指定姓名的记录(找到则显示该记录,否则,输出“未找到”。); 10. 退出 -1. Recording the basic in
Student-C
- 学生管理系统包括//在主函数中进行功能选择。 //调用open()函数,建立文件f.txt //调用input()函数,从键盘输入5个学生的数据送到结构数组中. //调用alter()函数,对数据进行修改 //调用search()函数,对数据进行查询: 调用search_num()函数,按学号查询; 调void search_name()函数,按姓名查询 //调用void ch()函数,进行统计查询: 调用sk()函数,查询三科成绩均大于85分的记录; 调用b
C-Program-examples
- 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转
linklist
- 介绍一些初学者学链表的基本操作,包括创建,插入,删除,排序以及销毁-Some beginners learn the basic operation of the linked list, including create, insert, delete, sort, and the destruction of
sort
- 对冒泡排序排、插入排序、希尔排序、选择排序、快速排序的比较-the comparison among bubble sorting,shell sorting,insert sorting,select sorting and quick sorting
insertSort
- 有一个已经有序的数据序列,要求在这个已经排好的数据序列中插入一个数,但要求插入后此数据序列仍然有序,这个时候就要用到一种新的排序方法——插入排序法,插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据,算法适用于少量数据的排序,时间复杂度为O(n^2)。-There is an ordered sequence of data required to insert a number of good data sequence has been ran
lianbiao
- 在VC环境下,实现链表的基本操作,比如初始化,插入,删除,排序等。-VC environment, the basic operation of the linked list, such as initialization, insert, delete, sort, and so on.
-bubble-sort-algorithm
- 排序是计算机程序设计中的一种重要操作,它的功能是将任意序列的数据元素或记录,重新排列成一 个按关键字有序的序列.在计算机系统中,元素或记录排序的时间占系统整个运行时间的比例很大;并且 有序序列为记录的查找、插入和删除提供了方便,可以有效提高搜索效率;因此研究各类有效的排序算法 一直是人们感兴趣的问题,也是计算机研究中的重要课题之一-Sorting is an important operation in the design of a computer program, and it
doublelinklit
- 这时双向链表的C++实现,里面定义了一个链表类。含有丰富的成员函数。比如:拷贝构造函数,析构函数,插入函数,删除函数,排序函数等等。总之,里面的函数肯定够你用的。-At this time, two-way linked list C++ achieved, which defines a linked list class. Rich in member function. Example: copy constructor, destructor, insert function, dele
address-list
- 现代人的社会交往越来越多,人们会需要通讯录来记录联系信息,为此有必要对通讯录管理系统进行整合和优化,使其具备如下功能:输入、显示、查找、删除、插入、保存、读入、按照序号查询、拷贝、排序和退出等,方便人们的日常生活,从而达到便利的目的-Modern social interaction, more and more people will need to book to record contact information, therefore it is necessary to address
Contacts-Management-System
- 通讯录管理系统 通讯录一般包括通讯者的编号、姓名、性别、电话及地址等信息,设计一个通讯录要求实现通讯者的插入、查询、删除、更新、排序操作。-Contacts address book management system generally includes communication' s number, name, gender, telephone number and address and other information, to design a directory req
C_code-student-managment-system
- 学生成绩管理系统,包括7大功能模块,有输出文件信息,删除,插入,排序,修改信息,统计分数统计与总分统计等。-Student achievement management system, including seven major functional modules, there is information about the output file, delete, insert, sort, modify information, statistical fractional statis
elght
- Master different methods to find, and can be used to achieve high-level language search algorithm. 2, master and orderly sequence table lookup method tables. 3, master binary sort tree structure, search, insert, and delete methods