搜索资源列表
xianxingbiao
- 实习题 [问题描述] 1. 设顺序表中的数据元素递增有序,将插入到顺序表的适当位置上,是该表仍然有序。 [输入] 初始顺序表,插入字符。 [输出] 插入x后线性表的结果 [存储结构] 采用顺序存储结构 [算法的基本思想] 建立一个递增顺序表,插入一个数值并移动元素,使其仍然有序。 程序如下: #include \"iostream.h\" #include <malloc.h> #define LIST_INTI_SIZE 1
FreeBSD-7-kernel
- FreeBSD-7 kernel malloc source code analysis
mallocVSnew
- 介绍new与malloc的用法与区别,许多IT企业面试都会问到相关的问题-Introduce new and malloc usage and differences, many IT companies will be asked to interview questions related to
malloc
- malloc的glibc里实现的内幕说明。说得相当的详细,值得学习-glibc malloc is implemented inside insider instructions. It quite detailed, it is worth learning
MALLOc
- Malloc 的实现方法,单向链表法,实现malloc和free的功能-Malloc implementations, singly linked list method, the function of malloc and free
fungsi-malloc
- a documen for malloc function
Doug-Leas-malloc
- Doug Lea’s malloc源代码的主要流程及函数分析说明-Doug Lea’s malloc source code, process and function analysis shows that
mm
- this is an algorithm for malloc-memory allocation
VAr4_OS
- program that implements the work of the semaphore, malloc. m.lock i m.inlock
malloc
- Dynamic Storage Allocation: A Survey and Critical Review