代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/115071/15028093
exe encode.exe
www.eeworm.com/read/215234/15066663
cpp encode.cpp
#include "LDPC_head.h"
#include
code *encode(struct matrix_bit *matrix, unsigned int *message)
{
code *code1;
unsigned int i;
unsigned int j;
unsigned int k;
code1=(stru
www.eeworm.com/read/214945/15082161
exe encode.exe
www.eeworm.com/read/207792/15262066
c encode.c
/* ENCODE.C - MAIN PROGRAM FOR ENCODING. */
#include
#define global
#include "code.h"
#include "model.h"
void main(void)
{
int ch; /* Character to encode as a charac
www.eeworm.com/read/206620/15292945
cc encode.cc
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
www.eeworm.com/read/206156/15299399
c encode.c
/***********************************************************
encode.c -- sliding dictionary with percolating update
***********************************************************/
#include "ar
www.eeworm.com/read/205541/15314080
palette_encode
#!/bin/sh -x
for file in party8
do
#random indexing
../ppm2index ${file}.ppm ${file}.pgx ${file}.tbl
#reindex for more efficient compression
../reindex ${file}.pgx ${file}.tbl ${file}_remap.
www.eeworm.com/read/7755/132777
_h encode._h
unsigned char const Shifted[59][2] = {
0x1C, 'A',
0x32, 'B',
0x21, 'C',
0x23, 'D',
0x24, 'E',
0x2B, 'F',
0x34, 'G',
0x33, 'H',
0x43, 'I',
0x3B, 'J',
0x42, 'K',
0x4B, 'L',
0x3A, 'M',
0x31
www.eeworm.com/read/7755/132778
h encode.h
unsigned char const Shifted[59][2] = {
0x1C, 'A',
0x32, 'B',
0x21, 'C',
0x23, 'D',
0x24, 'E',
0x2B, 'F',
0x34, 'G',
0x33, 'H',
0x43, 'I',
0x3B, 'J',
0x42, 'K',
0x4B, 'L',
0x3A, 'M',
0x31