搜索资源列表
DOUBLE_LINK
- 用C语言实现的一个双向链表,具有插入删除,查找等操作-C language of a two-way linked list, with the deletion of insertion, search, etc
studentscore
- 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语言里面的思想,比如用了cin 和 cout 函数.分了俩个类
C语言 程序设计
- 对于链表的基本操作 包括建立,插入,删除-List for the basic operation including the establishment, insert, delete
C源代码实例
- 包含220个C语言的各种源程序:001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010 猜数字游戏 011 模拟ATM(自动柜员机)界面 012 用一维数组统计学生成绩 013 用二维数组实现矩阵转置 014 求解二维数组的最大/最小元素 015 利用数组求前n个
WL40987330 C语言算法集
- 目录 第一部分 基础篇 001 第一个C程序 002 运行多个源文件 003 求整数之积 004 比较实数大小 005 字符的输出 006 显示变量所占字节数 007 自增/自减运算 008 数列求和 009 乘法口诀表 010&
student
- 用C语言编写的学生成绩管理系统,可以实现对成绩的添加,删除,修改,用链表实现,操作简单,测试通过-Written in C language student achievement management system that can achieve the results to add, delete, modify, use linked list, simple operation, test
list
- C语言单链表实现19个功能完全详解,介绍链表的建立、删除、插入等操作-C-19 features a single linked list entirely explain, described the establishment of the list, delete, insert and other operations
student
- 学生成绩管理系统C语言版,读写文件,链表操作,遍历-Student achievement management system for C language version, read and write documents, list operations, traverse
StudentsSystem10.5-11.47
- 使用C++语言编写的对学生成绩信息进行管理,使用链表结构,对信息库进行操作,包括基本的添加、删除、存储、查找等功能。-The use of C++ language grade students prepared to manage information, use the list structure of the database information to operate, including the basic add, delete, store, search and other
special
- 18个C语言小程序 演示链表建立和插入操作 精彩动画一荧光飞舞 精彩作图之绚丽图形 顺序表的插入-18 C-list set up a small demo program and insert one brilliant animation brilliant fluorescence mapping of the magnificent dancing graphics insertion order form
chengjiguanli
- C语言编写的学生成绩管理系统,使用了文件操作,链表操作,结构体等技术-C language of student achievement management system, the use of file operations, list operations, structure and other technical
jingtaiyemian
- 建立一个新的链表,从文件中读出数据,再把数据放入建立好的链表中。可选择操作的子程序为:<1>输入数据(分别输入学生的学号、姓名、性别、C语言成绩、数学成绩、英语成绩) <2>按学号或姓名删除学生的资料 <3>按学号或姓名查询学生的资料 <4>修改学生的资料 <5>保存学生的资料 <6>退出系统-Create a new list, read data from the file, then the data into the
memery
- 用C语言编写一段程序,模拟存储管理中利用链表结构进行循环首次适应法的内存分配与释放操作:首先用系统函数malloc在内存中申请一块大小为1000字节的空间,然后通过输入命令完成此块内存中的分区分配与回收算法,要求在屏幕上给出必要的结果显示。-Write a program using C language to simulate the use of list storage management cycle of the structure of first-fit memory alloca
Linklist
- 本程序实现的是链表操作,所用的语言是C++,特别适合初学C++指针者和数据结构的同学模仿;-This programme is for beginners who want to study C++ and Digital structure
address-list
- 学生通讯录系统,C语言应用实例,指针操作,链表操作-Student directory system, C language application examples, pointer manipulation, list operations
linklist
- 针对链表的练习程序,将链表的常用函数 链表生成 链表遍历(打印链表) 链表长度 查找链表第i个数值,返回给e 查找链表数值为e的元素,返回节点的位置i 查找链表数值为e的元素,返回节点的位置i 链表插入 链表排序(泡法冒) 等封装成子函数。此段C语言程序基于VS2010的编程环境,通过子函数的编写调用实现练习链表操作的目的。-Exercise program for the list, returns to the list of commonly used functions list g
tongxunlu
- 用C语言写了一个简单的通讯录,说简单一是功能简单,二是也没有加读写文件操作, 只是作为链表操作的一个练习,希望能给这方面的新手一此引导和帮助。-Use C language to write a simple address book, that simple one simple function, and second, there is no increase read and write file operations, Just as an exercise cha
链表操作程序(完整)C语言.txt
- C语言链表操作示列。建立表,插入表,删除表,打印表等(C language list operations show columns.)
链表
- 学习数据结构的链表操作,并编程用链表分别实现两个链表中数据的合并,并排列大小。(Learning the chain table operation of the data structure, and programming the combination of data in two linked lists with the chain table, and arrange the size.)
基于C语言链表实现的订餐系统
- 点餐系统,用简单的c语言链表实现。通过在主函数循环调用各个函数,从而实现对链表的连续操作,最终实现链表的新建、打印、查找、保存、读取、更新、删除等等操作,进而管理订单与用户信息,并保存用户的各种信息,方便下一次操作。链表是以订单号排序,当出现订单号相同时会有提示,并结束本次操作,成功实现一个订单号对应一个客户。(A simple ordering system)