搜索资源列表
最佳适应算法 信安 陆华锋 20022638
- 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best"
矩阵三角分解
- 对矩阵进行三角分解,从而生成一个上三角矩阵和下三角矩阵,其乘积等于原矩阵-right triangular matrix decomposition, resulting in the formation of an upper triangular matrix and lower triangular matrices, equivalent to the original product matrix
CTreeView生成器
- 主要用于TREEVIEW的生成工具.是用VFP写的,可以很方便的以可视化的方式进行树型的生成工作.-mainly for the production tools. VFP is written, it is convenient to the visualization of the formation for tree work.
p240102
- EEPROM(2401)的读写代码,用EMC所写.非常适合初学者做为编成时参考.-EEPROM (2401) read and write code, written with EMC. Very suitable for beginners as formation of reference.
用文件来记住形成的树型结构
- 该代码例子提供了用文件来记住形成的树型结构。-the code examples provided with documents to remember the tree structure formation.
FileExam
- 在Evc下编写的一个生成文件 及文件操作的一个例子 -Evc in a prepared with the formation of documents and operated an example
phics
- 十分简单的在框架内生成五彩的五角星,通过鼠标的落下抬起来识别-very simple within the framework of the five-pointed star formation colorful, fall through the mouse lifted Recognition
EasyJWeb05
- 如果遇到MD5加密文件,而又不知道的密码的, 请在数据库中换上这组加密的数据吧 469e80d32c0559f8 那么密码就是admin888 EasyJWeb是基于java技术,应用于WEB应用程序快速开发的MVC框架,框架设计构思来源于国内众多项目实践,充分借签了当前主流的开源Web框架(Struts、JSF、Tapestry 、Webwork等),吸取了其优点及精华,利用Velocity作为模板页面引擎,是一个实现了页面及代码完全分离的MVC开发框架,是一个旨在于为
ARM_Imagefile_exe_mach_analysis
- ARM映象文件及执行机理 本文基本上从这三个方面来阐述。 l ARM 映象文件(包括axf 文件和bin 文件)的生成和组成 l 映象文件下在flash 中的状态和运行时的状态(加载域和运行时域) l 地址重映射remap-ARM mapping documents and the implementation of this mechanism is basically three aspects to elaborate. L ARM mapping documents (i
permute
- 交织器的一部分,可以生成交织索引函数,如果加上一个随即序列发生器就可以组成一个交织器 了!-interleaver part of the index can be generated intertwined function, If coupled with a sequence generator immediately on the formation of a interleaver!
shiyuan
- 小世界网络的试验程序!可以观察小世界网络的生成过程和结果!-small world network testing procedures. Can observe small world network formation process and results!
MapxdataboundforVB
- 将Acess数据库中字段绑定到图层生成Mapx专题图的VB源码。-Acess database will be bundled to the field layer formation Mapx thematic maps VB source.
kejian
- 这是几个小的flash课件,用于应付老师罢了,包括粉笔字,雨的形成等-This is the flash several small courseware for teachers to cope with the ILO that include chalk, the formation of rain
SWITCH_VIEW
- 动态改变静态切分窗口视图类的例子,对view采用动态生成与动态销毁的方法-dynamic segmentation change static window View category example, dynamic view of the formation and destruction of the dynamic method
losertree
- 用VC编写的一个树生成的程序,我的毕业设计,相信对于VC初学者是有很大的帮助了。-VC prepared by the formation of a tree, and I graduated from the design, believe that for the VC beginners is a big help.
search_for_delete
- 这是一个用VC++编写的小程序,用来自动查找并删除VC生成的临时文件!-This is a VC procedures for the preparation of small, used to automatically find and remove VC formation of temporary files!
tchf
- 本程序运用哈夫曼编码原理对数据进行二进制编码压缩。 进入界面要求输入进行编码的数据,注意输入的数据彼此不能相同。 然后,敲回车将显示数据排序信息及表示二进制形成的二叉树。 敲回车显示字符和对应二进制编码。 键入?显示帮助信息。 键入#进行编码数据输入与二进制数据输入的切换。 键入tree显示图形二叉树。 键入huff显示编码信息。 键入reset刷新缓冲区,重新输入要求编码的数据。 键入exit退出程序。 在TC2.0上运行。 注意正确配置图形驱动路径
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.
进程调度
- 本程序使用VC++编译调试,用于实现进程优先数调度的模拟。主要包含三个模块:1、主界面:用于显示进程调度的过程。2、数据录入模块:用于获取进程的初始值,其中有三种获取方式,手动输入方式、随即生成方式和从文件中读去数据的方式。当用户在主窗口中点击“开始”菜单项时即可打开数据录入对话框,用户通过这三种方式之一均可完成数据的录入。3、进程控制模块:主要实现创建新的进程,就绪队列的管理,完成队列的管理,进程的调度。-procedures for the use of the VC compiler te
vc++movablesub-title4
- 在本例中,将用AppWizar生成一个可运行的应用程序,然后我们在此基础上加进一些代码,使之实现字幕滚动效果。在实例中,读者将学会如何使用AppWizar生成简单的应用程序。-in this case, will be used to generate a AppWizar operational applications, We then on this basis to add some code to enable it to achieve subtitles rolling effec