代码搜索:Encoder
找到约 10,000 项符合「Encoder」的源代码
代码结果 10,000
www.eeworm.com/read/110281/15537730
dof encoder.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/110281/15537731
res encoder.res
www.eeworm.com/read/110281/15537733
exe encoder.exe
www.eeworm.com/read/110281/15537734
dpr encoder.dpr
program EnCoder;
uses
Forms,
Coder in 'Coder.pas' {MainForm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
www.eeworm.com/read/108302/15588817
cfg encoder.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
#
# Known bug: Empty strings, i.e. to signal a non
www.eeworm.com/read/105196/15675371
java encoder.java
package projectsmpp;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author not attributable
* @version 1.0
*/
import java.util.Date;
www.eeworm.com/read/103554/15729415
cfg encoder.cfg
# New Input File Format is as follows
# = # Comment
#
# See configfile.h for a list of supported ParameterNames
###############################################
www.eeworm.com/read/100424/15873897
java encoder.java
// FrontEnd Plus for JAD
// DeCompiled : encoder.class
package utils;
import java.util.Date;
// Referenced classes of package utils:
// coder, encoderException
public class en
www.eeworm.com/read/292248/8365633
m trellis_encoder.m
function [trel_output, currentState]=trellis_encoder(info_bits, trellis, currentState, type);
%trellis_encoder implements the trellis codes specified in
%trellis.
%General enough for convolutional
www.eeworm.com/read/292123/8376540