搜索资源列表
JCHENG
- 设计有n个进程的程序,其中每个进程控制块PCB中包括: 进程名(ID),进程优先数(Priority),进程进入CPU的时间(Intime),程序需要运行的时间(Alltime) 将PCB块联接在一个单链表(数据结构)中,并在屏幕上显示其内容-n design process procedures, which each process control block PCB include : process (ID), the process priority (Priority), the p
Cdanlianbiao
- Windows中单链表的一些基本操作.wintc编译成功-Windows single linked list of some basic operation. Wintc compiler success
single_list
- 1.linux平台上单链表接口 2.代码的封装性和层次性好 3.接口功能全
linklistnode(c)
- 此系统主要是演示数据结构中的单链表,仅供学习,交流之用,通过学习可以看到局部变量,全局变量,数据结构,算法的有机结合.在win-tc下可直接运行,在某些Troubc c下需要将malloc.h改为alloc.h
memory_linux
- 用单链表实现的模拟linux内存管理的first算法-achieve simulation linux memory management algorithm for the first
lianbiaoxueshengxinxiguanli
- 表的基本操作 假设学生信息含有:学号、姓名、成绩。要求用单链表表示一个班的学生信息,并能用菜单形式实现如下功能(菜单要能重复使用): 1、建立单链表 2、输出单链表 3、查找单链表 4、插入单链表 5、删除单链表 6、更新单链表 7、逆置单链表 0、退出系统 -The basic operation of the table contains the assumption Student Information: Student ID, name, pe
main_memory_management
- 内存管理模拟实验 内存组织方式:可变分区、单链表 分配策略:首次适配、循环首次适配-main memory management
LinkedList
- Linked list 实现了 单链表的增加 查询 删除功能!-Linked list
BST
- 单链表的插入算法、删除算法、遍历以及获取结点数等综合实现程序-operate list basic function
1
- 实现用链表的创建,环形链表的实现,单链表的实现,链表初始化。 -the using of link
single_link_bubble
- 在linux的环境下,单链表的建立、打印,适用于初学者。-In the linux environment, the establishment of a single linked list, print, suitable for beginners.
danlianbiao
- 此为单链表 的一些基本操作,如创建,销毁,插入,删除等-Single linked list
linkFile
- C初学者用 数据结构 单链表顺序表的插入 高速算法 包含了文件操作-C file operations beginners insert high-speed algorithm sequence table with a single linked list of data structures
Aircraft_booking-_system
- 这是我用C语言写的一个飞机订票系统,里面基本的系统功能,用的数据结构是单链表,数据是文件流,读取TXT文件数据,所以,这个实例包含很多非常有用的东西,是对新手非常好的实例-This is an airline reservation system, written in C language inside the basic system functions, data structure is a single linked list data file stream, read TXT fi
danni
- 运用c++写的一个小程序,对单链表实现逆序操作。-Use of c++ write a small program, singly linked list in reverse order operation.!
2
- 约瑟夫环,可以实现简单链表的功能约
chengxu
- 数据结构代码,包括单链表排序,堆排序和递归排序,以及迷宫递归的代码-Data structure code, including single-chain sort, heap sort, and recursive sorting, as well as a maze recursive code
cys01-single-list
- 数据结构中的单链表,东华大学课程设计-Single linked list data structure, Donghua University curriculum design. . . . . .
LinkList
- 在VC++6.0用C语言实现一个非循环单链表-In VC++6.0 using C language to implement a single-chain acyclic
linklist
- 单链表的增、删、改、查、打印,以及翻转。(List of single-add, delete, change, check, print, and flip.)
