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

搜索资源列表

  1. CAMSHIFT

    0下载:
  2. 经典跟踪算法CAMSHIFT的OPENCV实现,鲁棒性好。-Classical tracking algorithm CAMSHIFT the OPENCV realize, better robustness.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2314
    • 提供者:yujin liu
  1. MatLabToolbox

    0下载:
  2. 用matlab实现的分类算法,非常经典的,功能齐全-Using matlab realize the classification algorithm, a very classic, full-featured
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:630764
    • 提供者:allcy
  1. c-important105example

    0下载:
  2. 原名是:c语言经典教程105例源代码,里面讲述了一些经典的C语言编程,附代码,适合于初学者,里面许多编程的思想值得借鉴,它把复杂的算法用了一种很简单的方式来用c语言实现,让你有所领悟-Formerly known as are: c language tutorial 105 cases of classic source code, which describes some of the classic C language programming, with code, suitable f
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:5919826
    • 提供者:connyzone
  1. blowfish

    0下载:
  2. 经典加密算法BLOWFISH的实现,用于加密数据,实现安全通信-BlowFish of classical encryption algorithm implementation, used to encrypt data, secure communications implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:11117
    • 提供者:zhaolingxi
  1. 24_165626_phongbump

    0下载:
  2. 该程序实现了图形学中经典的凹凸纹理映射算法。凹凸纹理映射是一种纹理混合方法,它可以创建三维物体复杂的纹理外观表面。普通的纹理映射只能模拟比较平滑的三维物体表面,难以显示表面高低起伏、凹凸不平的效果。凹凸纹理映射能够通过一张表示物体表面凹凸程度的高度图(称为凹凸纹理),对另一张表示物体表面环境映射的纹理图的纹理坐标进行相应的干扰,经过干扰的纹理坐标将应用于环境映射,从而产生凹凸不平的显示效果。-The program implementation of the graphics in the cl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-02
    • 文件大小:660147
    • 提供者:rockeyzhu
  1. AnEfficientMethodforPrefilterComputationforReduced

    0下载:
  2. EDGE 解调算法文章,详细介绍预滤波的一种实现方法,很经典。-EDGE demodulation algorithm article, detailing a prefilter implementation methods, it is classic.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-26
    • 文件大小:118211
    • 提供者:james wang
  1. PolyMul

    0下载:
  2. 多项式相乘的算法,采用链表实现。很经典的-Polynomial multiplication algorithm, the use of linked list implementation. Very classic
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2453
    • 提供者:李玲
  1. svmclass

    1下载:
  2. 采用经典的机器学习分类算法SVM,对训练样本进行训练和学习,来实现对预定目标的分类。-Using the classic machine learning classification algorithm SVM, the training samples for training and study to achieve the intended target of the classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:750959
    • 提供者:小五子
  1. M

    0下载:
  2. 经典的波达方向估计算法MUSIC算法的MATLAB仿真实现-Classic MUSIC DOA estimation algorithm of the MATLAB simulation algorithm implementation
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:806
    • 提供者:liuweijia
  1. NNandCNN

    1下载:
  2. 经典的NN,CNN,算法描述与实现,免费下载-Classical NN, CNN, algorithm descr iption and implementation, free download
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4038435
    • 提供者:闫珍
  1. k-MeansJava

    0下载:
  2. k-Means算法Java实现 数据挖掘中经典的Kmeans算法设计与实现-k-Means Algorithm for Data Mining Java implementation of the classic algorithm design and implementation Kmeans
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:49521
    • 提供者:闫珍
  1. GA

    0下载:
  2. 遗传算法的实现,用了经典函数进行验证,有很好的结果。-Genetic algorithm implementation, using the classic function for authentication, there is a very good result.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:229124
    • 提供者:liuquanchao
  1. wf

    1下载:
  2. 实现多通道后滤波技术,即经典的ZK算法,支持两路以上麦克风阵列的通道。-After the implementation of multi-channel filtering technique. Absolute classic.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:788
    • 提供者:pink
  1. eees-src

    0下载:
  2. 这是一个经典的程序,可以实现聚类算法的全过程,有掩饰过程-I love you
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:59221
    • 提供者:叶峰云
  1. AntCycle

    0下载:
  2. 蚁群算法经典TSP模型,ANT-CYCLE算法的实现。 使用了C++的STL库。 原是我毕设的一部分 现在贡献出来 。 PS:网上能得到的基本上不能直接运行 而我这个复制到vc++6.0的控制台工程中即可 文件中的文件“oliver30Tsp.dat” 为实现蚁群算法的经典例子,网上还有很多类似的测试例子-ANT COLONY ALGORITHM. TSP MODEL. ANT CYCLE.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2582
    • 提供者:zhaowei
  1. VCgeneticalgorithmimplementation

    0下载:
  2. 遗传算法的VC实现(经典,包括完整的代码实现).rar-Genetic algorithm implementation of the VC (the classic, including full implementation of the code). Rar
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:18931
    • 提供者:wlf
  1. Geneticalgorithmimplementation

    0下载:
  2. 遗传算法的VC实现(经典的算法,包含完整的程序)-Genetic algorithm implementation of the VC (the classic algorithm, including a complete program)
  3. 所属分类:Graph program

    • 发布日期:2017-04-26
    • 文件大小:18867
    • 提供者:wlf
  1. shujujiegou

    0下载:
  2. 数据结构C源程序.经典数据结构算法 数据结构及算法经典源程序集 二叉数 下雨的源程序 数据结构及算法经典源程序集 数据结构及算法C语言实现代码集 数据结构 c 数据结构 数据结构算法的源程序 数据结构 编程经典-C source data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:199423
    • 提供者:zjl
  1. clip

    0下载:
  2. 裁剪算法源码,实现计算机图形学中经典的线段裁剪算法-Clip
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1658685
    • 提供者:廖波
  1. rijndael_AES

    0下载:
  2. rijndael AES 比较经典的加解密算法,只需要调用相应的函数就能实现对数据流或文件进行加解密。-Comparison of classic rijndael AES encryption algorithm, is only required to call a function of the corresponding data flow will be able to achieve or file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:23006
    • 提供者:KC Chen
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com