搜索资源列表
sqlist
- 链表算法应用,如:链表初始化、创建、插入、删除等操作。-The list of the algorithm, such as: the list of the initialization, create, insert, and delete operation.
malloclab-handout_20111118164222705
- 深入理解计算机系统C语言程序代码,描述对于malloc算法的实现与理解-In-depth understanding of the computer system C language code that describes the algorithm for the realization and understanding of the malloc
h2a
- ti公司达芬奇系列DM36x芯片的摄像头采集图像2A算法,包括自动白平衡和自动曝光-ti s DaVinci DM36x chip camera image acquisition 2A algorithm, including automatic white balance and auto exposure
linux
- linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
linux
- 在linux实现模拟进程调度的模拟算法,在myeclipse下课运行-Analog simulation of the process scheduling algorithm class in myeclipse run in linux
2
- 银行家算法,实现数据的输入输出,各种数据下的结果-Banker' s algorithm, data input and output, the result of a variety of data
lru
- c++实现LRU算法,自己封装了一个类,数函数已经有demo的相关调用。但愿对你有帮助-the algorithm of LRU by c++
GPIO_Port_A_ISR.c
- 端口A中断服务函数根据底层程序取得的迷宫信息,经过该智能算法控制电脑鼠的下一状态,并送往底层驱动程序执行。-Port A interrupt service routine based on the underlying program maze of information, through the intelligent algorithm to control the next state of the computer mouse and sent to the bottom of th
mClock
- 磁盘I/O调度及管理的研究分析,通过运用mClock算法来实现管理程序的IO调度-Disk I/O scheduling and management of research and analysis, by the use mClock algorithm to hypervisor IO scheduling
main.cpp
- 素数测试 miller rabin 提高算法 随机版 算法导论Introduction of Algorithms-Primes test of Miller_Rabin Algorithm Introduction of Algorithms
hash
- hash算法的编程,实现过程 hash算法的编程,实现过程-hash algorithm programming, programming hash algorithm implementation process, realization process
avl-2.0.2a.tar
- Avl算法,rbtree算法,linux内核实现,可以直接移植使用!-Avl algorithm, rbtree algorithm
ramdisk
- ramdisk驱动,proc文件系统接口,md5算法-ramdisk driver, proc file system interface, md5 algorithm
Xvidcore123
- xvidcore视频压缩模块,可以很好的进行视频的压缩,通过该压缩算法可以很正常的显示压缩的结果-xvidcore video compression module that can be very good for video compression, through the compression algorithm can compress normal display results
threads.tar
- 优先级调度算法,nachos课程设计,设计有优先级调度-Priority scheduling algorithm, nachos curriculum design
jincheng3
- 按时间片轮转调度算法实现处理及调度的程序-According to the time slice rotation scheduling algorithm and scheduling program
en_aes
- 密码学中aes算法,经过调试后,可使用的代码。-Aes cryptography algorithm, after debugging, you can use the code.
xuni
- 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
cache
- 设备缓冲区管理算法,txt格式文档,需要的可以参考,但不一定有用。-Device Buffer Management Algorithm
Bankers-algorithm
- 银行家算法是一种最有代表性的避免死锁的算法。又被称为“资源分配拒绝”法-Bankers algorithm is one of the most representative of the algorithm to avoid deadlock. Also known as "resource allocation denial" method
