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

搜索资源列表

  1. sf10059

    0下载:
  2. 一个有用的无损压缩原码用于文件中二进制位操作的函数说明,函数实现,错误处理以及内存中的函数实现-a useful lossless compression code for the original document binary operation of the function that function to achieve, error handling and memory functions to achieve
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7796
    • 提供者:任燕
  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
    • 文件大小:525373
    • 提供者:逐鹿
  1. mpqeditsrc

    3下载:
  2. mpq文件的格式就是一种压缩格式,把多个文件压缩在一个数据文件里(很多公司的游戏,比如KCET的实况足球,奥汀的三国群英传都是用的类似的技术存储数据),使用时再进行文件的读取。当时几个著名的mpq处理库为lmpqapi,sfmpq和storm.dll函数入口,前两者因为能够修改mpq的内容而被广泛用于各种Blizzard游戏硬修改中,至于storm.dll的函数入口则因为良好的兼容性主要用于读取文件。-MPQ document format is a compressed format, in
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:156428
    • 提供者:zsz
  1. 程序内存驻留程序(TSR)8

    0下载:
  2. 在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:7333
    • 提供者:高俊杰
  1. any2yuv-src-1.0

    0下载:
  2. 这个刚才那个的源代码,刚才弄错了。功能:可以从中得到bmp,jpeg,mpeg等的YUV,功能丰富-just that the source code, just a mistake. Function : can gain bmp, jpeg, and mpeg the YUV, function rich
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:797614
    • 提供者:louisa
  1. hammingdecodingencoding

    0下载:
  2. 1.一个(7,4)汉明编码解码的应用实例 2.解码和编码共存与一个程序中;可以人为添加错误位来测试其解码功能。 3.注释翔实,可移植性强-1. A (7,4) Hamming codec two examples of the application. Decoding and Encoding coexistence and a procedure; human error can add spaces to test their decoding function. 3. Notes
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1124
    • 提供者:方周
  1. JepgCodec

    0下载:
  2. 该程序实现了jpeg编码。开发平台:Window XP, Visual C++ 6.0。 HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换-the program achieved a jpeg coding. Platform : Window XP, Visual C 6.0.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:705544
    • 提供者:刘啸天
  1. zhe

    1下载:
  2. 图形学消隐实验,*方案1上下旋转,只显示可见面,函数说明:void Project(float X,float Y,float Z) 功能:根据透视或平行投影将三维点进行投影变换 入口参数:float X,float Y,float Z 返回参数:无(void)-graphics blanking experiment, * a program next rotation, only to be met, function : void Project (float X, Y flo
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2983
    • 提供者:shuanghua
  1. Huffman_6

    0下载:
  2. 一个多种压缩方法的程序,不过代码比较多。实现了huffman压缩的功能-a variety of compression methods of procedure, but more code. Implementation of the Huffman compression function
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:27242
    • 提供者:陈剑
  1. Huffman007

    0下载:
  2. 图象处理源代码,演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩 -image processing source code, a demo program Huffman coding method compression function, and the achievement of the document image compression
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:33037
    • 提供者:ajun
  1. Box_class

    0下载:
  2. 这是一个Box的源码。Function to calculate the volume of a box。
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:1798
    • 提供者:hushubing
  1. jpeg

    0下载:
  2. the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transform
  3. 所属分类:压缩解压

    • 发布日期:2014-01-18
    • 文件大小:115084
    • 提供者:风帆
  1. 2007202131

    0下载:
  2. Image Compression A collection of simple routines for image compression using different techniques. 图象压缩的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTC
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10228
    • 提供者:王云云
  1. zong-he-pai-xu 利用随机函数产生N个随机整数

    1下载:
  2. 利用随机函数产生N个随机整数(20000以上),对这些数进行多种方法进行排序。 至少采用三种方法实现上述问题求解-Generated using random function of N random integers (20000), the number of these sort a variety of methods. At least three ways to achieve these problem-solving
  3. 所属分类:压缩解压

    • 发布日期:2017-03-22
    • 文件大小:11942
    • 提供者:王紫
  1. modulation

    0下载:
  2. 实现函数信号发生器功能 可采用调频、调幅等方式对信号调制并有图形。复制和频率在一定范围内连续可调。-Function can be used to achieve the function signal generator FM, AM, etc. on the signal modulation and a graphic. Copy and frequency adjustable within a certain range.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-20
    • 文件大小:5676046
    • 提供者:MAY
  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
    • 文件大小:98071
    • 提供者:李勇
  1. pts

    0下载:
  2. 自适应梯形求积法 特别适合被积函数为强峰的定积分 此程序修改余地很大-Adaptive trapezoid quadrature method was particularly suited to the plot function for the strong peaks of the definite integral of a large room for this procedure to amend
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:888
    • 提供者:冯海霞
  1. jiaoxuexitong

    0下载:
  2. 这是一个简单的教学管理系统。功能:可以进行学生,教师,课程信息的录入、修改、删除操作-This is a simple teaching and learning management system. Function: can be students, teachers, curriculum information, input, modify, delete operations
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:70139
    • 提供者:雪儿
  1. MATLAB

    0下载:
  2. 一些基本函数的实现 和多种数字滤波器的实现-Some of the basic function of a variety of digital filter realization and the realization of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:36885
    • 提供者:李友谊
  1. router1

    0下载:
  2. 模拟路由器功能,简单的c++程序代码,可以实现。-Simulation router function a simple c++ code, can be achieved.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:632870
    • 提供者:童义明
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com