搜索资源列表
list_re
- 数据结构自己写的循环链表的实现,希望对大家有用
liangbiao
- linux双向循环链表操作 用c语言编写。在linux平台上运行-linux two-way circular list for operation c language. Run on the linux platform
Llist.tar
- 使用双向循环链表对学生信息进行管理(插入,排序,查找等)-Use a two-way circular list of student information management (insert, sort, search, etc.)
fifo
- 一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点: 1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片; 2.线性地址空间,直接使用memcpy进出,速度非常快; 使用说明: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit 如发现问题联系本人: lxj_com@163.com QQ:67016879
Algorithm
- Linux C 编程下的最,最基本的数据算法。包括链表(单向与循环)、队列、栈。-Linux C programming, basic program algorithm. Include list, queue, stack.
xhslb.tar
- 这是一个循环双链表,上传的目的在于与大家共同进步,也希望大家能把一些不错的代码贡献出来-This is a circular doubly linked list, upload aims and common progress, but also hope that we can some good code contributed
mp3
- 嵌入式系统设计MP3主程序源码,应用在ARM11板上面,主要包括链表循环,进程间通信。-MP3 main source embedded system design, used in ARM11 board above, including chain loop, inter-process communication.
sys
- 这是我自己在linux下写的c程序,在linux下可用gcc可编译运行。程序功能是学生信息管理,有三种用户,管理员,教师,学生。管理员可对教师学生进行添加和删除,教师可对学生进行删除和添加。学生只能查看教师信息和添加学生信息。使用数据结构的循环双链表进行数据管理。数据存储于文件一边下次访问。访问许要密码和用户名登陆。开始时可用管理员aaa密码aaa登陆。有三个数据存储文件,请不要删除,不然会报错找不到文件的。程序属于初学练手之作,有很多缺点,望包涵。但是c语言初学者还是值得看看的。里面还是有一些
snake
- VC6.0编译环境下实现的贪吃蛇代码,里面用到循环链表,对学习循环链表的同学是个很好的实例-c++ language code Snake
cycle-linklist
- 循环链表和约瑟夫环的实现代码。利用C语言编写,详细介绍并实现了数据结构的增删改查等代码-Circular list and Josephus implementation code. Using C language, detail and implement additions and deletions to change search data structures, such as code
double_cyclelist
- 双向循环链表代码,创建循环链表,链表的常见操作,添加删除等。-Double circular linked list code, create a circular linked list, the list of common operations, such as add and delete.
project.tar
- 有头循环双链表,类似学习信息管理系统框架,主要实现了添加、删除、加载和保存文件信息。-The first circular double linked list, similar to the study of information management system framework, mainly to achieve the add, delete, load and save the file information.
11
- 编程实现如何创建含有n个结点的单向循环链表(programing to realize creating single linklist with n node)
student_sys
- 有三个文件,分别是通过单项链表循环链表,双向循环链表和可以用作存档用的双向循环链表实现学生的信息的增删改查,还有学生成绩的排名。(There are three files, which are linked by single linked list, circular linked list, two-way circular list and two-way circular list that can be used as archival.)