搜索资源列表
ReadHeader
- 是一个获取媒体数据的长度的程序,程序运行的速度非常的快!-access to the media is a data length of the procedure, the speed of running very fast!
QUEUE
- 用C语言编写的队列接口,适用于各种环境,提供接口: QUEUE *initQueue(int MaxRoom) void destroyQueue(QUEUE **queue) Boolean isQueueEmpty(QUEUE queue) Boolean isQueueFull(QUEUE queue) Boolean in(QUEUE *queue, USER_TYPE data) Boolea