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

搜索资源列表

  1. 7zipDll2

    0下载:
  2. 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 )
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38.4kb
    • 提供者:王玮
  1. MDLTPC.zip

    0下载:
  2. Source Codes for Multiple Descr iption Lapped Transform with Prediction Compensation (MDLT-PC) This page describes the source codes for the multiple descr iption lapped transform with prediction compensation (MDLT-PC) developed in the following pa
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.92mb
    • 提供者:gygymon
  1. jiayouwenti

    0下载:
  2. 用贪心算法实现加油问题的代码,而且是以C++实现的。-this is a C++!include<iostream.h> #include<fstream.h> ifstream infile("E:\\jiayou.in") ofstream outfile("E:\\jiaou.out") void jiayou(int*x,int n,int k){
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:474.12kb
    • 提供者:龙政
  1. cs

    0下载:
  2. 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() }-This is speci
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:13.87kb
    • 提供者:mike
  1. haffmantree

    0下载:
  2. ADT HuffmanTree{ 数据对象:D={ai| ai∈CharSet,i=1,2,……,n, n≥0} 数据关系:R={< ai-1, ai > ai-1, ai∈D, ai-1基本操作P: HuffmanTree() 构造函数 ~ HuffmanTree() 析构函数 Initialization(int WeightNum) 操作结果:构造哈夫曼树。 Encoder() 初始条件:哈夫曼树已存在或者哈夫曼树已存到文件中。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:3.9kb
    • 提供者:罗罗
  1. cv3

    0下载:
  2. struct Edge { Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3.37kb
    • 提供者:65400
  1. cv4

    0下载:
  2. Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:743byte
    • 提供者:65400
  1. cv6

    0下载:
  2. Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2.45kb
    • 提供者:65400
  1. huffman

    0下载:
  2. Huffman编码问题一类广泛存在于文件、音频等数据压缩问题中。如根据Huffman编码的原理,实现对文本进行压缩与解压的功能。因此掌握好Huffman编码的技术可以再社会生活中起到很重要的作用。-HuffmanNode* CreateHuffmanTree(int n, char datas[], int powers[]) { HuffmanNode head head.next = NULL //初始化森林 for (i
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:1.52kb
    • 提供者:franck
  1. A

    0下载:
  2. 含有n个int型数的数组中删去若干个成分,使剩下的全部成分构成一个不减的子序列,求数组的不减子序列的长-Contains the number of n-type array of int to delete a number of elements, and thus all the remaining ingredients to form a diminished sub-sequence of the diminished demand an array of long sub-sequ
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:6.07kb
    • 提供者:零星
  1. study

    0下载:
  2. 两个数,一个是int类型,一个是double类型,很有意思的时候它们居然相等,你会猜这两个数是什么?你能猜出几种可能?-compard to two number,the one is int,the other is double,but they are...
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:luol
  1. intra(verilog)

    1下载:
  2. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-01-11
    • 文件大小:4.62mb
    • 提供者:zyx
  1. DArray-Template-better

    1下载:
  2. 现在实现的类已经比较好了,用户使用起来很方便。 但是,新的问题又出来了。 上述的动态数组只能存储double类型的数据。想象一下,另一个用户也想用这个动态数组,但是他处理的数据是int类型的,该如何办? 当然,你可以再写一个基于int类型的动态数组类,你发现,大部分的代码都不要改动,只要将类型double变成int即可。 如果另一个用户需要处理的是float类型,还有用户处理的是char类型的….该怎么办? 这样做的缺点很显然: ᠊
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:271.61kb
    • 提供者:陈婉
  1. Huffman

    0下载:
  2. 利用huffman算法,压缩文件夹里的所有文件。或将压缩后的文件解压到指定文件夹。-Using huffman algorithm, compressed all files int the folder. Or extract the compressed files to the specified folder.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:5.57kb
    • 提供者:陈军
  1. FitzHughNagumo

    0下载:
  2. Unscented Kalman Filter (UKF) exemplified on FitzHugh-Nagumo neuron dynamics. Voltage observed, currents and inputs estimated. FitzHughNagumo.m is the main program which calls the other programs. If you use these programs for your pu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:3.15kb
    • 提供者:amir
  1. RSADES

    0下载:
  2. DES和RSA混合加密DES密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明-   Void SetKey(const char* Key, int len)    {     Memset(deskey,0,16)     Memcpy(deskey,key,len>16?16:len)     SetSubKey(&SubKey[0],&deskey[0])     Is3DES = len
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:128.24kb
    • 提供者:何旭
  1. wenjianjieyaheduxie

    0下载:
  2. java实现文件读写和解压 private static void testInput() { // D盘下有个Welcome.java文件,现在按字节读入: int a = 0 // int counter=0 FileInputStream f11 // 输入流 try {-import java.io.BufferedReader import java.io.BufferedWriter import java.io.File
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.18kb
    • 提供者:皮卡丘
  1. CS2

    0下载:
  2. Python notebook file. compressed sensing utilizing gaussian sensing. where, Both both A and 5 keys are presssed and # sampling rate Fs = 40e3 duration = 1./8 N_samps = int(np.floor(duration*Fs)) # Number of compressed basis function
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:344.47kb
    • 提供者:mnzars
  1. CS1

    0下载:
  2. python notebook file compressed sensing using FFT and DCT. where, Both both A and 5 keys are presssed and # sampling rate Fs = 40e3 duration = 1./8 N_samps = int(np.floor(duration*Fs)) # Number of compressed basis functions # i.e.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-05
    • 文件大小:242.32kb
    • 提供者:mnzars
  1. GARbro-v1.5.44.2904

    4下载:
  2. 创建压缩文件创建诸如AMI、ARC、DAT、INT、KOGADO、NPK、NPA、NSA、PD、RPA等多达五十余种压缩文件,使得一些游戏能在各种平台上使用。转换多媒体文件支持将电脑上运行不了的音频文件、图片文件进行提取转换。直接打开压缩文件软件支持在不打开压缩包的情况下对压缩包内的文件进行查看和修改的功能。(Create compressed files create more than 50 kinds of compressed files, such as AMI, arc, DAT,
  3. 所属分类:压缩解压

    • 发布日期:2021-04-10
    • 文件大小:9.22mb
    • 提供者:浅蓝s
搜珍网 www.dssz.com