代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/115071/15028077
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// encode.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/215253/15066233
h stack.h
#include
#include
#include
const int length=30;
const int capacity=100;
struct node
{
int encode;
int readdr;//short for relative address
www.eeworm.com/read/17564/738799
8++
Flow report for encode
Tue Jun 24 23:11:05 2008
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Flo
www.eeworm.com/read/17564/738804
8++
Fitter report for encode
Tue Jun 24 23:10:59 2008
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. F
www.eeworm.com/read/18663/799514
h lzw.h
#ifndef _LZW_H_
#define _LZW_H_
#include
int LZW_decode (PACKFILE * file, BITMAP *bmp);
void LZW_encode (PACKFILE * file, BITMAP *bmp);
#endif
www.eeworm.com/read/480367/1318497
cpp 7zencode.cpp
// Encode.cpp
#include "StdAfx.h"
#include "7zEncode.h"
#include "7zSpecStream.h"
#include "../../IPassword.h"
#include "../../Common/ProgressUtils.h"
#include "../../Common/LimitedStreams