代码搜索:Compression
找到约 9,238 项符合「Compression」的源代码
代码结果 9,238
www.eeworm.com/read/186740/8912838
png compression.png
www.eeworm.com/read/180086/9320053
h compression.h
#if !defined(COMPRESSION_H)
#define COMPRESSION_H
#include
#include
#include
//压缩选项对话框的处理
class CCompression
{
public:
CCompression();
~CCompressio
www.eeworm.com/read/180086/9320055
cpp compression.cpp
#include "Compression.h"
#include "resource.h"
CCompression::CCompression()
{
}
CCompression::~CCompression()
{
}
CCompression::OnInitDialog(HWND hDlg,HWND hwndFocus, LPARAM lParam)
{
/
www.eeworm.com/read/179943/9329776
hxx compression.hxx
#if !defined(RESIP_COMPRESSION_HXX)
#define RESIP_COMPRESSION_HXX
namespace osc
{
class StateHandler;
class Stack;
}
namespace resip
{
class Compression
{
public:
typedef enum
www.eeworm.com/read/179943/9330061
cxx compression.cxx
#include "rutil/Logger.hxx"
#include "rutil/Random.hxx"
#include "resip/stack/Compression.hxx"
#ifdef USE_SIGCOMP
#include
#include
#include
www.eeworm.com/read/270242/10247420
cs compression.cs
/*
Compression.cs
Author: Adrian Huang
FOR RESEARCH OR STUDY ONLY, DO NOT USE THE CODE FOR COMMERCIAL
I'll appreciate you posting question and bug to me
email: sanyuexx@hotmail.com
web
www.eeworm.com/read/280003/10369028
m compression.m
clc;clear all;
%------ SPECIFY DATA ------------------------------------------------------
PATH= 'E:\lipai\ECG\MIT-BIH Arrhythmia Database'; % path, where data are saved
% RecordName = 'cu01';
www.eeworm.com/read/278961/10484961
png compression.png
www.eeworm.com/read/159080/10696834
txt compression.txt
void RXalgorithm(void)
{
static short RXI1;
static short RXI2;
static unsigned char output_byte;
static unsigned char output_byte_mask;
s