搜索资源列表
减式还原
- 编写程序求解下式中各字母所代表的数字,不同的字母代表 不同的数字。 PEAR - ARA -------- PEA *问题分析与算法设计 类似的问题从计算机算法的角度来说是比较简单的,可以采 用最常见的穷举方法解决。程序中采用循环穷举每个字母所可能 代表的数字,然后将字母代表的数字转换为相应的整数,代入算 式后验证算式是否成立即可解决问题。-prepared under-solving procedures for the
YFTest
- 关于简单单纯形的计算机算法,其中输入在程序内部输入,一个简单的测试程序
银行家计算机
- 应用银行家算法解决死锁问题-application bankers algorithm to solve deadlock
农历的算法
- 通过获取计算机系统的时间,来计算农历日期-through access to the computer system to measure the Lunar calendar
《计算机算法基础》源程序
- 计算机算法基础 里面有一些计算机的基础算法 初学着可以-computer algorithm based computer There is the basis of learning algorithm to look at
C语言kmp算法实现
- 研究计算机程序算法中关于字符串操作的经典算法实现源程序-study computer programming algorithm for string manipulation of the classic algorithm source code
区域填充算法处理直线自相交的情况
- 计算机图形学区域填充算法可以处理直线自相交的情况。-computer graphics area filling algorithm can handle line from the intersection.
计算机常用算法
- 经常用到的计算机算法,经过整理后献给大家,也许以后大家用的着。-frequently used a computer algorithm, collated dedicated to everyone, perhaps after we used to.
分支界限
- 用vc编写的解决计算机算法中的分支限界问题,非常经典的代码,请多多指教!-vc prepared with the computer algorithm to solve the branch and bound, very classic code, a great weekend!
计算机常用数值计算算法与程序 C++版
- 《计算机常用数值计算算法与程序 C++版》配套全部源码。
剪切算法
- 计算机图形学中的剪切算法,用来剪切一些多余的线条。
parallel
- 《并行算法实践》陈国良著,书中的所有实例程序源代码。并包含中科大计算机并行程序设计课程课件。学习并行程序及算法的真贵资料-" Practice of Parallel Algorithms," Guoliang book, the book source code for all instances. And includes parallel programming courses USTC computer courseware. Parallel programs and
computerarithmetic(C++)
- 计算机常用数值算法与程序(C++版) 压缩包解压时没有密码-Computer numerical algorithm and procedures used (C++ Version) when extracting compressed packets do not have a password
abaozhu_jincheng
- 计算机操作系统课程设计,进程调度,静态优先级调度算法以及先来先服务调度算法的模拟.-Computer operating system curriculum design, process scheduling, static priority scheduling algorithm, as well as first-come first-serve scheduling algorithm simulation.
frm_SJF
- 计算机操作系统之短作业优先调度算法交互式演示-Computer operating system operating on the short interactive demonstration of the priority scheduling algorithm
2001-04-21-mp1
- 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
0_1back
- 0_1背包回溯法,< 计算机算法设计与分析> 王晓东-failed to translate
metrix
- 《计算机算法设计与分析》王晓东上的源码,实现矩阵连乘-failed to translate
algorithm-design-and-analysis-codes
- 计算机算法设计与分析中的一些算法的实现的源代码-The realization of the computer algorithm design and analysis of some of the source code
遗传算法
- 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is used to solve optimization search algorithm in computational mathematics, is a k