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

搜索资源列表

  1. 内存管理—FIFO算法

    1下载:
  2. 请求页式存储管理方案:页面淘汰算法采用 FIFO页面淘汰算法,并且在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-request page-storage management programs : pages out FIFO algorithm out pages algorithm, and in an out, only to the page in the page table to amend the state spaces. Rather
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1126
    • 提供者:lili
  1. 实现路由算法

    0下载:
  2. 实现路由算法,利用Dijkstra算法实现两台PC机之间的路由行走路径。-achieve routing algorithm, using Dijkstra algorithm between two PCs running the routing path.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:601089
    • 提供者:陈勋
  1. 汤子瀛银行家算法

    2下载:
  2. 操作系统银行家算法c语言版适合广大在校生作实验报告,应付考试-operating system bankers algorithm c language version suitable for the majority of the in-school experiments, with their examinations
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2520
    • 提供者:魏丙英
  1. 短进程优先算法

    0下载:
  2. 短进程优先算法,主要考虑完成时间短优先原则。如考虑到达时间,还需下载者自己加强。-short process priority algorithm, the main consideration to complete a short time priority principle. If a time of arrival, may also need to download strengthen themselves.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:30346
    • 提供者:巫丙亮
  1. Kruskal算法

    0下载:
  2. kruskal算法来得到最小生成树的程序-Kruskal algorithm to be the minimum spanning tree procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1028
    • 提供者:yue
  1. 最小生成树 prim算法

    1下载:
  2. 这是一个用prim算法来得到最小生成树的程序-This is a prim algorithm used to be the minimum spanning tree procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1096
    • 提供者:yue
  1. Josephus算法

    0下载:
  2. 用JAVA写的一个小算法! 实现了出局的人数小于循环的人数~!·-using Java to write a small algorithm! Achieved less than the number out of circulation ~!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1301
    • 提供者:Alan
  1. 简单优先算法

    0下载:
  2. 本程序主要用于实现自底向上分析技术中的简单优先分析算法,简单文法可由键盘输入,实现功能包括:简单优先文法的判别,优先关系矩阵的输出,句子的识别等-the procedures used to achieve a bottom-up analysis of a simple priority analysis algorithms, simple grammar could be the keyboard input to achieve features include : simple gra
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 这是我收集的关于银行家算法的一些资料和代码-This is my collection of bankers, some of the algorithms and code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:106801
    • 提供者:ly
  1. 银行家算法(C Sharp)

    0下载:
  2. 操作系统银行家算法实习程序,可以输入资源和进程信息,计算安全序列,能否为某个请求分配资源-operating system bankers algorithm attachment procedures, can be imported resources and process information, computing security sequence, Can a request for the allocation of resources
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:566896
    • 提供者:崔哈
  1. A星算法

    0下载:
  2. 八数码问题的A*算法.本实验的A*算法的h(n)=p(n),p(n)定义为每个将牌与其目标位置之间的距离(不考虑夹在其间的将牌)的总和,显然有p(n)=<h*(n),g(n)仍就为节点深度.-the A * algorithm. The experiment of the A * algorithm h (n) = p (n), p (n) is defined for each license its goal the distance between the location (not
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2615
    • 提供者:杨秀云霁
  1. 矩阵相加的算法

    0下载:
  2. 当稀疏矩阵A和B均以三元组表作为存储结构时,试写出矩阵相加的算法,其结果存放在三元组表C中。 解:这个算法有点繁,要考虑到两个稀疏矩阵的非零元素不是一一对应的,在建立新的三元组表C时,为了使三元组元素仍按行优先排列,所以每次插入的三元组不一定是A的,按照矩阵元素的行列去找A中的三元组,若有,则加入C,同时,这个元素如果在B中也有,则加上B的这个元素值,否则这个值就不变 如果A中没有,则找B,有则插入C,无则查找下一个矩阵元素。 -sparse matrix A and B were 3
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2545
    • 提供者:snow
  1. 模拟页式虚拟存储管理中缺页中断理想型淘汰算法

    0下载:
  2. 模拟页式虚拟存储管理中缺页中断理想型淘汰算法1. 随机确定内存大小,页面数,进程的个数,每个进程的页数,给进程分配的页面数。要求计算缺页次数,缺页率,被淘汰的序列。 -mock-page virtual memory management page interruption na ideals out an algorithm. Random determine memory size, number of pages, number of processes, each process p
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1917
    • 提供者:fdf
  1. 利用汇编语言实现DES加密算法

    0下载:
  2. 利用汇编语言实现DES加密算法 虽非原创,但很有用。-using assembly language to achieve DES encryption algorithm, if not original, but very useful.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12374
    • 提供者:老灰狼
  1. 浅谈利用RSA算法防止非法注册机的制作

    0下载:
  2. 浅谈利用RSA算法防止非法注册机的制作.rar 虽非原创,但很有用。-use RSA algorithm to prevent the illicit production of Fillmore. Rar, if not original, but very useful.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:98724
    • 提供者:老灰狼
  1. 匈牙利算法

    0下载:
  2. 本文用C语言实现了优化算法-匈牙利算法,以用来解决匹配问题-Using C programming language, the optimization algorithm-Hungary algorithm used to solve the matching problem
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3613
    • 提供者:申辉
  1. DTMFgai-DTMF算法

    0下载:
  2. dtmf的算法,效率一般,实际使用中还需要优化-DTMF algorithm average efficiency and the actual use of it is necessary to optimize the
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7675
    • 提供者:老虎
  1. 单纯形算法程序包

    0下载:
  2. 线性规划中著名的单纯形法。本程序就是基于单纯形算法写的计算线性规划的小软件。初学乍练,希望对大家有帮助。-linear programming famous simplex method. This procedure is based on the simplex algorithm for the calculation was made of small linear programming software. Beginners Pottinger training, we hope t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2775
    • 提供者:郭玮
  1. C和VB下实现CRC算法

    0下载:
  2. 用C和VB语言实现MODBUS协议中的CRC算法,我已经使用过,效果挺好.-C and VB language MODBUS agreement CRC algorithm, I have used, the effect is very good.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4123
    • 提供者:谢飞林
  1. 8-16位CRC校验的算法程序

    1下载:
  2. 分别用PIC和51系列语言编写的8位、16位CRC校验的算法程序,已经验证过,好用。-respectively PIC and 51 languages of eight, 16 of the CRC algorithm procedures, already tested and ease of use.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6412
    • 提供者:谢飞林
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com