代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/458091/7313343
cpp main.cpp
#include
#include
#include "huffman.h"
int main()
{
Huffman Hfm;
char choice='a';//初始化
menu();
while(1)
{
fflush(stdin);
printf("\n请输入您的选择(大写): ");
scanf(
www.eeworm.com/read/446638/7574317
upl rjmime.upl
[DSP upload]
File Name=rjmime.zip
Replace File=rjmime.zip
File Status=Freeware
Full Source Included=Y
Delphi 1.0x=N
Delphi 2.0x=Y
Delphi 3.0x=Y
Delphi 4.0x=Y
Delphi 5.0x=Y
C++ Builder 1.0x=N
www.eeworm.com/read/196836/8055209
m demar2.m
% Generate sine wave data
f1=10;
f2=20;
ns=125;
noise=0.3;
t=[1/ns:1/ns:1];
x=[sin(2*pi*f1*t)+noise*randn(size(t)) sin(2*pi*f2*t)+noise*randn(size(t))];
plot(x);
hmm.data.Xtrain=x(:); hmm.data.
www.eeworm.com/read/138746/13217877
java hellounicode.java
/*
* Copyright (c) 2002-2003 Che, Dong Email: chedongATbigfoot.com/chedongATchedong.com
* $Id: HelloUnicode.java,v 1.3 2003/03/09 08:41:46 chedong Exp $
*/
import java.io.BufferedReader;
import jav
www.eeworm.com/read/137285/13334889
nn_var
# neural net variables
#
# file to be read by commander.p
# each line is turned into a structure entry (str)
# a default-setting entry (def)
# a usage-printing entry (usg)
# and a co
www.eeworm.com/read/137285/13334923
c nn_var_usg.c
DNT; fprintf( fp, "-nnr report (reporting style )", nc->report);
DNT; fprintf( fp, "-nnv verbose (verbosity 0/1/2 )", nc->verbose);
DNT; fprintf( fp,
www.eeworm.com/read/309349/13673621
h dec.h
/* DEC.H - Interface to decoding procedures. */
/* Copyright (c) 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, modify, or distribute this
* program and accompan