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

搜索资源列表

  1. c 常用算法程序集

    0下载:
  2. C 语言常用算法程序集,对搞数学计算的人有一定的帮助,收藏也不错,以备不时之需!-algorithm program set in c in common use is some useful to people who study math and it is a good idea to keep it for the time when needed
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7646106
    • 提供者:lxr
  1. KMP匹配算法

    0下载:
  2. 由于简单模式匹配算法在一次字符比较失败后,简单的把模式串位置向前移动一个字符位置,这样就丢掉了前面字符匹配中得到的信息,效率差。所以就需要一种无回溯的算法来提高效率,这里使用KMP(Knuth-Morris-Pratt)算法。模式串前面的连续片断部分称“前缀模式”,前缀模式在模式串后部重复出现的情况可以用来避免重复进行已经做过的检查,这是KMP算法中的一个重要概念。-as simple pattern-matching algorithm to compare a character failu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3257
    • 提供者:卢孝飞
  1. 经典算法演示系统

    0下载:
  2. 这是一个经典的数据结构动态演示系统,支持C语言和pascal语言,对初学者肯定会有很大帮助-This is a classic demonstration of dynamic data structure, and C language support pascal language for beginners certainly be of much help
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2318927
    • 提供者:蓝羽
  1. 五种排序算法

    0下载:
  2. 是一个算法的小小汇总,使用vb语言编写,适合初学者学习。-algorithm is a little summary, the use of vb language, suitable for beginners to learn.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4616
    • 提供者:骥韬
  1. RSA解密和加密算法的实现和应用

    0下载:
  2. RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1393
    • 提供者:胡康康
  1. 边沿检测与提取,轮廓跟踪的图象算法

    0下载:
  2. vc++边沿检测与提高.轮廓跟踪的图象算法,一个好的图象处理原代码-vc edge detection and improve. Image contour tracking algorithm, a good source image processing
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:77244
    • 提供者:张衡
  1. 基数排序算法

    0下载:
  2. 基数排序的算法,已经经过了编译,对初学者很有帮助~-base sequencing algorithms, which have been through a compiler, very useful for beginners ~
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1328
    • 提供者:罗易
  1. 读者优先算法-操作系统

    0下载:
  2. 这是一个操作系统中的读者优先算法的实现绝对正确-This is an operating system as a priority readers algorithm to achieve absolutely correct
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:9474
    • 提供者:田田
  1. 进程调度算法-操作系统

    0下载:
  2. 这是一个操作系统的进程调度算法的实现绝对正确-This is a process of the operating system's scheduling algorithm to achieve absolutely correct
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:11203
    • 提供者:田田
  1. des加密算法

    1下载:
  2. 一款和不错的用VC实现的DES算法,希望对大家对提意见,-section and a good VC with the DES algorithm, we hope that the right to say,
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4333
    • 提供者:周银春
  1. 哈夫曼算法源程序

    0下载:
  2. 哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写-Huffman algorithm source code, according to a data structure of Qinghua University's book algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2009
    • 提供者:范铮
  1. dtw算法源代码

    0下载:
  2. 一个完整的基于Matlab的DTW模型算法及高效算法程序,能快速识别数字0-9,运行testdtw即可。-An excellent MATLAB program for the algorithm as a DTW model. It can recognise the number of 0-9. Try it, just run testdtw.
  3. 所属分类:语音合成与识别

    • 发布日期:2008-10-13
    • 文件大小:6417
    • 提供者:方成林
  1. des算法的C实现

    0下载:
  2. 一个利用C语言来实现加密算法之DES算法的源码。-A source program of DES arithmetic using C .
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5928
    • 提供者:彭晓明
  1. mpeg软解压算法

    0下载:
  2. mpeg算法,提供了一定的编码功能和解码功能,是一个比较合适的算法-a mpeg algorithm with encoding and decoding function, it is a good algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1053469
    • 提供者:ahuipolo
  1. JPEG算法

    0下载:
  2. jpeg压缩与解码的小程序,vc下开发的。//Name:compress.c//Purpose: Run length algorithm and Jpeg decoding//Author: phoenix, CS, TshingHua, Beijing, P.R.C.//Email: bjlufengjun@www.163.net or lufengjun@hotmail.com//Date:April 3, 1998-a small programme of jpeg codec and
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:123497
    • 提供者:石后生
  1. 科学与工程数值计算算法(Visual Basic版)

    0下载:
  2. 科学与工程数值计算算法(Visual Basic版)一书的源代码。对科学研究者自己开发领域内计算程序极具参考价值。-science and engineering numerical algorithm (Visual Basic version) a book source. Scientific researchers to develop its own procedures for calculating the area of great reference value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:202749
    • 提供者:雷柯
  1. 遗传算法综述1997

    0下载:
  2. 一篇研究遗传算法的人都必须看的文章,是国内遗传算法研究的泰斗!-A well know article in the field of genetic algorithm.The writer is very famous in our country
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:160715
    • 提供者:叶勇
  1. 图形圆的生成算法

    0下载:
  2. 斜率为0~1和大于1的Bresenham画线程序,将该算法程序扩展到任一八分圆坐标空间图,从而形成一般的Bresenham画线算法。-slope of 0 to 1 and more than a line drawing of Bresenham procedures, the extension of this algorithm, arrived on January 8 pm Yuan map coordinates space, thus forming a general line
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:899
    • 提供者:成龙
  1. 图形学直线的生成算法

    0下载:
  2. 圆心在原点,半径为R的第一个4分圆的Bresenham画圆算法程序,将该算法程序推广到任一四分圆,从而形成一般的Bresenham画圆算法。并利用Bresenham画圆算法画出一个圆心在点(xc,yc), 半径为R, 圆周颜色为color的圆-Center in the basics of radius R for the first four hours round the Bresenham algorithm Circle procedures, procedures for the pr
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:878
    • 提供者:成龙
  1. 图形裁剪算法

    0下载:
  2. 实现直线的编码裁剪算(Cohen_Sutherland算法)该程序能实现窗口屏幕上任意一条直线的裁剪-achieve linear coding cutting count (Cohen_Sutherland algorithm) to achieve the program window on the screen arbitrary cutting a straight line
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1370
    • 提供者:成龙
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com