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

搜索资源列表

  1. fcm

    0下载:
  2. 在VC开发环境下实现的模糊C均值算法(FCM),功能已经通过测试。-VC development environment in the realization of the fuzzy C-means algorithm (FCM), features have been tested.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:82856
    • 提供者:史晓雨
  1. 004

    0下载:
  2. 移动机器人ROOmba的上位机通信控制 算法测试程序,-ROOmba of mobile robot control algorithms PC communications test procedure,
  3. 所属分类:Education soft system

    • 发布日期:2017-05-06
    • 文件大小:1166703
    • 提供者:chenhai
  1. MatchingPursuit

    0下载:
  2. 匹配跟踪的mallat算法测试 For each signal analyzed, we use [CW]PPursuitTour to present a display that shows the synthesis table used, the residuals from Matching Pursuit, the Compression Numbers, and the phase plane that is generated.-Workouts for
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:11575
    • 提供者:ZhangJL
  1. random

    0下载:
  2. 含有随机算法,素数测试,求最近点对的随机算法-Contains a random algorithm, prime number test, seek the nearest point of the random algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:73967
    • 提供者:winnershu
  1. PSOt

    4下载:
  2. 粒子群算法工具箱,有DEMO程序,可以对16中常见函数测试,并附有神经元网络的训练算法-Particle swarm optimization toolbox, there are DEMO program, you can test for 16 common functions, together with the training algorithm for neural networks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-05-24
    • 文件大小:759846
    • 提供者:石怀涛
  1. RegionGrow921

    0下载:
  2. 基于区域增长的图像分割算法,非常经典,用MATLAB编写,已测试可用,对新手有帮助-Based on region growing image segmentation algorithm, very classic, with MATLAB writing, have been tested is available on the novice help
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:718
    • 提供者:zhaotao
  1. Java

    0下载:
  2. LZMA压缩算法的java源代码 经过测试 可以是使用的-LZMA
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:23729
    • 提供者:zhang
  1. tuxingxue

    0下载:
  2. 该程序包里包含了计算机图形学所学的各种算法的源程序: 1、直线算法(B算法、DDA算法和中点算法) 2、圆弧算法 3、多边形填充算法(有序边发、种子算法和图案填充算法) 4、二维变换算法 5、直线二维裁剪算法 6、三维变换算法 程序包中有各算法的源程序和可执行程序,另外还有的程序说明和解释,保证容易看懂。程序都是本人亲自编写,控制台C程序用 Turbo C 编写,图形界面程序用 VC 编写。并全部测试成功。 有任何问题可与本人联系: QQ:4445
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:312832
    • 提供者:lewsn2008
  1. GA-bp

    4下载:
  2. 基于遗传算法的bp神经网络优化程序,经测试好用,有很好的应用价值-Bp based on genetic algorithm neural network optimization program, tested easy to use, there is a good value
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:1229
    • 提供者:guang dong
  1. DES

    0下载:
  2. DES加密算法的C语言实现,包括测试及演示,包你所求-DES encryption algorithm in C language implementation, including the testing and demonstration, packet you seek
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2857
    • 提供者:huangjianqiang
  1. GAtoolbox_matlab

    0下载:
  2. 多目标遗传算法工具箱,内容很详细,已经测试过,文件里面有怎么使用的说明-Micro Genetic Algorithm for Multiobjective Optimization,The code is distributed for academic purposes only. It has no warranty implied or given, and the authors assume no liability for damage resulting from its u
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:64893
    • 提供者:francis
  1. Dijkstra-path

    0下载:
  2. 在已存在的一些最短路径算法测试总结的基础上,根据GIS中网络计算的实际情况,从网络结构的拓扑表示以及Dijkstra算法中快速搜索技术的实现实现方法。-Already exist in some of the shortest path algorithm test summary based on the GIS, the actual situation of network computing, from the topology of the network structure, as
  3. 所属分类:Document

    • 发布日期:2017-03-28
    • 文件大小:64073
    • 提供者:xuhui
  1. abcd

    0下载:
  2. 快速排序与交换排序算法比较 在Visual C++中建立一个单文档Windows应用程序,并实现下述功能: 运用随机函数自动生成一定规模的测试数据 (10000个测试元素),并输出到文件中。 分别执行快速排序算法和交换排序算法对测试数据排序,并输出到不同的文件中。 使用较为精确的QueryPerformanceCounter和QueryPerformanceFrequency等函数记录算法耗时,精确到毫秒,以便更好地进行算法耗时比较。 分析两种不同算法,有针对性地设计与调整测
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3631711
    • 提供者:jane
  1. MOEA-D-Continuous

    1下载:
  2. 多目标优化程序,国际顶级期刊IEEE EC 经典算法-multi-objective optimization algorithm presented in journal of IEEE trans
  3. 所属分类:MPI

    • 发布日期:2015-03-30
    • 文件大小:2006821
    • 提供者:zln
  1. aaaa

    1下载:
  2. 基于生物免疫系统的自适应学习、免疫记忆、抗体多样性及动态平衡维持等功能,提出一种动态多目标免疫 优化算法处理动态多目标优化问题.算法设计中,依据自适应ζ邻域及抗体所处位置设计抗体的亲和力,基于Pa- reto控制的概念,利用分层选择确定参与进化的抗体,经由克隆扩张及自适应高斯变异,提高群体的平均亲和力,利 用免疫记忆、动态维持和Average linkage聚类方法,设计环境识别规则和记忆池,借助3种不同类型的动态多目标 测试问题,通过与出众的动态环境优化算法比较,数值实验表明所
  3. 所属分类:software engineering

    • 发布日期:2014-04-30
    • 文件大小:499820
    • 提供者:王飞
  1. ganzhiqi

    0下载:
  2. 自己编的感知器算法,不是很复杂,希望对别人有用。VC环境测试ok-Its own series of sensor algorithm is not very complex and I hope be useful to others. VC Environmental Test ok
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:544
    • 提供者:guoke
  1. badroadcheck

    0下载:
  2. 支持IDE、SCSI硬盘。支持目前市面上所有硬盘品牌,本软件使用独特算法对硬盘进行快速、不破坏任何数据的检测,40G的7200转硬盘在雷鸟Xp1600 上实测速度为16分钟。最主要的是本软件支持任何测试 例:1 -99 、30 -80 、99 -1等。最大化的减少硬盘检测时间。所有坏道在本软件下都暴露无疑。-Support for IDE, SCSI hard drives. Support all hard disk brands currently on the market, this s
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-31
    • 文件大小:752878
    • 提供者:陈东
  1. navieBayes

    1下载:
  2. 条件独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-naviebayes
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1527
    • 提供者:陈志峰
  1. NB

    0下载:
  2. 特征之间非独立的有监督朴素贝叶斯分类算法。参数估计,输入训练集和测试集,得到分类结果和分类准确率-NB
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1633
    • 提供者:陈志峰
  1. MC_Prime

    0下载:
  2. 用Monte Carlo算法测试素数的实验程序,附有实验报告对程序做详细说明。-With the Monte Carlo algorithm for testing primes experimental procedure, experimental report with a detailed descr iption of the process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:219902
    • 提供者:minipuss
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com