CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - inside

搜索资源列表

  1. h261

    0下载:
  2. h261协议的h261编码码,lib_261.h里面提供了详细的接口和说明.-agreement h261 coding yards inside lib_261.h provided a detailed interface and annotations.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:118.01kb
    • 提供者:andy
  1. MyCompress

    0下载:
  2. 文件压缩功能:压缩指定单个文件,或多个文件(zip格式);察看压缩文件内每个文件的大小,压缩比信息;解压缩指定文件(zip格式),允许选择压缩包内单个文件进行解压缩;察看整个压缩包的压缩比等信息。-compression function : Compression designated single document, or multiple documents (zip format); A look inside compressed files, each file size, com
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:513.06kb
    • 提供者:逐鹿
  1. V_DCT_project

    0下载:
  2. 算是图像压缩里边比较重要的一块吧,写得比较仔细,模块间都有界限,从rgb的文档分别读入-image compression is more important, inside a bar, carefully-written, the modules have boundaries, from rgb documents were read
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:19.77kb
    • 提供者:赵俊
  1. RocJPEG

    0下载:
  2. 一个很好的压缩编码程序,用户可以在自己的程序里面添加-a good coding procedures, users can own procedures inside Add
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:19.26kb
    • 提供者:发发
  1. x264_dm6446_ccs

    0下载:
  2. CCS3.3环境软仿真dm6446下X264编码的程序,可直接运行,由于foreman_cif.yuv原始图像数据较大,没有放在里面,请在网上自己下载,下载后放在同一个目录下就可以编译运行。-CCS3.3 environment simulation dm6446 software code under the X264 program, can be run directly, as foreman_cif.yuv larger original image data, not on the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1.58mb
    • 提供者:xwl
  1. ZipTest_src.zip

    0下载:
  2. 这是一款zip压缩与解压缩的编码,可以通过调用里面压缩函数和解压缩函数对相应的文件与文件夹进行压缩与解压缩功能的操作,This is a zip compression and decompression of the coding, you can by calling the function inside the compression and decompression function of the corresponding file and folder compression a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:95.77kb
    • 提供者:李勇
  1. zip

    0下载:
  2. 这是把linux内核里面的压缩算法移植到VC上面的zip数据压缩的C源代码-This is the zip data compression compression algorithms ported to linux kernel inside the VC above the C source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:669.03kb
    • 提供者:moe
  1. hafumanbianma

    0下载:
  2. 此文件是哈夫曼程序源代码,如果程序不能打开,有TXT格式的,复制下,运行就可以了.但文件名要和里面的相同哦,即哈夫曼-This file is Huffman source code, if the program can not open, there TXT format, copy the next run it. But the file name to and inside the same Oh, that is, Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:12.64kb
    • 提供者:陈琳
  1. imagetest

    0下载:
  2. 图片验证码,直接运行里面的test.jsp就可以运行了,验证码的图片背景在src包里面的方法里改-Image verification code, direct running inside test.jsp run, the verification code in the background of the picture src package approach in which reform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:6.53kb
    • 提供者:天ti
  1. lab6

    0下载:
  2. 这是一个huffmanCode算法,用来计算里面的最有序列,进过改进中欧,应该可以使Ian-This is a huffmanCode algorithm used to calculate the inside of most sequences, into China and the EU have improved, we should be able to make Ian
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:134.05kb
    • 提供者:wangjan
  1. bbs1

    0下载:
  2. 简单的BBS系统,界面比较简单,但基本上能实现BBS的一些功能,也有SQL数据库在里面-Simple BBS system, the interface is relatively simple, but has basically been able to achieve some of the features of BBS, but also inside SQL databases
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3.5mb
    • 提供者:zhou
  1. ddbx

    0下载:
  2. 帮朋友编写的一个小软件,判断鼠标点击的点是否在多边形内外。-To help a friend prepare a small software to determine whether the mouse to click a point inside and outside the polygon.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2.09mb
    • 提供者:杜波
  1. suanshu

    0下载:
  2. 首先,计算出码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环编码,直至输入序列循环完毕。 最后,将所得的累计概率由小数形式转化成二进制形式。 对解码。首先,计算码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环解码,此次循环是在码元符号集中,由高概率码元向低概率码元循环,这是由于编码的输出肯定是不大于高概率码元的累积概率的。那么如果我们从高到底循环,所找到的第一个小于编码结果fs的码元即为所译码的码元。 最后,我们可以利用此码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.18kb
    • 提供者:张继红
  1. ygusezip

    0下载:
  2. 使用C++里面的MFC,实现任意文件的压缩和解压,其功能和.rar和.zip大致相同-The use of C++ inside the MFC, the realization of any document compression and decompression, the functions and. Rar and. Zip or less the same
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1.51mb
    • 提供者:cp
  1. Tank

    0下载:
  2. 堆芯补箱(CMT)是模拟反应堆系统非能动补水实验装置的一个重要组成部分.补水实验是假设当反应堆一回路压力边界上发生踊口事故时,为防止堆芯汽化,将补水箱内的水注入堆芯的过程.当开始补水时,补水箱承受恶劣的热边界条件,随着补水箱内部的水位下降,其内部的蒸汽温度和压力都随时间发生变化,这种动态变化的边界条件,使应力分析的全过程复杂化-Core fill tank (CMT) is a simulation of the reactor system, the non-dynamic replenish
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:55.03kb
    • 提供者:小柳
  1. javathreadlearningmaterials

    0下载:
  2. java的线程学习资料。里面的资料几乎涉及到java的所有基础问题。-java thread learning materials. Inside the data was almost all related to basic problems of java.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-30
    • 文件大小:12.41mb
    • 提供者:
  1. Java2SEsimpletutorial

    0下载:
  2. Java2SE简单教程。PPT演示!里面有java2se的全面内容的简单介绍!-Java2SE simple tutorial. PPT presentation! Inside the full content of java2se brief!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-19
    • 文件大小:5.25mb
    • 提供者:
  1. YJ.WebControls

    0下载:
  2. 属性: TextBoxID : 目标 TextBox 的ID,只需要正确填写该属性本控件就可以使用 UpdatePanelID : 控件所在并且进行异步更新的UpdatePanel控件的编号(该属性为了支持ASP.NET 2.0 AJAX Extensions 1.0组件设计,因为代码内使用了UpdatePanel类,所以在使用时如果没有安装ASP.NET 2.0 AJAX Extensions 1.0组件请先安装) 注意: 1.本控件必须放在与目标TextBox同一
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:7.87kb
    • 提供者:javazfj
  1. javascript

    0下载:
  2. 是几种JAVAscr ipt统计图 文件夹里面可以看。打开可以看看。谢谢 文件夹里面可以看。打开可以看看。-JAVAscr ipt is a statistical graph of several folders which can be seen. Open the can look at. Thank you, can be seen inside the folder. Open the can look at. Thanks
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:7.24kb
    • 提供者:javazfj
  1. table

    0下载:
  2. 这是一个简单的表格二维表格,但不能直接在表格里面添加或删除数据。-This is a simple form two-dimensional form, but not directly inside the table to add or delete data.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1018byte
    • 提供者:李泽丽
« 12 3 »
搜珍网 www.dssz.com