搜索资源列表
操作系统实验报告
- 设计一个程序,根据不同的调度算法模拟操作系统对进程的调度。-Design a procedure , to the dispatcher of the process according to algorithm simulation operating systems of different dispatchers.
Vigenere加密器(TC版)
- 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryption and decryption algorithms
5个c程序源代码
- 五个c源代码 矩阵的运算方法 邻接矩阵求解最短路径 全屏幕模拟时钟 先序遍历非递归算法 字符串查找-5 c source code matrix arithmetic method adjacency matrix for the Shortest Path full-screen analog clock preorder non - recursive algorithm to search string
TypeDir2
- 用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。修改了原程序中的一些bug。 -binary tree algorithm used for the specified directory of files and directories to the formatting preserved. The original amendments to the procedures in some bug.
Rijnd
- 文件加密器。 本程序用RJ算法实现对任意文件加密。 只是效验密码方面有些缺陷。-file encryption device. The procedures used for RJ algorithm arbitrary file encryption. Only well-tested code with some flaws.
eF_Uis
- 计算多产品间歇过程调度uis操作的,遗传算法程序-computing products intermittently over the course of the operation scheduling Uis, genetic algorithm
XML_reader
- 自己手动编写的XML分析程序。其中用到了STL的模版库。其中的算法很巧妙,并且没有用其他任何库函数,值得一看。-own manual prepared by the XML analytical procedures. STL which uses the template library. The algorithm is a clever, and not any other library functions overseas.
2006040603
- 该程序实现遗传算法的功能,结构紧凑,可用于分类-genetic algorithm functions, compact structure, used to classify
rdel
- 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
ewerwe
- 这是一个程序算法,主要描述的上PRIM算法,用C编写的-this a procedural algorithm, described in the main on PRIM algorithm, used in the preparation of C! !
cipan123
- 这是一个磁臂移动的算法程序,他模拟电梯算法来运算的,111111111111111111.-This is a mobile magnetic arm algorithm procedures, he algorithm to simulate the lift operator, 111111111111111111.
demoYUV
- 一种在.net平台上开发的在YUV空间进行图像分割的算法程序。
TestPhrase
- 高效的文章分句算法程序,将由标点符号分开的语句的起始位置和结束位置记录到结构体里-efficient algorithm process clause of the article, punctuation will be separate from the initial statement of the position and location of records to the end of the structure Lane
CH1
- Fortran常用算法程序集-徐士良间:第一章所有的源程序,欢迎寻找此书源程序的朋友下载使用
CH3
- Fortran常用算法程序集-徐士良间:第三章所有的源程序,欢迎寻找此书源程序的朋友下载使用
pdoteaching.pdf
- 随机微粒群算法程序pdf 围绕粒子群的当前质心对粒子群重新初始化.这样,每个粒子在随后的迭代中将在新的位置带着粒子在上次搜索中获得的“运动惯性”从而可以在粒子群的运动过程中获得新的位置,增加求得更优解的机会.随着迭代的继续,经过变异的粒子群又将趋向于同一点,当粒子群收敛到一定程度时又进行下一次变异,如此反复,直到迭代结束
文件合并C程序
- 文件合并C程序,C下的文件合并算法实现,初学者可以用来提高.-merger document procedures C, C merger documents under the algorithm, beginners can be used to increase.
fun
- 这是一个用matlab读取txt(特定格式)文件并读取文件,画出figure,自动保存和关闭figure。程序运用了深度搜索递归算法。(因为大家没有input的txt文件,所以阅读程序领会思想和方法即可)-This is a use matlab to read txt (a specific format) file and read documents, painted figure, on and off automatically to preserve figure. Procedur
BHRZBB
- 用vc编写的求积分的算法程序!还不尽完美!欢迎下载指导!,-Integrate algorithm program written in vc!
解压缩程序
- C++实现文本、图像、音频、视频的解压缩,并通过MD5算法实现原始文件与压缩并解压后文件的比较。