的ravenx库是一堆被设计为一个便携式的和简单的C库的数据结构。
- 资源大小:122.85 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
数据结构
简单
一个
设计
便携式
资 源 简 介
The RavenX library is a bunch of data structures that are designed to be a portable and simple C library. it provides data structure handling and stl-like algo for C, portability wrappers and interfaces for such string format, mbcs,wide character conversion and user-defined error handling.RavenX was initially developed for and used by BitRaven--my slightly and fully featured bittorrent client.
Now it contain the following characters:
0.01
* doubly linked-list
* list-based queue
* list-based stack
* vector
* bit_vector
* vector-based queue
* vector-based stack
* heap
* heap-based priority queue
* hash-table
* red-black tree
* avl tree
* stl-like algorithm
* simple byte buffer management
* mbcs && wide-char string manipulation and conversion
* mbcs && wide-char string parser && format
* user-defined assert && error handling
0.02
* state-automaton
文 件 列 表
RavenX
RavenX.c
RavenX.h
rx_algo.c
rx_algo.h
rx_automaton.c
rx_automaton.h
rx_avltree.c
rx_avltree.h
rx_bitvec.c
rx_bitvec.h
rx_buf.c
rx_buf.h
rx_config.h
rx_debug.c
rx_debug.h
rx_fmt.c
rx_fmt.h
rx_hashtable.c
rx_hashtable.h
rx_list.c
rx_list.h
rx_mem.c
rx_mem.h
rx_misc.c
rx_misc.h
rx_platform.h
rx_queue.c
rx_queue.h
rx_rbtree.c
rx_rbtree.h
rx_spec.c
rx_spec.h
rx_string.c
rx_string.h
rx_typedef.c
rx_typedef.h
rx_vector.c
rx_vector.h
Prj
VC9
VC6
BCB6