代码搜索:压缩域
找到约 8,512 项符合「压缩域」的源代码
代码结果 8,512
www.eeworm.com/read/159397/10661698
cpp lzw压缩算法.cpp
//LZW压缩算法的C语言源代码
//1 程序由五个模块组成。
//(1) lzw.h 定义了一些基本的数据结构,常量,还有变量的初始化等。
//--------------------------------------------------------
//
//
// 版权所有:lam_lam studio
// version 1
www.eeworm.com/read/276746/10710870
cpp 图像压缩问题.cpp
//图像压缩问题
#include
#include
#include
#define N 100
int s[N], l[N], b[N];
int length(int n)
{
int k=0;
while(n>0)
{
k++;
n/=2;
}
return k;
}
www.eeworm.com/read/417580/10984855
for 单组分压缩因子.for
REAL P,T,Z,TC,PC,TR,AT,K
REAL W,A,B
OPEN(3,FILE='INDATE1.TXT')
READ(*,*) P,T
open(6,file='计算结果1.txt')
R=8.314
AM=0.0
BM=0.0
READ(3,*)PC,TC,W
TR=T/TC
K=0.3764+1.5422
www.eeworm.com/read/466404/7034702
cpp 图象压缩.cpp
#include
using namespace std;
/*
在计算机中常用象素点灰度值序列{p1,p2,...,pn}表示图象。其中整数pi,1
www.eeworm.com/read/459465/7275036
视频压缩ipcore
www.eeworm.com/read/442668/7646853
rc2 压缩.rc2
//
// 压缩.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
////////
www.eeworm.com/read/442668/7646857
h 压缩dlg.h
// 压缩Dlg.h : header file
//
#if !defined(AFX_DLG_H__A8ED871E_5EB1_491B_8CF0_B3A9A437A614__INCLUDED_)
#define AFX_DLG_H__A8ED871E_5EB1_491B_8CF0_B3A9A437A614__INCLUDED_
#if _MSC_VER > 1000
#pr
www.eeworm.com/read/442668/7646881
obj 压缩dlg.obj
www.eeworm.com/read/442668/7646887
cpp 压缩dlg.cpp
// 压缩Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "压缩.h"
#include "压缩Dlg.h"
#include
#include
#include
using std::string;
using std::ifstream;
usi
www.eeworm.com/read/399577/7847146