文件名称:ylib90
- 所属分类:
- 嵌入式/单片机编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 659kb
- 下载次数:
- 0次
- 提 供 者:
- s*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个类STL的多平台可移植的算法容器库,主要用于嵌入式系统编程时的内存管理等方面,尤其是缺少支持malloc 和free的情况下。-STL a class of multi-platform portable containers algorithm library, mainly used in embedded systems programming, such as memory management, in particular the lack of support for malloc and free circumstances.
相关搜索: 内存管理
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ylib-0.9.0
..........\documents
..........\.........\C&C++ young library 设计与实现
..........\.........\..............................\C&C++ young library 设计与实现 — 00.txt
..........\.........\..............................\C&C++ young library 设计与实现 — 01.txt
..........\.........\..............................\C&C++ young library 设计与实现 — 02.txt
..........\.........\..............................\C&C++ young library 设计与实现 — 03.txt
..........\.........\参考手册
..........\.........\........\youngc 参考手册
..........\.........\........\...............\01 - 内存池.txt
..........\.........\........\...............\02 - 动态直接存取数组 dymemarray.txt
..........\.........\........\...............\03 - 动态资源数组 dyrscarray.txt
..........\.........\........\...............\04 - 双向循环链表 dblnklst.txt
..........\.........\........\...............\05 - 单向链表 sglnklst.txt
..........\.........\........\...............\06 - 平衡二叉搜索树 bbstree.txt
..........\.........\........\...............\07 - 散列表 hashtable.txt
..........\.........\........\...............\09 - 字符串.txt
..........\.........\........\...............\10 - 通用算法.txt
..........\.........\........\...............\11 - 辅助函数.txt
..........\.........\........\youngcpp 参考手册
..........\.........\........\程序库概述及安装.txt
..........\examples
..........\........\calculator
..........\........\..........\calculator++.cpp
..........\........\..........\calculator.c
..........\........\..........\calculator.dev
..........\........\..........\calculator程序说明.txt
..........\........\..........\makefile
..........\........\catfile
..........\........\.......\catfile.c
..........\........\.......\catfile程序说明.txt
..........\........\.......\makefile
..........\........\ftw
..........\........\...\ftw 程序说明.txt
..........\........\...\ftw.c
..........\........\...\makefile
..........\........\trimfile
..........\........\........\makefile
..........\........\........\trimfile.c
..........\........\........\trimfile.dev
..........\........\........\trimfile程序说明.txt
..........\library
..........\tests
..........\.....\test_size
..........\.....\.........\makefile
..........\.....\.........\size.c
..........\.....\test_yc
..........\.....\.......\ads_1_2.mcp
..........\.....\.......\bcb6_yc.bpf
..........\.....\.......\bcb6_yc.bpr
..........\.....\.......\bcbout
..........\.....\.......\dev_yc.dev
..........\.....\.......\makefile
..........\.....\.......\test_yc.c
..........\.....\.......\test_yc_chkarray.c
..........\.....\.......\test_yc_dblnklst.c
..........\.....\.......\test_yc_dymemarr.c
..........\.....\.......\test_yc_dyrscarr.c
..........\.....\.......\test_yc_hashtable.c
..........\.....\.......\test_yc_sglnklst.c
..........\.....\.......\test_yc_string.c
..........\.....\.......\test_yc_tree.c
..........\.....\.......\vc6_yc.dsp
..........\.....\.......\vc6_yc.dsw
..........\.....\.......\vc71_yc.sln
..........\.....\.......\vc71_yc.suo
..........\.....\.......\vc71_yc.vcproj
..........\.....\test_ycpp
..........\.....\.........\bcb6_ycpp.bpf
..........\.....\.........\bcb6_ycpp.bpr
..........\.....\.........\bcbout
..........\.....\.........\dev_ycpp.dev
..........\.....\.........\makefile
..........\.....\.........\test_ycpp.cpp
..........\.....\.........\vc71_ycpp.sln
..........\.....\.........\vc71_ycpp.suo
..........\.....\.........\vc71_ycpp.vcproj
..........\ylib-0.9.0
..........\..........\documents
..........\..........\.........\C&C++ young library 设计与实现
..........\..........\.........\..............................\C&C++ young library 设计与实现 — 00.txt
..........\..........\.........\..............................\C&C++ young library 设计与实现 — 01.txt
..........\..........\.........\..............................\C&C++ young library 设计与实现 — 02.txt
..........\..........\.........\..............................\C&C++ young library 设计与实现 — 03.txt
..........\..........\.........\参考手册
..........\..........\.........\........\youngc 参考手册
..........\..........\..
..........\documents
..........\.........\C&C++ young library 设计与实现
..........\.........\..............................\C&C++ young library 设计与实现 — 00.txt
..........\.........\..............................\C&C++ young library 设计与实现 — 01.txt
..........\.........\..............................\C&C++ young library 设计与实现 — 02.txt
..........\.........\..............................\C&C++ young library 设计与实现 — 03.txt
..........\.........\参考手册
..........\.........\........\youngc 参考手册
..........\.........\........\...............\01 - 内存池.txt
..........\.........\........\...............\02 - 动态直接存取数组 dymemarray.txt
..........\.........\........\...............\03 - 动态资源数组 dyrscarray.txt
..........\.........\........\...............\04 - 双向循环链表 dblnklst.txt
..........\.........\........\...............\05 - 单向链表 sglnklst.txt
..........\.........\........\...............\06 - 平衡二叉搜索树 bbstree.txt
..........\.........\........\...............\07 - 散列表 hashtable.txt
..........\.........\........\...............\09 - 字符串.txt
..........\.........\........\...............\10 - 通用算法.txt
..........\.........\........\...............\11 - 辅助函数.txt
..........\.........\........\youngcpp 参考手册
..........\.........\........\程序库概述及安装.txt
..........\examples
..........\........\calculator
..........\........\..........\calculator++.cpp
..........\........\..........\calculator.c
..........\........\..........\calculator.dev
..........\........\..........\calculator程序说明.txt
..........\........\..........\makefile
..........\........\catfile
..........\........\.......\catfile.c
..........\........\.......\catfile程序说明.txt
..........\........\.......\makefile
..........\........\ftw
..........\........\...\ftw 程序说明.txt
..........\........\...\ftw.c
..........\........\...\makefile
..........\........\trimfile
..........\........\........\makefile
..........\........\........\trimfile.c
..........\........\........\trimfile.dev
..........\........\........\trimfile程序说明.txt
..........\library
..........\tests
..........\.....\test_size
..........\.....\.........\makefile
..........\.....\.........\size.c
..........\.....\test_yc
..........\.....\.......\ads_1_2.mcp
..........\.....\.......\bcb6_yc.bpf
..........\.....\.......\bcb6_yc.bpr
..........\.....\.......\bcbout
..........\.....\.......\dev_yc.dev
..........\.....\.......\makefile
..........\.....\.......\test_yc.c
..........\.....\.......\test_yc_chkarray.c
..........\.....\.......\test_yc_dblnklst.c
..........\.....\.......\test_yc_dymemarr.c
..........\.....\.......\test_yc_dyrscarr.c
..........\.....\.......\test_yc_hashtable.c
..........\.....\.......\test_yc_sglnklst.c
..........\.....\.......\test_yc_string.c
..........\.....\.......\test_yc_tree.c
..........\.....\.......\vc6_yc.dsp
..........\.....\.......\vc6_yc.dsw
..........\.....\.......\vc71_yc.sln
..........\.....\.......\vc71_yc.suo
..........\.....\.......\vc71_yc.vcproj
..........\.....\test_ycpp
..........\.....\.........\bcb6_ycpp.bpf
..........\.....\.........\bcb6_ycpp.bpr
..........\.....\.........\bcbout
..........\.....\.........\dev_ycpp.dev
..........\.....\.........\makefile
..........\.....\.........\test_ycpp.cpp
..........\.....\.........\vc71_ycpp.sln
..........\.....\.........\vc71_ycpp.suo
..........\.....\.........\vc71_ycpp.vcproj
..........\ylib-0.9.0
..........\..........\documents
..........\..........\.........\C&C++ young library 设计与实现
..........\..........\.........\..............................\C&C++ young library 设计与实现 — 00.txt
..........\..........\.........\..............................\C&C++ young library 设计与实现 — 01.txt
..........\..........\.........\..............................\C&C++ young library 设计与实现 — 02.txt
..........\..........\.........\..............................\C&C++ young library 设计与实现 — 03.txt
..........\..........\.........\参考手册
..........\..........\.........\........\youngc 参考手册
..........\..........\..