代码搜索:Encode
找到约 8,258 项符合「Encode」的源代码
代码结果 8,258
www.eeworm.com/read/357662/10203447
m encode.m
function cC=encode(C)
%初始变量
zeroseq=0;
zerocount=0;
j=1;
compC=[];
for m=1:length(C)
if (C(m)==0)&(zeroseq==0)
compC=[compC C(m)];
j=j+1;
zeroseq=1;
ze
www.eeworm.com/read/356924/10218476
cmd encode.cmd
-o encode.out
-m encode.map
-e start
MEMORY
{
PAGE 0:
EPROM :org=0E000h,len=1E0h
PAGE 1:
DARAM1 :org=01F0h,len=010h
DARAM2 :org=0200h,len=20h
DARAM3 :org=0300h,len=20h
}
www.eeworm.com/read/356924/10218482
asm encode.asm
.mmregs
STACK .usect "STACK" ,10h
EncodeDP .usect "Encode",0
CRAM1 .usect "Encode",1
CRAM2 .usect "Encode",1
CON_ROR .usect "Encode",1
UnCodeBit .usect "Encode",1
CodeBits .u
www.eeworm.com/read/162887/10261527
m encode.m
function[final,mn] = encode(f,nf,low,high)
%--------------------------------------------------------------------------
%此函数是编码过程
%基于算术编码的文本压缩,被main.m文件调用
%数组final记录了编码后的压缩流
%---------------------
www.eeworm.com/read/162887/10261573
asv encode.asv
function[final,mn] = encode(n,f,nf,low,high)
%--------------------------------------------------------------------------
%此函数是编码过程
%基于算术编码的文本压缩,被main.m文件调用
%数组final记录了编码后的压缩流
%-------------------
www.eeworm.com/read/161914/10357307
m encode.m
I=imread('bahuan.jpg');
I=rgb2gray(I);
I=im2double(I);
T=dctmtx(8);
B1=blkproc(I,[8 8],'P1*x*P2',T,T');
B1=B1/0.01;
B1=round(B1);
n=31;k=21;t=2;
for i=1;i
www.eeworm.com/read/353980/10400700
cc encode.cc
/*---------------------------------------------------------------------------*/
// Baseline Wavelet Transform Coder Construction Kit
//
// Geoff Davis
// gdavis@cs.dartmouth.edu
// http://www.cs.dartm
www.eeworm.com/read/353285/10456841
c encode.c
/*
* encode.c
*
* CCITT ADPCM encoder
*
* Usage : encode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include "g72x.h"
/*
* Pack output codes into bytes and write t
www.eeworm.com/read/353256/10458959
cpp encode.cpp
#include "stdafx.h"
#include "fp_preprocess.h"
#include "fpdirectionimage.h"
BOOL ErrorSet ;
short int **TempData;
extern void EncodingImage(short int **ImageData,PBYTE DirectionBlock[BLOCK_NO