代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/259565/11782241
m s_cplot.m
function aux=s_cplot(seismic,varargin)
% Function plots seismic data in color-coded form.
%
% Written by: E. R.: May 16, 2000
% Last updated: August 7, 2006: increase number of pixels (making plot les
www.eeworm.com/read/123349/14636926
h mpegaudio.h
/* max compressed frame size */
#define MPA_MAX_CODED_FRAME_SIZE 1200
#define MPA_FRAME_SIZE 1152
#define MPA_MAX_CHANNELS 2
#define SAMPLES_BUF_SIZE 4096
#define SBLIMIT 32 /* number of s
www.eeworm.com/read/217215/14973598
m ofdm_64qam_kihee.m
% 64QAM/OFDM system
% The number of subcarrier is 8
clear all
% THe IFFT input SubCarrier is 8+Zero(0) = 8
% USEFUL DATA : 51.840Mbps(STM-0)
% CODING : 26/27
% Coded data : (51.840*27/26) 53.8
www.eeworm.com/read/462984/1540143
test251
# Server-side
# When doing LIST, we get the default list output hard-coded in the test
# FTP server
total 20
drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
drwx
www.eeworm.com/read/462984/1540348
test215
# Server-side
# When doing LIST, we get the default list output hard-coded in the test
# FTP server
total 20
drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
drwx
www.eeworm.com/read/462984/1540363
test250
#
# Server-side
# When doing LIST, we get the default list output hard-coded in the test
# FTP server
total 20
drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
dr
www.eeworm.com/read/175436/5347215
h axmlite.h
// XMLite.h: interface for the XMLite class.
//
// XMLite : XML Lite Parser Library
// by bro ( Cho,Kyung Min: bro@shinbiro.com ) 2002-10-30
// History.
// 2002-10-29 : First Coded. Parsing XMLEl
www.eeworm.com/read/286854/4032029
c sshblowf.c
/*
* Blowfish implementation for PuTTY.
*
* Coded from scratch from the algorithm description.
*/
#include
#include
#include "ssh.h"
typedef struct {
word32 S0[256], S1[
www.eeworm.com/read/268774/11122486
cpp huffman.cpp
#include "Huffman.h"
#include
#include "../Fatal/Fatal.h"
#define MAX_LENGTH 9 // bits in symbol it can`t be coded
#define ESC_END 4 // bits in symbol to start code from it
#define ES
www.eeworm.com/read/268774/11122536
cpp huffman.cpp
#include "Huffman.h"
#include
#include "../Fatal/Fatal.h"
#define MAX_LENGTH 9 // bits in symbol it can`t be coded
#define ESC_END 4 // bits in symbol to start code from it
#define ES