搜索资源列表
6174
- 汇编程序- 6174算法 很详细的,便于大家学习 -Assembler-the 6174 arithmatic is depicted in detail, so it is convenient for your study.
yinhangjiasuanfa
- 模拟银行家算法 银行家可以把一定数量的资金供多个用户周转使用,为保证资金的安全银行家规定: 本程序包括:银行家算法 -simulation algorithm bankers bankers can be a certain amount of funds for a number of users working capital use, To ensure the safety of funds bankers : The procedures include : Banke
findFile
- 文件搜索程序 在windows环境下根据键入的目录进行文件搜索,包括子目录在内进行递归遍历.使用了BFS算法.
进程调度管理
- 调度的实质是操作系统按照某种预定的策略来分配资源。进程调度的目的是分配CPU资源。由于进程调度程序执行的频率很高,因此调度算法的好坏直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常用的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。
tic-tac-toe
- 一个简单的用二叉树实现的极大极小指算法人工智能井字棋游戏,使用C++的类,和STL模版库中的vector-A simple binary tree the minimax means algorithm artificial intelligence tic-tac-toe game of chess the class of C++, and STL template library in the vector
PSOtofMatlab
- 微粒群算法是新近发展起来的智能优化算法,结合matlab快速简洁的开发特点,让你更加方便的使用微粒群算法-Particle swarm optimization is a newly developed intelligent optimization algorithm, matlab combination of the characteristics of the rapid development of simple, more convenient and allows you to
yasuo
- 参数有理曲线代数表示的连分式方法,用计算方法中的算法来解决。-Algebraic Representation of Parametric Rational Curve Continued Fractions Method
VSMH_Crack_Src
- 这是前段时间写的VSMH破解工具,利用修改Hosts进行破解算法进行登录-Some time ago to write the VSMH cracking tools, modify the Hosts crack algorithm Login
Replacement
- 模拟内存中页面管理,置换调度的几种算法,opt,clock,lru,FIFO-page replacement
ISCAS 89 源代码
- ISCAS 89基准时序电路集,可由国际互联网通过FTP方式下载得到。它是North Carolina州立大学的微电子中心在IScAS’85基准电路的基础上,从世界各地(包括企业和研究机构)广泛征集到的。国际上时序电路测试算法的结果比较中,大都是采用IsCAS’89基准电路作为测试对象。ISCAS 89基准电路主要应用于时序电路的可测性分析,它们可作为ATPG性能的评估标准,以验证全扫描和部分扫描的测试生成技术。不仅如此,IScAS’89基准时序电路珏可广泛地应用于模拟、故障模拟、形式验证、逻饕
VB
- 这是一个算法的! 这是一个算法的! -This is an algorithm!
euler-algorithm
- 给定一个无向图,找该图的欧拉环游。算法快可以执行好-Given an undirected graph, find the graph Eulerian tour. Fast algorithm can perform well
abc
- 模拟退火算法解决TSP问题 输入格式(城市坐标.in): 第行:1个整数N,表示城市的数量 第..N+1行:每行有个空格分开的整数x,y,第i+1行的x,y表示城市i的坐标-Simulated annealing algorithm to solve TSP Input Format (city coordinates in.): The first line: an integer N, the number of cities S .. N+1 lines: eac
demo_theory
- 观测矩阵已知的 基于tval3算法的压缩感知信号重构-known observation matrix remodeling
Sequence-Alignment-Algorithm
- 基因比对算法,Python,基于动态规划算法-Gene alignment algorithm, Python, based on dynamic programming algorithm
ReliefF-2
- 由于Relief算法比较简单,运行效率高,并且结果也比较令人满意,因此得到广泛应用,但是其局限性在于只能处理两类别数据,因此1994年Kononeill对其进行了扩展,得到了ReliefF作算法,可以处理多类别问题。该算法用于处理目标属性为连续值的回归问题。-Because Relief algorithm is relatively simple, high efficiency, and the results are more satisfactory, so widely used, b
Huffman_encode
- 该程序是利用哈夫曼算法实现对文件的压缩,编程语言是C++,平台是windows。(The program uses the Huffman algorithm to compress the file, the programming language is C++, and the platform is windows.)