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

搜索资源列表

  1. KSPX

    0下载:
  2. 快速排序的基本算法-basic Quick Sort Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.31kb
    • 提供者:1230.cecila
  1. hanoi

    0下载:
  2. hanoi 算法-Hanoi Algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.7kb
    • 提供者:王坚
  1. GAbp

    1下载:
  2. 关于遗传算法优化BP网络的 ,感觉没什么用-on genetic algorithm optimization BP Network, feeling useless
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39.96kb
    • 提供者:qin
  1. 最佳适应算法 信安 陆华锋 20022638

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

    • 发布日期:2008-10-13
    • 文件大小:36.31kb
    • 提供者:快乐人儿
  1. 插入排序的设计实现分析比较

    0下载:
  2. 数据结构中的插入排序分析和比较。有各种插入排序的算法描述。-data structure of the insert sequencing analysis and comparison. Various insertion sorting algorithm descr iption.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:45.89kb
    • 提供者:苏辉
  1. maze dfs

    0下载:
  2. dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data str
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.31kb
    • 提供者:笨熊
  1. 成绩管理20034581赵传仕

    0下载:
  2. 学生成绩管理系统 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
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.7kb
    • 提供者:赵传仕
  1. NDisk

    1下载:
  2. 操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法-disk operating system simulation algorithm FIFO scheduling priority shortest scanning algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:44.13kb
    • 提供者:卡卡
  1. 内部排序

    0下载:
  2. 内部排序算法,此程序包含了基本的排序算法,并对各个算法的性能做了相应的分析-internal sorting algorithm, which includes the basic sorting algorithm, as well as the performance of various algorithms do the corresponding analysis
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.7kb
    • 提供者:胡斌
  1. fstb

    0下载:
  2. FISMAT accommodates different arithmetic operators, fuzzification and defuzzification algorithm, implication relations, and different method of approximate reasoning such as Compositional Rule of Inference (CRI) and Approximate Analogical Reasoning S
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:254.34kb
    • 提供者:陈西
  1. 记分牌算法

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

    • 发布日期:2008-10-13
    • 文件大小:53.04kb
    • 提供者:god
  1. MIXBuilder

    0下载:
  2. MIX的模拟器: MIX是《计算机程序设计艺术》(TAOCP)的作者高德纳(Donald.E.Knuth)在TAOCP中描述算法时使用的一种假想的机器,所以书中的汇编代码无法在任何一个机器上运行,附件中的程序可以让以MIXAL汇编语言写成的算法在Windows平台上汇编并且可以单步跟踪运行。详细情况参看其中的MIXBuilder.doc文件。 -MIX simulator : MIX "Art of Computer Programming" (TAOCP), the aut
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:701.92kb
    • 提供者:余伟
  1. gene

    0下载:
  2. 这是一些经典算法的描述,是由中国科学院的张法院士所编写的,对生物信息学有非常重要的意义。-This is the classical algorithm described by CAS academician Zhang law prepared by the Bioinformatics is a very important significance.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.67mb
    • 提供者:huwu
  1. c-algorithm-set

    0下载:
  2. c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:239.3kb
    • 提供者:张维成
  1. enclus

    0下载:
  2. Entropy-based CLIQUE算法改进-entropy-based algorithm to improve CLIQUE
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:72.03kb
    • 提供者:张哦哦
  1. snaphu-v1.4.2.tar

    1下载:
  2. phase unwrapping algorithm for SAR interferometry
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:137.13kb
    • 提供者:蒋长宏
  1. 分洪问题

    0下载:
  2. 工件加工问题,本程序提供了工件加工问题的一般算法question1 question2 question3经过调试能成功运行-workpiece machining, the process of machining the general algorithm question1 question2 question3 after the successful operation Debugging
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.99kb
    • 提供者:刘奇杰
  1. RSA-publickey-algorithm

    0下载:
  2. 自己做的一个RSA公钥密码算法实践,包括源代码及其具体内容-do for myself a RSA public key cryptography algorithm practice, including the source code and its specific contents
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8.55kb
    • 提供者:huke
  1. A star Algorithm of AI

    0下载:
  2. A star Algorithm of AI
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:3.29kb
    • 提供者:liyiyang
  1. D-Algorithm

    1下载:
  2. 数字电路故障分析之D算法C++实现。按照教科书编写,可能比较古板。-digital circuit failure analysis algorithm C D realization. According to textbook writing, perhaps more rigid.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.7kb
    • 提供者:俞怡炜
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com