CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - algorithms in c

搜索资源列表

  1. LBP.rar

    1下载:
  2. 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:257263
    • 提供者:swx
  1. MMA7455.rar

    0下载:
  2. freescle的加速度传感器在MTK的全套应用资料,包括datasheet,驱动文件,flip,swing,tap等算法的应用等。,The acceleration sensor freescle full range of applications in MTK, including datasheet, driver files, flip, swing, tap, such as the application of algorithms.
  3. 所属分类:MTK

    • 发布日期:2017-03-26
    • 文件大小:210773
    • 提供者:fulean
  1. ltilib

    0下载:
  2. LTI库是一个面向对象的计算机视觉库写在C++视窗/余-VC++和Linux的/gcc.它提供了很多功能来解决数学问题、图像处理算法很多,有些工具和分类得多-LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve mathematical problems, m
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4583221
    • 提供者:TealCh
  1. game3dlod_080617

    2下载:
  2. 该源码为Thatcher Ulrich的游戏引擎测试器。是一个实验性和非实验性的面向游戏和图形的代码的混杂集合。可以利用该引擎LOD四叉树的算法。在大型3D游戏中,大规模室外地形真实感渲染是个室外渲染引擎的核心部分。而实现一个大规模的地形渲染系统的关键是怎么简化地形,抛弃不必要的渲染动作(如看渲染不见的三角形和不必要的细节)来加快渲染速度。 该代码支持3D网络游戏,有客户端和服务器端,语言使用C++,支持Linux, WIN32,可以参考demo程序。 编译可以在WIN32下,有Visu
  3. 所属分类:Game Engine

    • 发布日期:2017-04-10
    • 文件大小:1159689
    • 提供者:gamedriver
  1. c_canny

    0下载:
  2. 采用C语言实现了canny边缘检测算法。可以用于图象边缘检测。-Adopt C language to realize that measure algorithms on canny edge. Can be used in the edge of vision to measure.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:3311
    • 提供者:daxie
  1. c++实现的KNN库:建立高维度的K-d tree

    0下载:
  2. c++实现的KNN库:建立高维度的K-d tree,实现K邻域搜索,最小半径搜索-K-NN algorithm implementation. It supports data structures and algorithms for both exact and approximate nearest neighbor searching in arbitrarily high dimensions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:624713
    • 提供者:duckur
  1. LDL-2.0.1.tar

    1下载:
  2. 对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行LDL分解,C++编写-LDL is a set of concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:225831
    • 提供者:aaq
  1. LLFScheduling

    0下载:
  2. 最小松弛度优先算法,属于实时调度算法,又叫最小欲度(空闲时间)优先算法,在这里,给出了其C++的代码实现。-Minimum slack priority algorithm, belonging to real-time scheduling algorithm, also known as For the smallest degrees (idle time) priority algorithms, in here, given its C++ code to achieve.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4791
    • 提供者:薛松
  1. FaceDetection

    0下载:
  2. 人脸检测。用c++编写。人脸检测是人脸分析的首要环节,其处理的问题是确认图像(或影像)中是 否存在人脸,如果存在则对人脸进行定位。人脸检测的应用领域相当广泛,是实 现机器智能化的重要步骤之一。 AdaBoost 算法是1995 年提出的一种快速人脸检测算法,是人脸检测领域里 程碑式的进步,这种算法根据弱学习的反馈,适应性地调整假设的错误率,使在 效率不降低的情况下,检测正确率得到了很大的提高。-Face Detection. Using c++ to prepare. Fac
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:896865
    • 提供者:ashura
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:10865872
    • 提供者:魏建明
  1. spectral_speech_enhancement

    0下载:
  2. 在强噪声环境下,说话人话音受到很强烈的干扰,语音增强是很有必要的。在TDS5410-TDK实验板,实现了谱衰减算法。主要包括有声/无声检测算法、发送/接收缓冲区的调度、语音降噪算法。试验结果表明,其降噪效果明显,试听效果较好。 -In strong noise environment, the speaker voice by the very strong interference, speech enhancement is necessary. TDS5410-TDK experim
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-04
    • 文件大小:14135
    • 提供者:chenziqiang
  1. MEBMA

    0下载:
  2. MEBMA (Motion Estimation (ME) Block Matching algorithm) compute various complexity and distortion parameters for given movie (.mat format) in either HBMA (multy resolution) or EBMA (full search) Block Matching algorithms The function produce output
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:1486
    • 提供者:冯欣
  1. 1000C

    0下载:
  2. C语言算法,包括1000种算法,可用于VC编程,请大家参阅-C language algorithms, including 1000 kinds of algorithms, programming can be used in VC, please refer to
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-29
    • 文件大小:260006
    • 提供者:wyk
  1. C++2

    0下载:
  2. 算法导论中文版 经典书籍的中文版,搞计算机应用必备书籍!-Algorithms Introduction to the Chinese version of the Chinese version of the classic books and engage in computer applications required books!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-16
    • 文件大小:25595058
    • 提供者:柏磊
  1. ANB

    0下载:
  2. anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant procedures of a lattice Boltzmann solver, c pointing on how everything works "in principle". Nearly all c procedures could be implemented other (and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:95020
    • 提供者:薛峰
  1. sudoku_cs

    0下载:
  2. Sudoku source in C#, implement Dancing link algorithms.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:17261
    • 提供者:dainv
  1. Soduku_cpp

    0下载:
  2. Sudoku source in C++, implement Dancing link algorithms.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:9222
    • 提供者:dainv
  1. DSP_C

    0下载:
  2. 胡广书数字信号处理里的主要算法的C程序实现-HU Guang-book digital signal processing algorithms in the main C program implementation
  3. 所属分类:DSP program

    • 发布日期:2017-04-29
    • 文件大小:42263
    • 提供者:liming
  1. DataStructure(CSharp)

    0下载:
  2. 将数据结构与C#语言和.NET框架结合是本书的一大特点。.NET平台是微软推出的一个新的开发平台,目的是让“不同的语言共享同一平台”。.NET很可能成为下一代Windows操作系统的一部分。而C#语言作为新一代完全面向对象的语言,是.NET的母言。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structure and C# language and
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1346108
    • 提供者:liukunyao
  1. c_dsp1

    0下载:
  2. In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familia
  3. 所属分类:DSP program

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