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

搜索资源列表

  1. NDisk

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

    • 发布日期:2008-10-13
    • 文件大小:45189
    • 提供者:卡卡
  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
    • 文件大小:3790
    • 提供者:胡斌
  1. 24c

    0下载:
  2. c写的一个24点算法 很不错 算法值得借鉴-a twenty-four game algorithm with c programming language. It s excellent and worthy to study.
  3. 所属分类:RichEdit

    • 发布日期:2008-10-13
    • 文件大小:22986
    • 提供者:黄永刚
  1. fm_gui_v2

    0下载:
  2. matlab GUI编程示例,是Fourier-Mellin变换算法的图像匹配程序,非常实用。-Matlab GUI programming paradigm is the Fourier - Transform algorithm Mellin image matching procedures, very practical.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:128546
    • 提供者:胡永生
  1. 工程曲面

    0下载:
  2. 可以用来绘制工程曲面的例程,提供工程曲面生成算法,由vc2003.net编写-can be used for surface mapping project routines, provide surface generation algorithm, prepared by vc2003.net
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:48572
    • 提供者:柯为
  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
    • 文件大小:718770
    • 提供者:余伟
  1. Duoyuanw1

    0下载:
  2. 用于遗传算法,机械设计的优化与开发。也可用于模拟退火-for genetic algorithm, the optimal mechanical design and development. Can also be used for simulated annealing
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:3120
    • 提供者:
  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
    • 文件大小:4895298
    • 提供者: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
    • 文件大小:245039
    • 提供者:张维成
  1. enclus

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

    • 发布日期:2008-10-13
    • 文件大小:73761
    • 提供者:张哦哦
  1. 多项式求和

    0下载:
  2. 1、 程序功能:本程序实现多项式的求和运算,在遇到指数相同时实行系数相加或相减,指数不同的照原样输出。最后分别输出系数和指数。 2、 运行环境:C++ 3、 算法描述:首先,把输入的的多项式进行分析,把所有的系数放入一个单链表中llist,指数放入另一个单链表llist2中。然后再在指数链表中比较有没有相同的指数,如果有相同的指数,那就把相对应的系数进行求和,并把求和结果归并到llist2中;如果指数不相等的,就直接归并到llist2中。最后以指数的降幂形式输出。
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:6238
    • 提供者:王俊
  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
    • 文件大小:5110
    • 提供者:刘奇杰
  1. Template Numerical Toolkit(tnt_126)

    0下载:
  2. 本程序是矩阵运算的简单快捷的程序可以方便的实现矩阵的一些算法有矩阵的加减乘等-the matrix calculation procedure is a simple and speedy procedures to facilitate the achievement of some matrix algorithm is modified by the matrix as
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:29097
    • 提供者:豆子
  1. 传教士与野人渡河问题深度优先搜索

    1下载:
  2. 学习人工智能作的一个小设计,用VC++6.0来基本实现传教士和野人渡河问题,这个算法是应用深度优先搜索算法。-study artificial intelligence for a small design, VC 6.0 to achieve missionaries and savage river, the algorithm is the use of depth-first search algorithm.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:9059
    • 提供者:藤力
  1. 经典C程序

    0下载:
  2. 有100个C程序,包括许多经典的算法。又很高的收藏价值。-About 100 C programs, which includes a lot of classic algorithm. It s worth downloading.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18281
    • 提供者:pppp
  1. Visualization

    0下载:
  2. 图算法可视化程序,使用java swing开发,我的毕业设计-It is my graduate design about visulization for graph algorithms using java swing.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:55730
    • 提供者:王浩然
  1. paint2

    0下载:
  2. Bresenham直线生成算法,初始华起点和终点后就可以画出直线了-Bresenham algorithm, the initial starting point and destination, China can draw straight after the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27664
    • 提供者:钱碧伟
  1. matlab maunal

    0下载:
  2. 三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助-NURBS 3D graphics algorithm source code to engage in three-dimensional graphics programming to help people
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:584333
    • 提供者:何方
  1. zhou_end2

    0下载:
  2. 我的数据结构课程设计,卡诺图化简。在算法上摸索了很久,第一次去交的时候因为老师的几个刁钻的数据给刷下来,至今仍心有余悸。还有一个用PASCAL写的16变量化简的,可不知道放哪去了。-my data structure curriculum design, Karnaugh map of SR. The algorithm groping for a long time, the first to go out and make the time because the teacher in s
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:6828
    • 提供者:周伟斌
  1. ziji_2

    0下载:
  2. 这是一个极好的粒子群算法的程序,希望大家喜欢-This is an excellent particle swarm algorithm procedures, hope you like
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2293
    • 提供者:红霞
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com