搜索资源列表
uthash
- 在LINUX下实现对哈希表的操作,例如添加记录,查找,删除等
struct
- C语言写的链表操作,有建表,删除,增加等功能,对初学者很有帮助-Written in C language linked list operations have to build the table, delete, add other functions, useful for beginners
mutex-lock
- 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
part5
- linux 下用c++ 开发的一个小型数据库系统,实现呢创建用户数据库,可以创建表,建好表后可以插入数据,可以显示数据,当然也可以删除数据,对在底层开发程序是个好的入门极品源代码。 -ubase
testlist
- 线性表常用子函数,插入,删除,排序,逆序,归并,等等.-Linear form used subroutine, insert, delete, sort, reverse, merging, and so on.
list
- 主要用来实现链表的插入,删除,归并,翻转-handle the the insert,delete,merge of the list
linkedlist
- 链表类。实现了链表的许多功能,如增加删除-Linked list class. Achieved many of the features list
LinkedList
- Linked list 实现了 单链表的增加 查询 删除功能!-Linked list
htable.tar
- 一个纯C实现的哈希表示例代码,实现了通用哈希表的创建、查找、添加、删除、销毁等功能。-A pure C implementation of the hash code that patients achieve a common hash table to create, find, add, delete, destroy and other functions.
BST
- 单链表的插入算法、删除算法、遍历以及获取结点数等综合实现程序-operate list basic function
linklist
- 链表的各个功能都有,建立,插入,删除,置空-List the various functions are established, insert, delete, home empty
tongxunlu
- 可以查询,增加,删除,修改通讯录。用链表实现的。-Can query, add, delete contacts,
linear
- 包括线性表的插入、删除、排序、查找的相关操作-Include linear table insert, and delete, sorting, find the relevant operation
lin
- 创建一个链表,里面保存n个学生的信息。可以把成绩高于60的学生信息从链表中删除-Create a list, which saved n student information. Can be scored higher than 60 student information removed from the list
hashsearch
- 用C实现的一个Hash查找算法,包括hash表的创建、删除、节点的查找等基本操作,可用于unsigned char数组做为输入去生成unsigned long long的key值。这个也可以根据自己的需要修改,如用于char数组作为输入去生成unsinged long的key值等。-The basic operation of the C implementation of a Hash search algorithm, including the creation of the hash t
project_C
- 诊疗系统, 完成链表的创建、写入、查找、删除等功能,分别实现管理员、医生、护士和患者的各项功能。-doctor nurse and patient
double.tar
- linux c写的双链表程序,包括,创建,删除,修改和插入功能,新手参考-double-linked list linux c write procedures, including, create, delete, modify and insert function, novice reference
c-link
- 链表的创建、链表的插入、链表的修改和链表的删除。-List creation, list of the insert, modify, and list the list of deletion.
airport.tar
- 在ubuntu下用C语言实现的机票管理系统,其中链表实现创建链表,删除链表等。-In ubuntu using C language implementation of ticket management system, which linked list to create lists, deleting the list and so on.
代码
- 实现线性表的插入和删除等等(ww)