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

搜索资源列表

  1. Video-motion-detection-algorithm-source-code

    0下载:
  2. 本文实现了在连续视频数据流中几种不同的运动检测算法,他们都是基于当前帧图像和前一帧图像的比较,程序使用了AForge.NET framework库。其中的示例代码支持下面几种视频格式:AVI文件、网路相机的JPEG和MJPEG,本地的采集设备(USB相机等)。-This article implements a continuous video data stream in several different motion detection algorithms, they are based
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.29mb
    • 提供者:憨豆
  1. graph_

    2下载:
  2. //有向图:有向图,无向图基本操作 //运行环境:VC //有向图,无向图基本操作,包括: //1、邻接矩阵 //2、邻接表 //3、深度优先遍历 //4、广度优先遍历 //5、最小生成树 //6、拓扑排序 //7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-//Directed graph: directed graph, undirected graph basic operation// Operating Environme
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.79kb
    • 提供者:atom
  1. 1977+Algorithms+for+the+Longest+Common+Subsequence

    0下载:
  2. 最长子序列,英文版,电子书 ACM文章1977+Algorithms+for+the+Longest+Common+Subsequence+Problem-The longest sequence, in English, e-books ACM article 1977+ Algorithms+ For+ The+ Longest+ Common+ Subsequence+ Problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:700.25kb
    • 提供者:张启达
  1. the_simulation_of_singer_algorithm

    2下载:
  2. 雷达数据处理中的重要模型算法之一,此代码详细仿真了singer模型下的目标跟踪。-Radar data processing algorithms in one important model, the code detailed simulation model of the singer under the target tracking.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:8.34kb
    • 提供者:
  1. C-language-Commonly-used-algorithms-code

    0下载:
  2. 常用算法集,是c语言算法初学者的一个很好的参考资料-Commonly used algorithms is the algorithm c language beginners a good reference
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:281.02kb
    • 提供者:yhy56yjy
  1. PID-GAs

    1下载:
  2. 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1.8kb
    • 提供者:qiqi
  1. Introduction.to.Algorithms.-.Lecture.Notes

    0下载:
  2. MIT算法导论课程的讲义,十分齐全,是计算机专业的学生学习算法设计的经典入门材料-Introduction to Algorithms MIT course lecture notes, very complete, is a computer science students to learn the classic algorithm design entry materials
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4.58mb
    • 提供者:jayshaw
  1. erzhihuatuxiang

    0下载:
  2. 该程序可以实现二值图像的细化,采用的不是matlab自带的函数算法进行处理,而是采用了一种新算法进行细化,比原算法有很大改进,值得研究!-The program can achieve binary image thinning using matlab built-in function is not processing algorithms, instead of using a new algorithm refinement, a significant improvement ove
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.09kb
    • 提供者:成林
  1. weka-3-6-1

    0下载:
  2. Weka是一个超强功能的machine learning开发包-Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, clas
  3. 所属分类:Other systems

    • 发布日期:2017-06-11
    • 文件大小:17.8mb
    • 提供者:Alan
  1. algorithms

    0下载:
  2. 据说比《算法导论》更牛的算法书籍,值得一读-Was said better than 《Introduction to Algorithms》 worth reading ......
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.6mb
    • 提供者:flywater
  1. matlabcode

    0下载:
  2. motion estimation algorithms of h.264
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.28mb
    • 提供者:ranjith
  1. ulawcompander.m

    0下载:
  2. Companding is essentially a technique for achieving non-uniform quantization. There are basically 2 methods which are most popular in literature.:-A-law companding and u-law companding. These algorithms help in achieving to an extend, compression. Th
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:724byte
    • 提供者:shanil
  1. algorithms

    0下载:
  2. algorithms desciption such as prime algorithm BFC,DFS,-algorithms desciption such as prime algorithm BFC,DFS,...
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:998.53kb
    • 提供者:saba
  1. Python.Algorithms.pdf

    0下载:
  2. python的算法书,挺好的,可以下来看看,英文文字版的-Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it also gives a solid u
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3.01mb
    • 提供者:haha
  1. GENETIC-ALGORITHMS

    0下载:
  2. Genetic algorithms this book give infomation about genetic algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:9.29mb
    • 提供者:AS
  1. BP-Replacement-Algorithms-(LM-a-CG)

    0下载:
  2. Back Propagation Replacement Algorithms (LM & CG) in Neural Network.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1.13kb
    • 提供者:RightRisk
  1. Genetic-Algorithms

    0下载:
  2. 用matlab实现的遗传算法,包括解码子程序,和一个应用的小例子。-Matlab implementation of genetic algorithms, including the decoding routines, and a small example.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:11.44kb
    • 提供者:范范
  1. sorting-algorithms

    0下载:
  2. 各种排序算法的汇总,便于初学者快速的掌握C++中的各种排序算法,便于初学者更快的入门。-The various sorting algorithms summary, easy for beginners to quickly master C++ in a variety of sorting algorithms, easy for beginners to faster entry.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1.19kb
    • 提供者:叶明宇
  1. Genetic-algorithms-for-maximum

    0下载:
  2. 基于遗传算法求函数的最大值,包括了遗传算法的各个基本操作-Based on the maximum value of the function of genetic algorithms, including the basic operation of the genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:4.1kb
    • 提供者:等待
  1. Algorithms and Complexity

    0下载:
  2. Past exam paper on algorithms imperial 2014
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:57kb
    • 提供者:Sintu123
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com