搜索资源列表
c++studentmaneger
- c++链表学籍管理系统, 适合作为期末作业哈-c Chain Maintenance Management System for the end of operations as Kazakhstan.
list_python
- c语言数据结构中的链表实现插入删除等算法-c language data structure to achieve the linked list insertion deletion algorithm
studentscore
- 1设计题目及要求 一、程序设计题目:学生成绩管理程序设计 二、 程序设计功能及要求: 1.显示学生各门成绩,总分,和平均分. 2.按总分由高到的进行排列. 3.要求输入一个学号.要求能找出一个学生的.姓名.各门功课的成绩. 3 算法分析 1. 学生成绩管理软件的数据结构 2. 排序 3. 查找 4. 其它 4 主要流程图 1写程序结构及各模块(输入,显示等等)结构图 本程序用了c++语言里面的思想,比如用了cin 和 cout 函数.分了俩个类
Cstep
- C语言进阶,包含以下的内容:C语言进阶-第一讲概述.pdf\\C语言进阶-第二讲C语言复习.pdf\\C语言进阶-第三讲编译汇编调试.pdf\\C语言进阶-第四讲存储器与指针.pdf\\C语言进阶-第五讲 数据结构与链表.pdf\\C语言进阶-第六讲中断与驱动.pdf\\C语言进阶-第七讲编码风格.pdf\\C语言进阶-第八讲编写安全无错的代码.pdf\\C语言进阶-lmalloc 第四讲代码.rar\\C语言进阶-ASIX Win link list 第五讲代码.rar
LinkMaintain
- 链表维护与文件保存程序实现,主要针对C语言数据结构而实现
c++
- 在线性表的实现中增加一个成员函数,实现对表中元素置逆的操作(设原链表为a1,a2,...,an 则置逆后的序列为an,...,a2,a1)。对于具有n个元素的线性表,你的算法的运行时间应为O(n),空间消耗应为O(1). 注:有对时间和空间分析的说明
lianbiaopianxu
- 详细介绍了链表排序的原理、方法以及用C语言如何实现-Sort list details the principles, methods, and how to use C language
Cpp_list
- 用c++语言线性链表编程(采用类和对象的方法),包含说明-list with the c plus plus language(class and object)
Studemt
- 采用C语言开发,文件存储,指针链表实现,每个用户凭合法用户名和密码登陆,不同权限的用户可使用不同的功能集。用户管理包括:新增、查找,浏览、修改密码和和保存等基本功能。学生成绩管理包括添加、修改、删除、查询、排序、统计、载入、追加和保存等基本功能。-Using C language development, file storage, a pointer linked list implementation, each user with valid username and password,
lianbiao
- 用c语言实现链表的插入,删除,等操作,有问题联系qq516998649-use the c language to drive the lianbiao delete insert
lianbiaodemianshitimu
- 关于计算机中的链表的比较常见到的面试题目,都是c代码编写的,可以直接使用-On the computer list of the more common to the interview questions are written in c code, can be used directly
C
- 《程序设计基础》课 程 设 计:包括实验报告和源代码 题目一: 使用菜单选择程序 题目二: 用结构数组设计职工文件 题目四: 链表信息管理 -" Program Design" Course Design: including lab reports and source code subject 1: Use the menu to select the program title 2: The structure of the array design fi
c
- 最容易想到的方法遍历一遍链表,利用一个辅助指针,存储遍历过程中当前指针指向的下一个元素,然后将当前节点元素的指针反转后,利用已经存储的指针往后面继续遍历。源代码如下:-The easiest way to think of traversing the list again, using an auxiliary pointer, store the current pointer to traverse the course of the next element, and then reve
Data-structure-(C-language-version)
- 详细介绍数据结构相关知识点,包括链表、树、图等,是C语言版本。-Detailed data structure knowledge points, including linked lists, trees, graphs, etc., is a C-language version.
maze-c
- 首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序;求得的通路以三元组的形式输出-failed to translate
C-Language-Programming
- 用指针处理链表,并且配有详细的中文叙述解释,-With pointer processing chain, and with a detailed descr iption of the Chinese interpretation,
Shujujiegou-C
- 数据结构C语言版,章节PPT,绪论、栈与队列、线性链表、树和二叉树-Data structure C language edition, chapter PPT, introduction, stacks and queues, linear lists, trees and binary trees
linked-list
- C++链表的创建与操作,其中包含部分重要代码过程。 -Creation and operation of linked list
链表
- 数据结构链表,包括线性表的基础编程,适用于C语言。(Data structure chain table)
最新版本
- 超市管理系统,网上自选商品的一种管理系统,主要使用了链表等基础的数据结构的编程方式,文件涵盖方面较小,是大学本科第一学期c语言测试的实验课程设计(Supermarket management system)