搜索资源列表
先进先出页面算法程序2
- 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO
先进先出页面算法程序
- 分别实现最佳置换算法(optimal)、先进先出(FIFO)页面置换算法和最近最久未使用(LRU)置换算法,并给出各算法缺页次数和缺页率。-respectively optimal replacement algorithm (optimal), FIFO (FIFO) page replacement algorithm and the most recent time on the use (LRU) replacement algorithm, the algorithm is given
人工神经网络BP算法源代码与演示程序
- 人工神经网络BP算法源代码与演示系统,分三层实现BP算法-artificial neural network algorithm source code and demonstration system is divided into three layers to achieve BP algorithm
C语言实现恺撒加密算法
- c语言实现恺撒加密算法,其中有加密解密暴力破解,非常适合初学者学习用。-Caesar encryption algorithm, which encryption and decryption of violence solved, very suitable for beginners to learn from.
工控PID算法
- 上传的是PID算法,请大家详细的看看,分了好几章节来描述的-upload the PID algorithm, please detailed look at several chapters to describe the
CRC冗余度算法
- CRC冗余度的算法,该算法一般能计算任何CRC冗余度,效率很高,非常好用-CRC algorithm, the algorithm generally CRC calculation of any redundant, highly efficient and very handy
数据结构与算法综合资料库
- 数据结构与算法综合资料库.很详细的资料.有一些实例和详细分析-data structures and algorithms integrated database. Very detailed information. Some examples and detailed analysis
龙贝格算法
- 使用龙贝格算法对具体的函数进行规定次数的等分后最后求出在给定点的值-use Romberg algorithm to the specific function for the specified number of equally sought after in the final to the value of sentinel
银行家算法实验报告
- 银行家算法
c语言算法程序集
- 这里将集合C语言中常用的算法集合,供初学者参考有很大的帮助!-here will bring together C language commonly used algorithm to gather information for beginners is a great help!
算法补充
- 数据结构(c语言版)算法补充。从线形表到树。图-data structure (c language version) algorithm added. Alignment from tree to table. Map
pri算法
- 这是一个数据结构的课程设计采用最小生成树的PRIM算法-This is a data structure courses designed using the minimum spanning tree algorithm PRIM
Douglas抽稀算法
- 使用道格拉斯抽稀算法依据给定参数将折线进行抽稀以在尽量保证折线特点的前提下减少点的数量。
基于二维图像的FFT算法实现
- 基于二维图像的FFT算法实现
C#数值计算算法编程周长发
- C#数值计算算法编程周长发
基于Camshift算法实现彩色目标跟踪
- 学习图像视频处理的基础知识和基本方法,研究Camshift算法的基本原理和技术,采用VC++和OpenCV技术编程实现彩色目标跟踪程序,实现对彩色目标的跟踪。
C#数值计算算法编程90个经典算法
- C#数值计算算法编程90个经典算法,有助于学习C#语言,和数值计算算法。
C++经典算法
- 经典的C++算法,对于初学者来说,会有一定的好处!可以看看!(Classic C++ algorithm, for beginners, there will be some benefits! Can see!)
PID控制算法的C语言实现(完整版)
- 在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。经典的未必是复杂的,经典的东西常常是简单的,而且是最简单的,想想牛顿的力学三大定律吧,想想爱因斯坦的质能方程吧,何等的简单!简单的不是原始的,简单的也不是落后的,简单到了美的程度。(PID and its der
蚁群算法
- 一个很有意思的小程序,叫做蚁群算法,不过好像有点bug……(A very interesting program called ant colony optimization, but it seems to have some bug...)