搜索资源列表
cxsj
- 学完C语言后的一个课程设计,用链表做的一个关于字符查找、删除、替换等操作。希望能给现在学习C语言的人有一定的帮助。-completion of the C language design a curriculum, using a linked list to do on the characters search, delete, etc. replacement operation. Hope that they will now study the C language is helpfu
qiudui
- 这是一个用C语言写的球队成员管理系统,是一个小的项目,其中用到了C语言的基本语法,指针,数组,链表,文件,结构体都有,对于学习语言很有帮助-This is a C language written by the team members of the management system, is a small item, which uses the C language's basic syntax, guidelines, arrays, linked lists, document
lianbiao2
- 链表的例程 一种模版 用指针c++实现的一种源程序
1-1
- c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n)
我的程序 C++的
- 是一个队列的程序吧 还是个链表 忘记了 不好意思 我是第一次发程序 可能不是很好-Queue is a procedure it is still Chain sorry, I forgot this is the first time the procedure may not be very good
LinkList(bookManage)
- 测试链表,用C#写的LinkedList(图书管理)-Test list, using C# written in LinkedList (library management)
sy1.cpp
- 实验内容: 建立一个包含图书(书号,书名,定价)信息的的链表,并具有如下功能: (1) 根据指定图书个数,逐个输入图书信息; (2) 根据书名进行查找,返回此书的书号和定价; (3) 根据指定的位置可返回相应的图书信息(书号,书名,定价); (4) 给定一个图书信息,插入到表中指定的位置; (5) 删除指定位置的图书记录; (6) 统计表中图书个数。 -It is a good c++.
The-reversal-of-the-list
- 链表内结点的删除 C语言源码 数据结构源码-Delete the C language source node in the linked list data structure source
biancheng
- (1)编写一个程序实现如下功能:有4名学生,每个学生信息包含学号、姓名、数学成绩、英语成绩、C语言成绩和三门课程的总分,并对数据进行输入和输出(程序以文件名sy8_7.c存盘)。 (2) 编写一个程序实现如下功能:定义一个点的结构数据类型,实现下列功能: ①为点输入坐标值。 ②求两个点中点坐标。 ③求两点间距离。 (程序以文件名sy8_8.c存盘 (3)编写一个程序实现如下功能:建立一个单链表,每个结点数据要有职工号、工资。用一个creat函数来建立链表,用list函数输
Structures-and-list
- 结构体与链表的C语言编程。可实现增,删,改,查操作-Structure and List C programming language. Can achieve add, delete, change, check operation
lianbiao
- 针对链表C++程序语言-For the list C++ programming language. . . . . . . . . . . . . . . . . .
lianbiaopaixu
- 链表排序,用C语言写出来的 ,内容详细,是一个小型的链表排序 -Sort the list, written in C language, the content in detail, is a small list sorted
C-language-program-to-realize
- 以上文件在于为大家提供一个c语言链表的程序实现模板,特别简化了其语句的应用,方便大家在程序编写中节省时间。-The above documents is to provide a list of the C language program to realize the template for everyone, especially simplified application its statement, facilitate the program to save time.
The-cloaaaaq
- (1)功能要求该系统要求文件存储用户设置闹铃信息具体功能①设定闹铃间;②修改闹铃;③取消闹铃;④闹铃/停止闹铃(2)界面友提示信息或菜单帮助用户选择功能2)程序设计建议(1) 数据结构struct time 间结构 { int year int month 月 int day int hour ia nt minute 钟 int second 秒* a/} 闹铃用数组或链表存储(2)程序模块及功能①设定模块:设定闹铃间;②修改模块:修 改闹铃;③取消模块:取消闹铃;④闹铃模块:闹铃
lianbiao
- 基于visual c++d的链表读取学生信息,根据学生分数排序-visual c++