搜索资源列表
student-manage
- c语言中一个关于链表的操作,输入数据,按要求操作,可以帮助您更好地学习链表-c language of a chain operation, the input data, the requested operation, and can help you to better study Chain
list
- 一个自己编写的双向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码,附送Linux C函数手册一份
struct
- C语言写的链表操作,有建表,删除,增加等功能,对初学者很有帮助-Written in C language linked list operations have to build the table, delete, add other functions, useful for beginners
Linux_List_Study
- 本文详细分析了 2.6.x 内核中链表结构的实现,并通过实例对每个链表操作接口进行了详尽的讲解。-In this paper, a detailed analysis of the 2.6.x kernel linked list structure to achieve, and through examples of each operator interface list in detail explanation.
monoList
- 集合链表接口,描述了如何用链表实现集合的操作-set
liangbiao
- linux双向循环链表操作 用c语言编写。在linux平台上运行-linux two-way circular list for operation c language. Run on the linux platform
PhoneBook
- 可以在LINUX下运行的一个控制台程序,通过文件操作实现链表的添加、查找等功能-A console program(can run under Linux), Includes file operations、SqlList adding 、finding and some other functions
queue
- 链表操作程序,可以快速添加,查找链表节点,有限管理链表-link table
graph_DFS
- 简易链表linux下实现单向链表的C语言实现程序,有详尽的链表操作函数,可以作为C语言学习的参考代码-Easy to achieve one-way linked list linux C-language program, a detailed list manipulation functions can be used as reference for learning the C language code
msg
- 消息队列是一个链表,链表的每一个结点是一个消息。消息队列存放在内核中并由消息队列标示符标识。 对消息队列的操作有下面三种类型: a. 打开或创建消息队列 int msgget(key_t key, int flag) 参数key是一个键值,由ftok函数获得, flg参数是一些标志位。函数返回与健值key相对对应的消息队列描述字。 b. 读写操作 int msgsnd(int msqid, const void *ptr, size_t nbytes, int flag
my_subject
- 熟练掌握并灵活运用C语言知识点,特别是指针和结构,以及文件操作。 熟练掌握并灵活运用常见的数据结构数组,链表和树。 熟练掌握并灵活运用相关的检索与排序算法。 -Proficiency and flexibility in the use of the C language knowledge, especially pointer and structure, as well as file operations. Proficiency and flexibility in the
testListLinux
- 链表操作,比较实用,我经常实用,经常验证的,希望大家喜欢-list operation,is very usefull,hope everyone like it
p3
- 写递归函数的递归定义的数据结构和数学抽象。 用递归来实现链表和树。(含链表和树的各种操作)-writing recursive functions that operate on recursively‐defined data structures and mathematical abstractions. Use recursion to realize lists and trees.
nachos-lab3.1
- nachos实验3.1,实现双向链表插入、删除等操作,经测试成功-nachos experiment, two-way chain insert, delete functions. The test is successful
Link_list
- Linux环境下,链表的增删改查,以及文件的操作,读文件写文件。-Linux environment, the list of CRUD
STIMS.tar
- Linux开发C高级的编程,学生管理系统项目,里面涉及到链表和文件操作- Advanced C Programming Linux development, student management system project, which involves the list and file operations
double_cyclelist
- 双向循环链表代码,创建循环链表,链表的常见操作,添加删除等。-Double circular linked list code, create a circular linked list, the list of common operations, such as add and delete.
list
- list.c实现一个链表操作模块。 该模块定义了一个链表头结点指针head-list.c operation module implements a linked list. This module defines a list head node pointer head
newproject
- 实现网络数据收发,串口数据收发,线程的创建使用,文件操作,链表操作(To achieve network data transceiver, serial data transceiver, thread creation, use, file operation, linked list operation)