代码搜索:coded

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

代码结果 2,797
www.eeworm.com/read/147092/12587159

c extract.c

/* EXTRACT.C - Extract message bits from coded blocks. */ //从编码比特中提取消息比特 /* Copyright (c) 2000, 2001 by Radford M. Neal * * Permission is granted for anyone to copy, use, or modify this program
www.eeworm.com/read/237210/13971535

m huff03.m

function varargout = huff03(arg1, arg2, arg3) % Huffman encoder/decoder, one or two vectors of non-negative % integers are Huffman coded. % Note that number of arguments decide whether it is encodi
www.eeworm.com/read/204983/15330592

h realcross.h

/*This is the file used for crossover for Real Coded GA*/ void realcross (individual parent1, individual parent2); void realcross (individual parent1, individual parent2) { int i, j, y, n, r; fl
www.eeworm.com/read/109099/15563743

cpp cpp15.cpp

// Coded by plusir -- Dec.28.2002. // Standard C++ Bible -- (P172-6-15) #include using namespace std ; namespace MySpace { char* strcpy( char *s1, const char *s2 ) { ch
www.eeworm.com/read/109099/15563789

cpp cpp03.cpp

// Coded by plusir -- Dec.30.2002. // Standard C++ Bible -- (P279-11-3) #include using namespace std ; class Box { public: Box( int h = 1, int w = 2, int d = 3 ) { h
www.eeworm.com/read/109099/15563855

cpp cpp04.cpp

// Coded by plusir -- Jan.14.2003. // Standard C++ Bible -- (P731-26-4) #include using namespace std ; namespace MyNames { int val1 = 10 ; int val2 = 20 ; } namespace MyO
www.eeworm.com/read/109099/15563856

cpp cpp06.cpp

// Coded by plusir -- Jan.14.2003. // Standard C++ Bible -- (P734-26-6) #include using namespace std ; namespace MyNames { int val1 = 10 ; int val2 = 20 ; namespace MyInn
www.eeworm.com/read/109099/15563859

cpp cpp03.cpp

// Coded by plusir -- Jan.14.2003. // Standard C++ Bible -- (P730-26-3) #include using namespace std ; namespace MyNames { int val1 = 10 ; int val2 = 20 ; } namespace MyO
www.eeworm.com/read/109099/15563911

cpp cpp03.cpp

// Coded by plusir -- Dec.29.2002. // Standard C++ Bible -- (P264-10-4) #include #include using namespace std ; template T min3( T, T, T ) ; const char*
www.eeworm.com/read/109099/15563967

cpp cpp18.cpp

// Coded by plusir -- Jan.10.2003. // Standard C++ Bible -- (P578-21-18) #include #include #include using namespace std ; int main() { list cl1, cl2