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

搜索资源列表

  1. KLMAN

    0下载:
  2. 简单来说,卡尔曼滤波器是一个“optimal recursive data processing algorithm(最优化自回归数据处理算法)”。对于解决很大部分的问题,他是最优,效率最高甚至是最有用的。他的广泛应用已经超过30年,包括机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等。-In simple terms, the Kalman filter is an optimal recurs
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2277
    • 提供者:王庭辉
  1. poly

    0下载:
  2. 扫描线算法:实现五角星的填充,计算机图形学的入门算法,涉及求交,排序、匹配等问题-Scan line algorithm, realize the pentagram filling, introduction to computer graphics algorithm, and involves the intersection, sorting, matching, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:9634626
    • 提供者:chenfly
  1. nibolanshi

    0下载:
  2. 实现逆波兰式算法.实现逆波兰式的算法,难度并不大,但为什么要将看似简单的中序表达式转换为复杂的逆波兰式?原因就在于这个简单是相对人类的思维结构来说的,对计算机而言中序表达式是非常复杂的结构。相对的,逆波兰式在计算机看来却是比较简单易懂的结构。因为计算机普遍采用的内存结构是栈式结构,它执行先进后出的顺序。 -Realization of algorithm for inverse Polish notion.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1654
    • 提供者:ningshaoming
  1. Test2

    0下载:
  2. 计算机图形学填充算法,种子填充算法和有序边表填充算法的源码-Computer Graphics seed filling algorithm and orderly side table filling algorithm source code
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2393249
    • 提供者:王涛
  1. ZPclustering

    0下载:
  2. 谱聚类算法建立在谱图理论基础上,与传统的聚类算法相比,它具有能在任意形状的样本空间上聚类且收敛于全局最优解的优点。 该算法首先根据给定的样本数据集定义一个描述成对数据点相似度的亲合矩阵,并且计算矩阵的特征值和特征向量 , 然后选择合适 的特征向量聚类不同的数据点。谱聚类算法最初用于计算机视觉 、VLS I 设计等领域, 最近才开始用于机器学习中,并迅速成为国际上机器学习领域的研究热点。-Spectral clustering algorithm based on the reprodu
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:119685
    • 提供者:xixi
  1. RSA

    0下载:
  2. 计算机网络安全技术中RSA加密算法的java实现-the substanciate of the RSA algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:杜宇轩
  1. affine-transformation

    0下载:
  2. 计算机图形处理,对图像进行仿射变换,得到程序员想要得到的一种效果,是对图像处理的一种不错的算法-Computer graphics processing, the image of the affine transformation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2782702
    • 提供者:haiqing
  1. detect

    1下载:
  2. 高光的存在对计算机视觉的各种算法影响很大, 比如图像的分割和特征提取等, 如何检测和消除图像中亮度过高的区域一直是个热点问题.介绍了一种去除单张图片中高光的方法。-Bilateral Filtering (Bilateral filter) is a nonlinear filtering method is a combination of spatial proximity and the pixel values of the image processing The presence o
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:283347
    • 提供者:刘硕
  1. dots-and-boxes

    1下载:
  2. 点格棋有序 用了阿法贝塔算法 全国计算机博弈程序-point box
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:383353
    • 提供者:王雯
  1. CacheSimulator

    0下载:
  2. C语言模拟内存算法,主要利用C语言模拟计算机cache的工作原理,应用它解决问题。-cache simulator
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:520894
    • 提供者:zhao
  1. 5d1cb02cb5af

    0下载:
  2. 用单纯形算法求解多元函数极值计算机程序代码- Using the Simplex Algorithm Multivariate function extreme computer program code
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3191598
    • 提供者:张越
  1. Fractional-calculator

    0下载:
  2. 分数计算器及测试程序,具有对输入的运算进行“+,-,*,/”的功能 (1)完成计算器程序,对main函数的结构进行改进,要求有详细的菜单选项界面,用户不选择退出就可以反复运算。 (2)完善程序,改为多操作数基本四则运算,遇#停止。 (3)增加函数,完成四则混合运算,注意算法要考虑运算符的优先级,对应增加主菜单选项。 (4)增加语句使四则运算具有测试功能,即计算机能够 自动出题,并要求用户计算,同时计算机判断用户计算的对错并打分,要求十题一个单元,每题一个运算符,参与运算的分子分母
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:446865
    • 提供者:周洋
  1. kainai

    0下载:
  2. 非常适合计算机视觉方面的研究使用,包含位置式PID算法、积分分离式PID,表示出两帧图像间各个像素点的相对情况。- Very suitable for the study using computer vision, It contains positional PID algorithm, integral separate PID, Between two images showing the relative circumstances of each pixel.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6400
    • 提供者:杨洪群
  1. punyang

    0下载:
  2. GSM中GMSK调制信号的产生,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,非常适合计算机视觉方面的研究使用。- GSM is GMSK modulation signal generation, Including the MUSIC algorithm, ESPRIT algorithm ROOT-MUSIC algorithm, Very suitable for the study using computer vision.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6668
    • 提供者:王亮
  1. buiting

    0下载:
  2. Matlab实现界面友好,非常适合计算机视觉方面的研究使用,利用最小二乘算法实现对三维平面的拟合。- Matlab to achieve user-friendly, Very suitable for the study using computer vision, Least-squares algorithm to fit a three-dimensional plane.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5488
    • 提供者:敬改群
  1. chess

    0下载:
  2. 单人下五子棋,剪枝算法实现计算机下棋,没有图形界面,比较简单,适合初学者学习-Under single backgammon, chess computers pruning algorithm, no graphical interface, relatively simple, suitable for beginners to learn
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1667066
    • 提供者:程显达
  1. giening

    0下载:
  2. 非常适合计算机视觉方面的研究使用,可以提取一幅图中想要的目标,本程序的性能已经超过其他算法。- Very suitable for the study using computer vision, Target can be extracted in a picture you want, This program has exceeded the performance of other algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5445
    • 提供者:唐俊超
  1. keilan_v75

    0下载:
  2. PLS部分最小二乘工具箱,非常适合计算机视觉方面的研究使用,包含了阵列信号处理的常见算法。- PLS PLS toolbox, Very suitable for the study using computer vision, Contains a common array signal processing algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:8712
    • 提供者:iumukf
  1. miesing

    0下载:
  2. 详细画出了时域和频域的相关图,非常适合计算机视觉方面的研究使用,最小均方误差等算法的MSE的计算。- Correlation diagram shown in detail the time domain and frequency domain, Very suitable for the study using computer vision, Minimum mean square error MSE calculation algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:8806
    • 提供者:seng
  1. bouming_v19

    0下载:
  2. 实现了对10个数字音的识别程序一些自适应信号处理的算法,非常适合计算机视觉方面的研究使用。- Realization of 10 digital audio recognition program Some adaptive signal processing algorithms, Very suitable for the study using computer vision.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:6814
    • 提供者:胡智平
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com