搜索资源列表
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
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
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
sFFT-1.0-2.0.tar
- 稀疏傅里叶变换算法利用了数字信号处理,特别是高斯和多尔夫-切比雪夫滤波器的技术。与传统的解决方法不同,对于这个问题我们的算法是不迭代的。也就是说,它用一种类似绘制/流式算法的方式“一次”识别并估计k个最大系数,而并非估计“大”系数以及在提示下相减、递归。-Sparse Fast Fourier Transform (SFFT) is a class of sub-linear time algorithms for computing the discrete Fourier transfo
kspm_v1.5.10
- 点石排名同时支持百度、搜狗、360排名提升,支持自然排名前100的关键词,真人挂机互点,真实IP,有效提升网站用户体验。 优点介绍: 1、软件可永久免费使用。 2、静默操作,不影响电脑正常使用。 3、占用内存极校 4、不断根据搜索引擎最新算法更新点击规则。 5、使用所有挂机用户真实IP点击,效果更佳! -Stone ranked at the same time support baidu, sogou, 360 ranking asc
work4
- 随机给出一个页面执行序列,如:1,5,3,4,2,1,3,4,5,7,9,……。要求计算以下几种置换算法的缺页数、缺页率和命中率。 最佳置换算法OPT(Optimal) 先进先出算法FIFO(First In First Out) 最近最少使用算法LRU(Least Recently Used)-Random page gives an execution sequence, such as: 1,5,3
Project
- mini搜索引擎,载入50个文本文件,然后通过输入关键词来计算词出现的次数-we will design and implement a mini search engine that is used to search through a set of 50 documents and a set of sample queries. The data structures used for storing is vector and array. The algorithm in this
