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

搜索资源列表

  1. CVPRtoolbox-revision97

    0下载:
  2. 该工具箱的目的是要帮助人们理解计算机视觉方法引用另一种为在 matlab 的源代码。 因此,一些方法被 re-implemented,即使当其源代码不可用时,matlab 最初,具有方法。 例如 re-implemented kmeans 算法。-The aim of this toolbox is to present source codes in matlab as another kind of references for helping people to understan
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:95588
    • 提供者:yhy
  1. suanfatwo

    0下载:
  2. 计算机算法设计与分析,实现的是动态规划问题,仅供参考-Computer algorithm design and analysis, to achieve a dynamic programming problem, for reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:213592
    • 提供者:谭翔
  1. maxgap

    0下载:
  2. 计算机算法设计与分析,实现题,最大间隙问题,C++编写,直接编译运行即可得到输出output.txt-maxgap problem.There are N numbers,find the maximum gap between two adjacent number.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:260369
    • 提供者:RoyTao
  1. 图形学作业-画图-附带反走样算法

    0下载:
  2. 计算机图形学期末作业一次,画图,反走样算法(Computer graphics, homework at the end of the semester, drawing, antialiasing algorithm)
  3. 所属分类:其他

  1. LK算法

    0下载:
  2. 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as t
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2072576
    • 提供者:赵嘉慧
  1. UCT算法在计算机围棋中的应用与改进_周明明

    1下载:
  2. 关于UCT的论文,助于大家学习UCT,好东西大家一起分享(Papers about UCT, help everybody to learn UCT, good things to share)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:770048
    • 提供者:新飞
  1. Kalman1960

    0下载:
  2. 机器人导航,控制,传感器数据融合甚至在军事方面的雷达系统以及导弹追踪等等。近年来更被应用于计算机图像处理,例如头脸识别,图像分割,图像边缘检测等等(Robot navigation, control, sensor data fusion, even radar systems in military areas, missile tracking, and so on. In recent years, it has been used in computer image processing
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:160768
    • 提供者:小路路
  1. demo4

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。(Genetic algorithm (GA) is a search algorithm for solving optimization in computational mathematics. It is a kind of evolutionary algorithm. Evolutio
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:风12369874
  1. suanfa_jb51

    0下载:
  2. 计算机科学丛书 算法导论基础(Computer science books)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:50948096
    • 提供者:wx小小吴
  1. 第四次作业圆弧画法实现

    0下载:
  2. 计算机图形学bresenham算法和数值微分法实现圆弧的实现(Computer graphics, Bresenham algorithm and numerical differentiation method to achieve the realization of arc)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:20270080
    • 提供者:吴洋
  1. OCH-master

    0下载:
  2. 有序约束二进制代码 学习最近邻搜索 算法源码,使用window操作系统,MATLAB作为语言工具,文件附有MATLAB源码(Ordinal Constrained Binary Code Learning for Nearest Neighbor Search)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:22238208
    • 提供者:hello1111
  1. IOback

    0下载:
  2. 计算缺页率的五种算法:先进先出算法、选择最优算法、最近最久未使用算法等(Several algorithms for calculating page missing rate)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:coco891213
  1. maze

    0下载:
  2. 通过把一个格子图中的一些边删除后生成迷宫图形.下图左边是一个5X5格子图, 有边是生成的一个迷宫图.给定一个MXN的格子图,请用种子填充算法生成一个迷宫图形(By removing some edges of a grid graph, we can create maze graphs. The left side is a 5X5 grid graph, with edges generating a labyrinth diagram. Given a MXN grid graph, pl
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:23552
    • 提供者:leialexis
  1. 计算机视觉去雾

    1下载:
  2. 基于何凯明算法的去雾图像增强处理小程序,包含matlab,vc运行(Fogging image enhancement)
  3. 所属分类:其他

  1. 案例11-二维图形几何变换算法

    2下载:
  2. 计算机图形学里的二维图形几何变换,所用软件为C++(Geometric transformation of two-dimensional graphics)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:4054016
    • 提供者:冰冰冰冰
  1. 案例6-多边形有效边表填充算法

    1下载:
  2. 计算机图形学的多边形有效填充算法,所用软件为C++(Polygon efficient filling algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3167232
    • 提供者:冰冰冰冰
  1. duobianxingbianyuantianchongsuanfa

    0下载:
  2. 这是计算机图形学里的多边形边缘填充算法,里边是程序,用的是VS2015版本编程的(Arestas poligonais preencher oalgoritmo)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:58472448
    • 提供者:菜鸟6
  1. Luacas_Kanade

    0下载:
  2. 在计算机视觉中,Lucas–Kanade光流算法是一种两帧差分的光流估计算法。它由Bruce D. Lucas 和 Takeo Kanade提出。(In computer vision, the Lucas - Kanade optical flow algorithm is a two frame differential optical flow estimation algorithm. It is proposed by Bruce D. Lucas and Takeo Kanade.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:panpan111
  1. LinearAlgebra

    0下载:
  2. 矩阵是高等代数学中的常见工具,也常见于统计分析等应用数学学科中。[2] 在物理学中,矩阵于电路学、力学、光学和量子物理中都有应用;计算机科学中,三维动画制作也需要用到矩阵。(Matrix is a common tool in higher algebra, and it is also common in Applied Mathematics, such as statistical analysis. [2] is applied in physics, including matrix
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:273408
    • 提供者:9285351
  1. FillPloy

    0下载:
  2. 区域填充算法,采用泛滥填充,计算机图形学算法(Area filling algorithm, overfill, computer graphics algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:ptrgin61459
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com