搜索资源列表
最佳适应算法 信安 陆华锋 20022638
- 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best"
成绩管理20034581赵传仕
- 学生成绩管理系统 C语言 1、掌握结构化设计方法。 2、了解大型软件的设计技术 3、在实际应用背景下灵活运用线性表的顺序存储结构和链式存储结构。 4、灵活运用线性表上的各种基本运算,完成题目需求。 5、在实例中运用排序与查找算法。-student performance management system a C language, master structural design methods. Two, understand the design of large software tec
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.
圆的生成算法
- 圆的生成算法是word格式的,含有源程序,内容有点多大家下载了可以看下,一个很好的-round of the algorithm is word format, containing source, as a bit more you can download a glance, a very good Dongdong
bp算法
- bp算法的源代码,由于很多程序都是利用matlab工具箱函数做的,不利于是用这个性化设计,对于观察网络内部的结构也带来一定困难,这个算法就可以让社记者跟踪训练过程-bp algorithm source code, a lot of procedures are using Matlab Toolbox function done, then use the negative nature of the design, the internal network for observation o
银行家算法1
- 这是一个关于操作系统银行家算法的程序,实现资源的各项操作-This is a banker's algorithm on the operating system procedures, the resources to operate
delanay三角网算法
- 随便上传一个delanay三角网算法的vb程序,仅供大家参考!-casually upload a delanay triangulation algorithm vb procedures only reference!
数据结构算法——VisualC++6.0程序集电子教案
- 数据结构算法是编程的重要部分,很好的帮组大家!-data structure programming algorithm is an important part of a good group to help you!
算法集C++
- 计算质数的一个公式.-calculation of a standard formula.
a[i]=i
- 寻找数组中a[i]=i分治算法,主要采用类似的二分法的算法-find an array a [i] = i partition algorithm, similar dichotomy in the algorithm
工业控制中的一种常用控制算法PID运算
- 工业控制中的一种常用控制算法PID运算-industrial control of a common computing PID control algorithm
页面置换算法三种)
- 掌握内存管理的页面淘汰算法 输入可用内存页面数和一个作业访问逻辑页号的序列,分别给存FIFO、LRU算法的缺页中断率(注:算法原理实现,不要求实际页面)。-master memory management algorithm pages out of the importation of a few pages available memory and a logic operation visit pages of the sequence, kept FIFO, the LRU algori
大数阶乘算法
- 程序中一开始已初始化一个需要求的阶乘数字 程序只需要运行就可得到结果,如要修改,可在源代码作一个小小修改即可-a process has begun to request the initialization of a number of factorial procedure can only be run, to changes in the source code for a small change can be
PRISM.A.Prime.Encoding.Approach.for.Frequent.Seque
- PRISM算法是目前为止,速度最快的序列模式数据挖掘算法(串行)。本文发表在IEEE2007年的国际数据挖掘会议上。
一个遗传算法C++类
- 提供一个遗传算法C++类-provide a genetic algorithm C
种子填充算法
- 这是一个计算机图形学中图形填充的算法,包括种子填充中简单填充算法和扫描线填充算法!-This is a computer graphics to fill the graphics algorithms, including seeds filling simple filling algorithm and scanning fill algorithm!
经典水印算法QIM源码
- qim是与扩频水印并列的算法。他有很多特性,此算法能帮助你理解qim。-qim Spread Spectrum Watermarking is tied with the algorithm. He has a lot of features, this algorithm can help you understand qim.
遗传算法应用
- 这是一个基于遗传算法的人工生命模拟 AL_GA.C -This is a genetic algorithm based on the simulation of artificial life AL_GA.C
相关攻击
- 快速相关攻击A,序列密码的经典算法,不过偶尔会崩溃