搜索资源列表
linux-fifo
- 在linux下使用C语言开发的进程控制程序-the use of C language development process control procedures
C++465134615
- 经典实例,用C++语言制作的the fifo method of memory distribute-classic example, C language fifo produced by the method of memory distribute
FIFO
- 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,把各种算法用C语言实现-Process scheduling algorithm FIFO, priority number scheduling algorithm, time slice rotation scheduling, hierarchical scheduling algorithm, the various algorithms using C language
FIFO-LFU
- 用C语言实现操作系统请求页面调度算法FIFO LFU的实现 提前装入0,5,6页最后能够计算出缺页中断率-Operating system using C language the page is requested the implementation of scheduling algorithms FIFO LFU advance into 0,5,6 page last page fault rate to calculate the vacancy
one
- FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
ImplementingFIFO-GPIF
- USB 2.0 FIFO 工作模式 C语言编程 CY7C68013单片机-USB 2.0 FIFO mode of C language programming CY7C68013 Singlechip
EZW
- C语言编写的EZW编解码算法,其中编码扫描的方式为先入先出原则-C language EZW codec algorithm, which scans the code for the principle of FIFO
fifo
- c语言实现内存调度 FIFO LFU LRU 基于vc6.0 -c language memory-based FIFO LFU LRU scheduling vc6.0
ex2
- FIFO LRU OPT算法的C语言相关调用算法-FIFO LRU OPT algorithm is called C-language-related algorithms
fifo-714
- LCD0802+a7105无线收发程序,51的C语言实现,已经在硬件上实现功能 -LCD0802+ a7105 wireless transceiver procedures, 51 of the C language, functions have been realized in hardware
fifo-lru-opt
- c语言写的页面转换算法,有助于大家学习操作系统。-pages written in c language conversion algorithm to help them to learn the operating system.
999
- 进程调度c语言实现 先进先出 优先级 齿轮-C language FIFO process scheduling priority Gear
FIFO
- 模拟内存页式管理中的FIFO算法(用c语言描述)-Analog memory page-style management in the FIFO algorithm (described by c language)
FIFO
- C语言实现的软件FIFO,适合嵌入式单片机使用-The software FIFO C language for embedded microcontroller use
FIFO-C
- FIFO的C语言实现。buffer指向存放数据的缓冲区,size是缓冲区的大小,in是写指针下标,out是读指针下标,在len和(fifo->size - fifo->in + fifo->out)之间取一个较小的值赋给len。注意,当(fifo->in == fifo->out+fifo->size)时,表示缓冲区已满,此时得到的较小值一定是0,后面实际写入的字节数也全为0。-FIFO the C language. buffer point to the
FIFO
- c语言编写的FIFO页面淘汰算法,对页面访问序列进行处理,显示出换页的过程,并求出缺页率。-c language FIFO page replacement algorithm for page access sequence is processed, showing the paging process and seek vacancy rates page.
FIFO-process-scheduling
- 用C语言实现进程调度算法FIFO的模拟过程-C language simulation process scheduling algorithm FIFO process
C
- C语言队列问题,详细的实现了队列的先进先出的功能,并且还有录入文件的功能,删除文件内容的功能,通过单链表可以实现文件的录入,删除,查找,浏览,修改等功能.-C language queue problem, detailed implements the functionality of the fifo queue, and the function of the input file, delete the file content function, through singly link
FIFO-Software-Realization
- 通过C语言实现队列,避免数据处理过程中的冲突问题。-Through the C language to achieve the queue, avoid conflict problem in data processing.
fifo-by-C
- 使用C语言编写的fifo程序。完全的模块化编程,可直接用于目前已有数组,使用方便。- Fifo using C language program. Completely modular programming, it can be directly used there are an array of easy to use.