CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 多媒体编程 搜索资源 - c/c 算法

搜索资源列表

  1. sift

    0下载:
  2. sift是一种特征检测算法,这里的sift算法是用c++实现的。-sift is a feature detection algorithm, where the sift algorithm is implemented using c++.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-19
    • 文件大小:5146984
    • 提供者:wwe
  1. handtracksourcecode

    1下载:
  2. 一个手指跟踪的算法c++代码实现,利用的思想是模板匹配-A finger tracking algorithm c++ code
  3. 所属分类:Multimedia Develop

    • 发布日期:2016-09-05
    • 文件大小:2493656
    • 提供者:xichenguang
  1. Vc++

    0下载:
  2. c++算法源程序实现AVI文件的图像截取-c++ algorithm source AVI file of images to achieve the interception of
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:274448
    • 提供者:fanhanxin
  1. ImageIpainting

    1下载:
  2. 根据FMM算法c++实现图像修复功能,可对图像中的特定破损颜色区域进行修补,用周围颜色的平均值来进行填充-According to FMM algorithm c++ Image Restoration function, can damage the image of a particular color patch region, with the average of the color around to fill
  3. 所属分类:Multimedia Develop

    • 发布日期:2015-04-15
    • 文件大小:399453
    • 提供者:Renee Zeng
  1. erweijibenjihebianhuansuanfa

    0下载:
  2. 计算机图形学中用c++实现的二维基本几何变换算法-computer graphics using c++ implementation of the basic geometric transformations of two-dimensional algorithm
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-11
    • 文件大小:2437405
    • 提供者:pigniao
  1. Huffman

    0下载:
  2. c++实现霍夫曼编码,对一组字符串进行编码,通过对霍夫曼算法的实现,进一步了解霍夫曼算法进行数据压缩的原理及过程。-Huffman
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-16
    • 文件大小:228205
    • 提供者:blue
  1. fft

    0下载:
  2. 基于c++语言的快速傅里叶变换算法,附带源码-c++ language based on Fast Fourier Transform algorithm, with source code
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:39865
    • 提供者:止戈
  1. aac_decoder

    0下载:
  2. aac_decoder解码 欢迎光临最大的源码下载中文网站http://www.pudn.com 本站以c语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-aac_decoder
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-03
    • 文件大小:1494269
    • 提供者:王成
  1. VisualcvideoandaudioDevelop

    0下载:
  2. 利用Visual c++进行网络及多媒体(视频/音频)开发的书籍。书中精选了大量的具有商用价值的工程案例,包括视频捕捉系统、视频会议系统和远程视频监控系统的开发技术;网络、多媒体技术的底层实现,如MPEG-4的播放技术、编码技术和解码技术,XvidQP系统的开发等;MP3深入编程技术。另外,还对流行的网络、多媒体开发工具——微软的DirectX9.0进行了介绍,具体包括DirectShow、Direct3D、DirectSound和DirectMusic。在本书的最后一章,详细介绍了基于IBM
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-09
    • 文件大小:54008832
    • 提供者:xtdxlx
  1. TMS320c6416T-MPEG-4code

    0下载:
  2. :MPEG-4是当前最具影响的多媒体数据压缩编码国际标准。针对视频编码过程中计算复杂度高,系统运算量大等 特点,本文提出了在TMS320c6416T上实现MPEG-4编码的优化方法。为使MPEG-4编码器达到实时应用的要求,结 合c64x DSP的特点,采取了一系列软件优化方法,包括合理分配存储器,在内存开辟双缓冲区结构,用汇编程序实现 MPEG-4的核心算法以及对整个程序流程进行c语言级优化等。实验结果表明,该编码器可以对768 pixel×576 pixel, 25 fram
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:482233
    • 提供者:陈晓娟
  1. sbc

    0下载:
  2. 蓝牙SBc标准音频压缩算法c实现可以直接在工程完成WAV文件的编解码并对比-Bluetooth SBc standard audio compression algorithm c implementation can be completed directly in the project, and WAV files codec comparison
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-11
    • 文件大小:2750182
    • 提供者:yy
  1. Matcom_Vc

    0下载:
  2. matlab和Vc的混合编程,借助MATcOM插件实现将m文件直接转换成c++代码,适合快速转换算法。-Mix programming with visual c++ and MATLAB,thanks to the strong support of MATcOM,we can transfer m-file to c plus plus code directly.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-02
    • 文件大小:250170
    • 提供者:暗夜星尘
  1. pH2663Encodinr

    0下载:
  2. 使用c开发的H263编码与解码算法实现。该算法具有非常高的实实时性,而且图像质量也不错。对于学习基本视频会议,有非常大帮助。 -H263 encoding and decoding algorithm for c development. That the algorithm has a very high real real-time, but the image quality is also good. Learn basic video conferencing, there is
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-06
    • 文件大小:95794
    • 提供者:
  1. dtmf_cpp

    0下载:
  2. DTMF编码解码程序.用c++语言实现了GEROTZEL算法.-DTMF encoding and decoding procedures. The realized c++ language GEROTZEL algorithm.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-12
    • 文件大小:7986
    • 提供者:ben
  1. LZW

    0下载:
  2. c++写的是多媒体上关于LZW算法的代码,希望对各位有用-With c++ multimedia on the code is written on LZW algorithm, hope that useful
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-27
    • 文件大小:157210
    • 提供者:王赢
  1. ray_trace

    0下载:
  2. 基于c++的简单光线追踪算法,仅供参考,可以用于大学生应付作业-Simple ray tracing algorithm based on c++, for reference only,can be used for college students to cope with the job
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-30
    • 文件大小:13826
    • 提供者:zhusy
  1. cPP101

    0下载:
  2. c++源代码,包括约瑟夫问题、万年历的实现、用c++编写通讯录、螺旋方阵的输出、分形算法和一个编程大赛试题等等。-c++ source code, including Joseph problems, the realization of calendar with c++ the preparation of contacts, the output of square spiral, fractal algorithm and a programming contest questions
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-14
    • 文件大小:5266
    • 提供者:dui3973951
  1. dijiesitela

    0下载:
  2. 迪杰斯特拉算法,希望对于一些刚学c语言编程的有帮助-dijiesitela
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-12
    • 文件大小:1023
    • 提供者:lao2062839
  1. Visual-cPP-Examples

    0下载:
  2. Visual c/c++范例集成,包含 (1)音视频(2)图片(3)网络HTTP/FTP(4)界面风格(5)USB(6)多线程(7)算法应用等 多个范例代码 -It include many visual c/c++ examples
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-06-21
    • 文件大小:36810713
    • 提供者:BestCam
  1. srsuwe

    0下载:
  2. 适合初学者学习,好的算法和程序,非常需要的可以下载看看(Suitable for beginners to learn, good algorithms and procedures, very much needed to download to see.)
  3. 所属分类:多媒体编程

    • 发布日期:2018-05-03
    • 文件大小:3072
    • 提供者:Lq0A2Q
« 12 »
搜珍网 www.dssz.com