搜索资源列表
vxmalloc
- This version of malloc for VxWorks contains two different algorithms. One is the BSD based Kingsley \"bucket\" allocator which has some unique fragmentation behavior. The other is Doug Lea s well tested allocator that tries to minimize fragmentation
VxWorks_memory
- 原创:VxWorks操作系统内存分配解析 嵌入式操作系统分配内存的算法有很多,如最先匹配算法,最优匹配算法,最坏匹配算法,伙伴算法,还有很多人研究了各式各样的各有优势的算法。目前,常用的有VxWorks操作系统使用的最先匹配算法,linux操作系统使用的伙伴算法等。-Original: VxWorks operating system, embedded operating system to resolve memory allocation algorithm to allocate m
BCD
- 十进制和BCD码以及二进制之间的相互转换,多种算法实现多种功能-Conversion between decimal and binary to BCD and between, a variety of algorithms to achieve a variety of functions