Rhapsody_2007_09_19

所属分类:嵌入式/单片机/硬件编程
开发工具:MultiPlatform
文件大小:201KB
下载次数:59
上传日期:2007-09-29 12:09:34
上 传 者lsccsl
说明:  提供了rbtree ttree avltree list hashtable等常用容器的算法,代码经过uclinux + arm44b0平台验证
(Provided rbtree ttree avltree list hashtable and other containers commonly used algorithms, the code after uclinux+ Arm44b0 platform authentication)

文件列表:
Rhapsody\container\myvector.h (2591, 2007-09-11)
Rhapsody\container\mydeque.c (13301, 2007-08-07)
Rhapsody\container\bbstree\myTreap.c.txt (0, 2007-08-16)
Rhapsody\container\bbstree\myAVLTree.c (7206, 2007-09-12)
Rhapsody\container\bbstree\mysplaytree.c.txt (0, 2007-09-04)
Rhapsody\container\bbstree\myAVLTree.h (1684, 2007-09-09)
Rhapsody\container\bbstree\__bstree.h (2381, 2007-09-12)
Rhapsody\container\bbstree\__bstree.c (4578, 2007-09-12)
Rhapsody\container\bbstree\myBBTree.h.txt (0, 2007-08-16)
Rhapsody\container\bbstree\myAATree.c.txt (0, 2007-08-16)
Rhapsody\container\bbstree\myAATree.h.txt (0, 2007-08-16)
Rhapsody\container\bbstree\myBBTree.c.txt (0, 2007-08-16)
Rhapsody\container\bbstree\myDTree.h.txt (0, 2007-08-16)
Rhapsody\container\bbstree\myDTree.c.txt (0, 2007-08-16)
Rhapsody\container\bbstree\mysplaytree.h.txt (453, 2007-09-04)
Rhapsody\container\bbstree\myTreap.h.txt (0, 2007-08-16)
Rhapsody\container\bbstree\__avl_tree.h (1185, 2007-09-12)
Rhapsody\container\bbstree\__avl_tree.c (13837, 2007-09-07)
Rhapsody\container\bbstree (0, 2007-08-17)
Rhapsody\container\myhashtable.c (12012, 2007-09-08)
Rhapsody\container\myhashtable.h (2411, 2007-09-08)
Rhapsody\container\mymap.c (6585, 2007-09-08)
Rhapsody\container\mylistex.c (6014, 2007-08-07)
Rhapsody\container\mylist.c (7434, 2007-08-07)
Rhapsody\container\mylist.h (1676, 2007-08-20)
Rhapsody\container\myobj.h (1056, 2007-09-13)
Rhapsody\container\mybuffer.c (5863, 2007-09-03)
Rhapsody\container\mybuffer.h (1267, 2007-09-03)
Rhapsody\container\myobj.c (144, 2007-06-02)
Rhapsody\container\myvector.c (14354, 2007-09-12)
Rhapsody\container\myrbtree.c (30316, 2007-09-08)
Rhapsody\container\myrbtree.h (2408, 2007-09-09)
Rhapsody\container\myBTree.c.txt (0, 2007-08-14)
Rhapsody\container\myTTree_备份.c (27633, 2007-09-13)
Rhapsody\container\mylistex.h (1274, 2007-08-07)
Rhapsody\container\myhashmap.c (6966, 2007-09-08)
Rhapsody\container\myBTree.h.txt (199, 2007-08-15)
Rhapsody\container\string_set.h (1064, 2007-08-20)
Rhapsody\container\MyStringSet.c (3484, 2007-09-09)
... ...

1.如何在linux下面编译 tar xvzf rhapsody_2007_08_23.tar.gz  然后进入解压后的目录,直接运行make即可 生成的lib库在 /bin目录下面 /test目录下面为测试代码 2.window下如何编译 用vs 2003打开Rhapsody.sln即可运行编译 3.其它 test_linux 为linux下面的测试程序 test_win32_release.exe 与 test_win32_debug.exe为window下面的测试程序 /utility/myconfig.h 这个文件中这个宏#define MEM_LEAK_CHECK //内存泄漏检测 去掉 MEM_LEAK_CHECK 这个宏,则不会向代码里添加内存泄漏检测 编译好的三个测试程序都是添加了内存泄漏检测的, 4.编译不过的问题。 由于有些源码是在windows下编辑的,在一些早期版本的gcc编译器(arm-elf-gcc 2.93)可能格式认不到 请用 dos2unix进行格式转换(dos2unix xxx.c),即可正常编译 have fun!  

近期下载者

相关文件


收藏者