搜索资源列表
农夫过河问题算法实现
- 农夫过河问题算法实现,可以直接下载,不用解码的.-farmer river issues algorithm can be downloaded directly without decoding.
实现路由算法
- 实现路由算法,利用Dijkstra算法实现两台PC机之间的路由行走路径。-achieve routing algorithm, using Dijkstra algorithm between two PCs running the routing path.
银行家算法
- 采用银行家算法实现死锁的避免-bankers algorithm used to avoid deadlock
C语言kmp算法实现
- 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
遗传算法的一些文件
- 数模应用来实现最优值
自适应并行遗传算法实现有源滤波器的设计
- 摘 要:提出一种改进的自适应并行遗传算法,通过设计自适应算子自动调节交叉和变异概率,采用基于岛屿交换模型实现多种群间信息交换,提高了种群的多样性和健壮性.将该方法用于滤波器的参数优化设计,给出4阶切比雪夫低通滤波器的设计结果,比较各种算法的性能,证明该算法收敛速度快,精度高,有效地克服了早熟现象.
简单的词法分析器 java 实现
- 简单的词法分析器 java 实现
DES算法Java实现
- DES算法的java实现,供需要的人参考
Matlab_ica.该算法实现了两路语音的分离
- 该算法实现了两路语音的分离。主要为fastica算法的matlab实现。,The algorithm achieved a separation of two-way voice. Mainly to achieve fastica algorithm matlab.
VC++数字图像处理典型算法及实现
- VC++数字图像处理典型算法及实现,适合初学者,很全的!-VC++ digital image processing and implementation of typical algorithms, suitable for beginners, it is full of!
进程调度与作业调度的模拟
- 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
银行家算法(C语言)
- 银行家算法的虚拟实现- The banker algorithm hypothesized realizes
dianti01
- 电梯调度算法实现磁盘的调度的源代码!需要仔细看啊!-Elevator scheduling disk scheduling algorithm source code! The need for a closer look at ah!
LMS
- LMS算法实现自适应滤波 clear close all clc N=10000 设置仿真长度 信号产生参数设定 a1=-0.195 a1=-1.5955 a2=0.95 R0=[1,a1,a2 a1,1+a2,0 a2,a1,1] p=[1,0,0] r=inv(R0)*p 计算理论自相关函数 R=[r(1),r(2) r(2),r(1)] 生成理论自相关矩阵 p1=[r(2),r(3)] 生成互相关 h=inv(R)
bank
- 操作系统中银行家算法实现科技的方式卡萨合法的卡萨合法-bank
LBG_newdistortion
- LBG算法实现,但使用了新的distortion计算方法-LBG algorithm realization, meanwhile using new distortion measuring method
code
- 设计一个按优先数调度算法实现处理器调度的程序-chu li ji diao du
《数据结构》算法实现与分析高一凡(第二版)+源码
- Data Structures.rar 《数据结构》算法实现与分析高一凡(第二版)+源码
银行家算法
- c语言版银行家算法实现,可以在Linux gcc编译运行。(C language version of bankers algorithm, you can compile and run in Linux gcc.)
卡尔曼滤波算法C语言实现
- 卡尔曼滤波的c语言算法实现(Implementation of C language algorithm based on Calman filter)