代码搜索:coded

找到约 2,797 项符合「coded」的源代码

代码结果 2,797
www.eeworm.com/read/147710/12535428

h config.h

#ifndef _CONFIG_H #define _CONFIG_H /* * The root-device is no longer hard-coded. You can change the default * root-device by changing the line ROOT_DEV = XXX in boot/bootsect.s */ /* * define y
www.eeworm.com/read/203858/15350775

h config.h

#ifndef _CONFIG_H #define _CONFIG_H /* * The root-device is no longer hard-coded. You can change the default * root-device by changing the line ROOT_DEV = XXX in boot/bootsect.s */ /* * define y
www.eeworm.com/read/109099/15563749

cpp cpp02.cpp

// Coded by pluair -- Dec.28.2002. // Standard C++ Bible -- (P150-6-2) #include using namespace std ; int main() { int countDown[] = { 9, 8, 7, 6, 5, 4, 3, 2, 1, 0 } ; int*
www.eeworm.com/read/109099/15563858

cpp cpp05.cpp

// Coded by plusir -- Jan.14.2003. // Standard C++ Bible -- (P732-26-5) #include using namespace std ; namespace MyNames { const int OFFSET = 15 ; int val1 = 10 ; int val2
www.eeworm.com/read/109099/15564046

c c10.c

/* Coded by plusir -- Dec.27.2002. Standard C++ Bible -- (P81-3-10b) */ #include #include int sizeArray( void ) ; static int comp( const void *a, const void *b
www.eeworm.com/read/109099/15564064

cpp cpp02.cpp

// Coded by plusir -- Jan.08.2003. // Standard C++ Bible -- (P457-15-2) #include using namespace std ; template class MyTemp { public:
www.eeworm.com/read/104342/15697914

h config.h

#ifndef _CONFIG_H #define _CONFIG_H /* * The root-device is no longer hard-coded. You can change the default * root-device by changing the line ROOT_DEV = XXX in boot/bootsect.s */ /* * define y
www.eeworm.com/read/100569/15871957

c wzsek.c

// // WinZIP Self-Extractor v2.2 Final Keymaker // Coded by [eGIS!/CORE]. // #include #include #include #include typedef unsigned char BYTE; typedef unsigne
www.eeworm.com/read/390368/8468799

m dpcm.m

function [r,xtilde]=dpcm(x,a) % Usage: [r,xtilde]=dpcm(x,a) % Differential Pulse Coded Modulation % x: input source vector to be encoded ,x是输入的将要编码的数据向量 % a: prediction filter a是用于预测的滤
www.eeworm.com/read/245849/12777706

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