搜索资源列表

  1. tcvp-0.2.0.tar

    0下载:
  2. x264视频编解码算法实现的一个非常实用的例子程序-H.264 video codec algorithm of a very practical example of procedures
  3. 所属分类:多媒体

    • 发布日期:2024-05-09
    • 文件大小:522240
    • 提供者:
  1. dct2

    0下载:
  2. 该程序用于实现h.264中的DCT变换、量化、反DCT变换、反量化 采用了h.264白皮书中介绍的算法-the procedures used to achieve h.264 of DCT, quantization, anti- DCT, quantization using the anti-h.264 White Paper introduced by the algorithm
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:王全明
  1. jm73

    0下载:
  2. h.264标准代码,用于视频编码!可以实现各种视频的编码和解码,可以在这个代码的基础上进行各种开发,比如算法的优化,转码技术,实现各种分辨了的转码-code for video coding! All can be achieved video encoding and decoding, this code can be the basis for all development, such as the optimization a
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-09
    • 文件大小:2149376
    • 提供者:刘博仑
  1. voicecode&decoder

    0下载:
  2. 符合ITU规范的语音压缩解压缩算法程序,其中包括G.711,G.722,G.723等,可以用于嵌入式系统或者DSP开发。-ITU standard voice compression decompression algorithms procedures, including G.711, G.722, G.723, etc., can be used for DSP or embedded system development.
  3. 所属分类:Audio

    • 发布日期:2024-05-09
    • 文件大小:20480
    • 提供者:江福民
  1. h.264_Intra-Prediction

    0下载:
  2. h.264中关于帧内预测模式选择的快速算法的多篇文章,是很好的学习资料-on intra prediction mode selection Fast Algorithm for Multi-part article is a very good learning materials
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-09
    • 文件大小:2403328
    • 提供者:普明
  1. PlayDemoSource

    0下载:
  2. 播放H.264压缩算法文件,c++源程序,DirectDraw-players H.264 compression algorithm, c source, DirectDraw
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-09
    • 文件大小:390144
    • 提供者:Gala
  1. h264JM

    0下载:
  2. 压缩算法H.264 JM源程序,希望对大家有点用-JM H.264 compression algorithm source, and I hope to use you a bit
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-09
    • 文件大小:800768
    • 提供者:刘金华
  1. 264encodefinal

    0下载:
  2. h264编码算法最终版,学习h264的好程序-ENG coding algorithm final version, a good learning process ENG
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-09
    • 文件大小:76800
    • 提供者:罗愈
  1. Predictive_Motion_Estimation

    0下载:
  2. A Hardware based Predictive Motion Estimation. 这是一篇有关H.264的算法优化的文章。-based Predictive Motion Estima tion. This is one of the H.264 algorithm optimization articles.
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-09
    • 文件大小:138240
    • 提供者:
  1. 2005052119294741264

    0下载:
  2. 遗传算法,网络故障的源代码!值得学习!欢迎下载!-genetic algorithms, network fault of the source code! Worth learning! Welcome to download!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:皮欣
  1. h[1].264AVC

    0下载:
  2. 此文详细介绍了h.264种熵编码算法的优化设计,取材比较前沿,内容新颖。-article details the h.264 types of entropy coding algorithm optimization of the design, drawing more forward, as novel.
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:52224
    • 提供者:琨琨
  1. H264EncodingandDecoding

    0下载:
  2. 使用C实现的H264算法编码和解码源程序。该算法实现简单,实时性也很强,能够满足一般的视频会议要求。-use C realized H264 encoding and decoding algorithm source code. The algorithm is simple, real-time is also very strong, and able to meet the general requirements of the
  3. 所属分类:IP电话/视频会议

    • 发布日期:2024-05-09
    • 文件大小:901120
    • 提供者:
  1. T264_decoder

    0下载:
  2. 经过开源的H.264压缩算法代码,进行优化后并在VC++6。0环境下调试和PC下成功运行,也可以在DSP上运行-revenue H.264 compression algorithm code, After optimization and VC 6. 0 debugging environment and PC successful operation, can also run on the DSP
  3. 所属分类:压缩解压

    • 发布日期:2024-05-09
    • 文件大小:706560
    • 提供者:冯彬
  1. TestH264

    0下载:
  2. 这是一个非常简化了的h.264/AVC的测试源码,但是实现了所有的算法。-This is a very simplified form of the test h.264/AVC source, but to achieve all of the algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-09
    • 文件大小:140288
    • 提供者:颜色
  1. SHA

    0下载:
  2. SHA加密算法是目前广为应用的重要加密方法之一。而SHA-1 生成 160 位的消息摘要,虽然执行更慢,却被认为更安全。明文消息的最大长度可达到 264 位。下面是网络上流传的SHA算法,我们自己调试了一下,已经通过。现把主函数和算法函数贴出来。-SHA encryption algorithm is an important widely used encryption methods. And SHA-1 generates the
  3. 所属分类:文件格式

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:jinyin
  1. G729h263h264MPEG4EncoderDecoderSource

    0下载:
  2. G729、h263、h264、MPEG4四种最流行的音频和视频标准的压缩和解压算法的源代码-G729, h263, h264, MPEG4 four most popular audio and video standards for compression and decompression algorithm source code
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-09
    • 文件大小:1462272
    • 提供者:Chaorder
  1. TMN8

    0下载:
  2. H264 的码率控制标准算法 TMN8,rate control method for h.264-H264 standard rate control algorithm of TMN8, rate control method for h.264
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:43008
    • 提供者:广宇
  1. mvpa

    0下载:
  2. 都针对H.264做的运动算法的优化。该程序在UMHexagonS和EZPS算法的基础上只考虑了16*16块的方式, 较为简单的实现的算法,欢迎大家参考和讨论-Have to do for H.264 algorithm optimization campaign. The program in UMHexagonS and EZPS algorithm based on only 16* 16 ways to achieve a rel
  3. 所属分类:压缩解压

    • 发布日期:2024-05-09
    • 文件大小:16384
    • 提供者:桑圣洁
  1. jm12.2

    0下载:
  2. H.264的官方测试源码,由德国hhi研究所负责开发。 特点:实现了264所有的特性,由于是官方的测试源码,所以学术研究的算法都是在JM基础上实现并和JM进行比较。但其程序结构冗长,只考虑引入各种新特性以提高编码性能,忽视了编码复杂度,其编码复杂度极高
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-09
    • 文件大小:1036288
    • 提供者:wcy
  1. AVS.RAR

    0下载:
  2. 文章比较了H.264和AVS两个标准在运动补偿中运动矢量预测算法的差别, 提出了一种实现H.264 中 主档次(main pmille)下的第4级别(1evel 4)和AVS中的基准档次面向高清应用时运动矢量预测复用的硬件结构。 提出了一种新颖的缓存管理更新机制.极限情况下用于运动矢量的片上缓存大小减少了75% 。用FPGA验证结果 表明资源占用情况是单独实现AVS的2.3倍,是单独同时实现两个标准的70%。能实现对1080
  3. 所属分类:编程文档

    • 发布日期:2024-05-09
    • 文件大小:275456
    • 提供者:宋恋
« 1 2 3 45 6 7 8 9 10 »

源码中国 www.ymcn.org