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

搜索资源列表

  1. xor

    0下载:
  2. RSA算法实现(经典) 1.   首先要把文件夹中的rsa.c文件拷贝到运行工具(如TURBOC2)下文件夹名为INCLUDE的文件夹中。   (在本机上已经做过,所以不需要做)     2.   RSA的加密对象为C盘下文件名为CODE.txt的前8位(如果没有一定要在C盘下建立一个文件名为CODE.txt的文件,  把要加密的数据写到文件里),加密后在C盘下生成一个文件名为RSACIPER.txt文件。   (在本机上已经做过,所以不需要做以上二步)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8636
    • 提供者:
  1. yiqun

    0下载:
  2. 蚁群算法是人工智能的一个经典算法,本程序用此算法实现了一个小的程序-ant colony algorithm is a classic of artificial intelligence algorithms, the procedures used this algorithm to achieve a small procedure
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5339
    • 提供者:朱芳芳
  1. 基于模拟退火算法的halilton路径算法

    0下载:
  2. 哈密尔顿路径问题是个经典的NP问题,本程序 采用模拟退火技术实现了该问题-Hamilton routing problem is a classic NP problem, the procedures used simulated annealing technology of the problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3927
    • 提供者:李冰龙
  1. 1357984321

    0下载:
  2. 此文件包含迷宫的经典算法和易错的地方。能实现查找路径功能。 -maze of classical algorithm easy wrong place. Search paths can achieve functional.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:997
    • 提供者:郭合理
  1. 75448147apriori(c)

    0下载:
  2. 用C语言实现的数据挖掘经典算法Apriori,请各位大大批评指正!-C language data mining algorithms classic Apriori, please greatly criticized correct!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:124148
    • 提供者:李勇
  1. 弹道模型

    4下载:
  2. 计算物理弹道沉积模型的c语言实现 motecalo的经典算法-Computational Physics ballistic deposition model of C Language motecalo classical algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2426372
    • 提供者:王晓飞
  1. c4.5-win

    0下载:
  2. windows操作系统下的决策树分类算法工具包,经典的C4.5算法实现,功能巨强大!-windows operating system under the decision tree classification algorithm tool kit, the classical algorithm C4.5, functional Giant powerful!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:97172
    • 提供者:刘志刚
  1. Apriori(Java)

    1下载:
  2. Apriori是数据挖掘中关联规则的经典算法,此源码是其Java实现。包内还有实例用的数据库-Data Mining Association Rules classic algorithms, this source is Java. There are examples of packages within a database
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:174648
    • 提供者:Owen
  1. doudongsuanfa

    0下载:
  2. 经典图片抖动算法实现图片的像素变换演示,很有学习意义-dithering algorithm Photo pixel transform demonstrated very meaningful learning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:428452
    • 提供者:郭子恒
  1. colorprogram

    0下载:
  2. 着色问题,通过贪心算法实现,个人认为还比较经典
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1199
    • 提供者:钟俊
  1. hslk

    0下载:
  2. 此例以经典的算法实现了对日期的计算 包括闰年的计算-such cases to the classic algorithm for the calculation of the date of the calculation, including leap year
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8785
    • 提供者:郝少林
  1. 7_7Kruskal

    0下载:
  2. 最小生成树的经典算法——Kruskal算法。用C++实现-minimum spanning tree algorithm classic -- Kruskal algorithm. C to achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8487
    • 提供者:周娜娜
  1. lzw_c++

    0下载:
  2. 此程序是经典算法LZW压缩算法的实现,具有较好的压缩与解压速度,并有较好的压缩比.在vc6.0环境下编译通过-classic LZW algorithm for the compression algorithm to achieve, the better compression and decompression speed, and a better compression ratio. in vc6.0 compile environment
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4989
    • 提供者:tqin007
  1. bank_c_source

    0下载:
  2. 本程序是操作系统中经典算法银行家算法的实现.已经在turbo c2.0编译通过-operating system classic algorithm bankers algorithm implementation. Turbo has compiled c2.0 through
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1628
    • 提供者:tqin007
  1. arithmetic14

    0下载:
  2. 1-14种经经典算法,用c++实现 Robert Sedgewick著-1-14 species by the classical algorithm, using c Robert Sedgewick to achieve
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:20123845
    • 提供者:cx
  1. nessws

    1下载:
  2. 用C#+三层结构设计+SQL数据库. 新闻发布系统.最经典的算法实现.-C# design of the three-tier structure of SQL databases. News publishing system. Most classical algorithm.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:851792
    • 提供者:张亮
  1. P97

    0下载:
  2. 实用欧拉算法实现常微分方程的离散化!是非常经典的算法-practical Euler algorithm Ordinary Differential Equations discrete! It is very classic algorithm! !
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3012
    • 提供者:favinfeng
  1. getAnswer

    0下载:
  2. 遗传算法,实现的是一个猜答案的过程, 这种算法比较经典,可以借鉴-genetic algorithm to achieve guess the answer is a process, this method is classic, we can draw on
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:347818
    • 提供者:刘水
  1. euclid

    0下载:
  2. c语言经典的实现了最大公约数的算法 可以处理int内的任意整数!还有运行图 及运行处理的结果!-c classical language to achieve a common denominator of the algorithm can handle int the arbitrary integer! There diagram and operation of the outcome!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:93576
    • 提供者:杨海亮
  1. RSA_java

    0下载:
  2. 用java语言实现rsa经典算法 自己可以加上运行测试!-using java language rsa classical algorithm can add their own testing!
  3. 所属分类:加密解密

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