CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 其它 搜索资源 - 算法

搜索资源列表

  1. 最佳适应算法 信安 陆华锋 20022638

    0下载:
  2. 最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best"
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:37186
    • 提供者:快乐人儿
  1. 记分牌算法

    1下载:
  2. 计算机系统结构中实现记分牌算法的一个模拟器-computer system architecture to achieve Scoreboard an algorithm simulator
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54308
    • 提供者:god
  1. 图论常用算法通用matlab程序

    0下载:
  2. 包括最短路及最小生成树算法,对于参加建模很有用的-including the most short-circuit and the minimum spanning tree algorithm, for participating in modeling very useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4449
    • 提供者:笑我多情
  1. 圆的生成算法

    0下载:
  2. 圆的生成算法是word格式的,含有源程序,内容有点多大家下载了可以看下,一个很好的-round of the algorithm is word format, containing source, as a bit more you can download a glance, a very good Dongdong
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2450
    • 提供者:程青松
  1. 列置换算法

    0下载:
  2. 传统加密解算法,用置换来对文件进行处理,实用方便-traditional encryption/decryption algorithm, it s practicality and conveniency for introducing swaping to process file
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:370692
    • 提供者:李户
  1. Md5加密算法

    1下载:
  2. vb实现MD5的加密算法,简单易用!运行速度快!-MD5 implementation, VB version. It s easy to use and the speed is very fast.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4884
    • 提供者:集体
  1. 用C++描述的各种数据结构算法

    0下载:
  2. 包含几十个有关数据结构算法的源代码 包括栈 队列 树图等 是初学者的最佳选择-contains dozens of the data structure of the algorithm source code stacks include Queue tree map is the best choice for beginners
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69198
    • 提供者:往往
  1. Otsu算法(灰度图像的域值分割)的C++类实现

    0下载:
  2. Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:zhou
  1. 内存算法

    0下载:
  2. 内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2058
    • 提供者:fan
  1. FORTRAN常用算法程序集

    1下载:
  2. FORTRAN编制的常用算法程序,对学习数学分析的同学很有参考价值-FORTRAN prepared by the procedure commonly used algorithm for the study of mathematical analysis of the students was useful
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:125078
    • 提供者:张峰
  1. bp算法

    0下载:
  2. 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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:955290
    • 提供者:马伟华
  1. 银行家安全性算法

    0下载:
  2. 改进的安全性算法! 有效实现资源回收! 5个进程,3 个资源!-improve the security algorithm! Effective resource recovery! Five process, three!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2568
    • 提供者:张傻
  1. 找第k小算法程序

    1下载:
  2. 此代码查找序列中指定第几大小的程序,这将会在快速排序异步并行算法中用到。-this code sequence you specify the size of several of its procedures, which will be in the fast asynchronous parallel sorting algorithm used.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10474
    • 提供者:srx
  1. 银行家算法1

    0下载:
  2. 这是一个关于操作系统银行家算法的程序,实现资源的各项操作-This is a banker's algorithm on the operating system procedures, the resources to operate
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2516
    • 提供者:张亮
  1. 银行家算法的一解

    0下载:
  2. 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描)第二部分:安全性算法 -Simulation bankers Dijkstra algorithm to avoid the emergence of deadlock. Composed of two parts : Part I : bankers algorithm (scanning) Part 2 : Security Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3122
    • 提供者:王国强
  1. 银行家算法 2

    0下载:
  2. .数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. 银行家算法的二解

    0下载:
  2. 数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)如
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. delanay三角网算法

    1下载:
  2. 随便上传一个delanay三角网算法的vb程序,仅供大家参考!-casually upload a delanay triangulation algorithm vb procedures only reference!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18290
    • 提供者:zgw
  1. 贪心算法球园排列问题

    1下载:
  2. 贪心算法球园排列问题,算法设计与分析课程的作业。-greedy algorithm with the ball park, algorithm design and analysis programs work.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:120823
    • 提供者:老七
  1. 随机化算法解圆排列问题

    0下载:
  2. 随机化算法解圆排列问题,算法设计与分析,课程作业-randomized algorithm Xie Yuan with the problem, algorithm design and analysis, course work
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:77693
    • 提供者:老七
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com