搜索资源列表
插入排序的设计实现分析比较
- 数据结构中的插入排序分析和比较。有各种插入排序的算法描述。-data structure of the insert sequencing analysis and comparison. Various insertion sorting algorithm descr iption.
MIXBuilder
- MIX的模拟器: MIX是《计算机程序设计艺术》(TAOCP)的作者高德纳(Donald.E.Knuth)在TAOCP中描述算法时使用的一种假想的机器,所以书中的汇编代码无法在任何一个机器上运行,附件中的程序可以让以MIXAL汇编语言写成的算法在Windows平台上汇编并且可以单步跟踪运行。详细情况参看其中的MIXBuilder.doc文件。 -MIX simulator : MIX "Art of Computer Programming" (TAOCP), the aut
gene
- 这是一些经典算法的描述,是由中国科学院的张法院士所编写的,对生物信息学有非常重要的意义。-This is the classical algorithm described by CAS academician Zhang law prepared by the Bioinformatics is a very important significance.
多项式求和
- 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
用C++描述的各种数据结构算法
- 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
BANKER method
- 这是一个C程序,描述的是操作系统中的银行家算法,呵呵,我是花了好长时间才写好的。-This is a C program, describes the operating system as a banker algorithm, huh, I spent a good long time to write the.
2_1
- 这是一个C程序,描述的是操作系统中进程调动模拟算法,写的不好,请不要见笑。-This is a C program, describes the process of mobilizing operating system simulation algorithm, badly written, please do not laughed at.
算法分析课程设计
- 算法分析代码 语言惯用的词法(包括语言标记的描述) 每个语言构造的B N F 描述 相关语义的英语描述 C -的两个示例程序 C -的一个Tiny Machine 运行时环境 C -和T M 的编程设计方案-algorithm analysis code language commonly used morphology (including labeling descr iption language) structure of each language B N F
PrimeNum
- PrimeNum程序描述: 本程序包括:找100~200间的素数 主要是记住找素数的算法-PrimeNum procedures Descr iption : The procedures include : find 100 ~ 200 of the Primes is mainly remembered for a number of algorithm -
SwitchViewInSDI
- 算法简单描述如下: 如果当前棋局为终局状态,则返回状态分 从当前棋局的状态出发,找出一个可走的步数,试走此部,新状态扩展为当前棋局的 一个子结点 此子结点做为新的当前状态递归调用 (此过程中可加入α-β裁减) 思考:如果采用循环代替递归,保存所有已构造的节点,在下一次构造博奕树时本次构造 的节点可能重复利用,节省构造时间。
chengxutu
- 程序流程图是人们对解决问题的方法、思路或算法的一种描述。 流程图的优点:(a)采用简单规范的符号,画法简单; (b)结构清晰,逻辑性强; (c)便于描述,容易理解。-process flowchart for a way to solve problems, ideas or a descr iption of the algorithm. Flowchart advantages : (a) using a simple standardized sym
PCA_NN
- PCA(主成分分析)算法被广泛应用于工程和科学研究中,本报告主要从PCA的基本结构和基本原理对其进行研究,常规的PCA算法主要采用线性算法,通过研究论证发现线性的PCA算法存在着许多不足,比如线性PCA算法不能从线性组合中把独立信号成分分离出来,主分量只由数据的二阶统计量—自相关阵确定,这种二阶统计量只能描述平稳的高斯分布等,因此必须对其进行改进,经改进后的PCA算法有非线性PCA算法、鲁棒算法等。我们通过PCA算法在直线(平面)中拟和的例子说明了PCA在工程中的应用。本例子采用的是成分分析中的
viterbi213
- 提供了一个硬判决的viterbi译码器(2,1,3) 有源程序及算法描述,未成定稿,只供参考 (vhdl 语言描述) -provided a hard decision of the Viterbi Decoder (2,1, 3) the source code and the algorithm descr iption, from his position as final, for reference (vhdl Descr iption Language)
ann_ppt
- 人工神经网络技术入门讲稿 作为人工神经网络的入门,作者希望通过对人工神经网络及其基本网络模型的介绍,使学生初步了解智能系统描述的基本模型,掌握人工神经网络的基本概念、单层网、多层网、循环网等各种基本网络模型的结构、特点、典型训练算法、运行方式、典型问题、软件实现方法等.-artificial neural network technology portal scr ipt as Artificial Neural Network portal, The authors hope that t
c.suanfa
- 常见算法的c语言描述,对学习c很有帮助,希望大家对有用-c common algorithm descr iption language, to learn c helpful, we hope to useful
wuziqisuanfayanjiu
- 一个关于五子棋主要算法的描述,帮助大家明白五子棋的主要工作原理。-one of the 331 key algorithm descr iption, to help you understand the main renju principle.
200512620049279
- 描述了三色算法的形成过程,及拓扑形成后系统可能出现的状况介绍了簇的维护.还有部分源代码.-descr iption of the three color algorithm formation process, After the formation of topology and system possible situation on the cluster of maintenance. Some of the source code.
字符集编码的存储结构及其算法描述
- 字符集编码的存储结构及其算法描述-storage structure and algorithm descr iption
03031146
- 项目名称:科学计算器 姓名:刘博 学号:03031147 班级:能动35 完成时间:2004-11-29 指导教师:罗建军 一.项目背景: 1.背景简介 我们在学习生活中,常会遇到一些繁杂的数值运算,尤其是遇到正弦、余弦、对数等手算困难的运算时,这时候我们就必须用到科学计算器,所以我便着手开发了这个计算器程序,以便用于自己的学习工作。 2.项目目标 编
banker
- OS中的银行家算法描述内存的分配规律以及完成任务的过程!用C++描述的!