搜索资源列表
uthash
- 在LINUX下实现对哈希表的操作,例如添加记录,查找,删除等
txt
- 用二叉链表做存储结构,输入键值序列,建立一棵二叉排序树并在二叉排序树上实现查找算法。-To do with binary storage structure list, enter the key sequence, set up a binary sort tree and binary search algorithm to sort the tree implementation.
Llist.tar
- 使用双向循环链表对学生信息进行管理(插入,排序,查找等)-Use a two-way circular list of student information management (insert, sort, search, etc.)
mmtrie
- 写这个的出发点是吧之前做的trie能写到文件而且能很容易mmap到内存, 可以用于输入法 搜索引擎分词 词表的功能, 共享前缀存储, 支持最大20亿节点. 简单一点可以当一个hash表使用, 查找的时间复杂度为 N* Log(256) N为字符长度, key可以为二进制的数据, value 必须为int类型, 不能为0, 因为mmtrie_get()/find() 没有结果的情况下为0, 如果需要set value为0的话自己+1, 出来的时候-1就好了.-Write the start
PhoneBook
- 可以在LINUX下运行的一个控制台程序,通过文件操作实现链表的添加、查找等功能-A console program(can run under Linux), Includes file operations、SqlList adding 、finding and some other functions
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.
queue
- 链表操作程序,可以快速添加,查找链表节点,有限管理链表-link table
Memory_Manager
- 内存管理:分文件 main.c apply.c free.c print.c 1 申请 申请的大小:查找申请链表中节点与申请大小是否有相同的值,如果有相同的值,将该节点移到释放链表中。如果没有相同,找申请链表中节点减去申请大小差值最大的节点,然后新建节点并跟新最大值节点,将新建节点放到释放链表中。 2 释放 第几次申请:将释放链表中相应的节点放回申请链表中,查找申请链表中与释放节点的index是否有相同的,如果有相同更新申请链表节点的mem_size值并将释放链表中相应节点释放。
linear
- 包括线性表的插入、删除、排序、查找的相关操作-Include linear table insert, and delete, sorting, find the relevant operation
hash
- 包括hash表的输入、输出、插入、查找等相关操作-Including hash table of the input and output, insert, and find the relevant operation
ourselves_xm_translate
- 用链表做的电子词典,根据生成的索引查找单词。- the electronic dictionary made by list.
scan_img
- 本文来讲讲Mat存储的像素该怎么对其进行扫描?扫描的效率又如何? 文章参考opencv自带的tutiol及其code。 实验功能: 可以手动选择打开电脑上的图片。 对4种对Mat矩阵的扫描方法效率进行比较,这4种扫描方法分别为:连续内存直接访问;用迭代器进行访问;直接像素点进行访问;用LUT查找表进行访问;这4种扫描方法可以在菜单栏进行选择。 这些访问完后是将每个访问到的像素点的像素进行压缩,压缩间隔可以在软件的界面中进行修改。 软件的下端显示每
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
list1.tar
- 一个单向链表,具有插入、删除、遍历、查找等功能,适合初学者参考学习-A one-way linked-list,with insertion, deletion, traversal, search and other functions, suitable for beginners reference
list2.tar
- 一个双向链表,具有插入、删除、遍历、查找等功能,适合初学者参考学习-A two-way linked-list, with insert, delete, traverse, search and other functions, suitable for beginners to learn
nco
- 32位输入,12位输出的nco代码及tb。包含查找表-32bit input and 12bit output nco and its tb.including lut.