代码搜索:coded

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

代码结果 2,797
www.eeworm.com/read/109099/15563799

cpp cpp03.cpp

// Coded by plusir -- Jan.07.2003. // Standard C++ Bible -- (P363-12-3) #include using namespace std ; class Date { public: Date( int m = 0, int d = 0, int y = 0 ) {
www.eeworm.com/read/109099/15563800

cpp cpp02.cpp

// Coded by plusir -- Jan.07.2003. // Standard C++ Bible -- (P361-12-2) #include using namespace std ; class Date { public: Date( int m = 0, int d = 0, int y = 0 ) {
www.eeworm.com/read/109099/15563854

cpp cpp07.cpp

// Coded by plusir -- Jan.14.2003. // Standard C++ Bible -- (P736-26-7) #include namespace MyNames { int val1 = 10 ; int val2 = 20 ; } namespace MyAlias = MyNames ; name
www.eeworm.com/read/109099/15563864

cpp cpp06.cpp

// Coded by plusir -- Jan.09.2003. // Standard C++ Bible -- (P506-17-6) #include using namespace std ; int main() { struct { char msg[23] ; } data ; cin.read( reinterpret_c
www.eeworm.com/read/109099/15563907

cpp cpp01.cpp

// Coded by plusir -- Dec.29.2002. // Standard C++ Bible -- (P260-10-1) #include using namespace std ; template T myFunc( T ) ; int main() { int val1 = myFunc(
www.eeworm.com/read/109099/15563948

cpp cpp14.cpp

// Coded by plusir -- Dec.26.2002. // Standard C++ Bible -- (P46-2-14) #include using namespace std ; int main() { int val, amt, tot, cnt ; amt = 30 ; tot = 12 ; cnt = 46
www.eeworm.com/read/109099/15564053

cpp cpp05.cpp

// Coded by plusir -- Jan.08.2002. // Standard C++ Bible -- (P468-15-7) #include #include "linklist.h" #include "date.h" using namespace std ; int main() { LinkedList d
www.eeworm.com/read/109099/15564063

cpp cpp08.cpp

// Coded by plusir -- Jan.08.2003. // Standard C++ Bible -- (P474-15-10) #include using namespace std ; template class MyTemplate { public: MyTemp
www.eeworm.com/read/109099/15564086

cpp cpp20.cpp

// Coded by plusir -- Dec.27.2002. // Standard C++ Bible -- (P141-5-20) #include using namespace std ; int main() { int values[] = { 1, 2, 3, 5, 8, 13, 21 } ; for ( int i =
www.eeworm.com/read/186716/8914533

m wave_gen.m

function [out,t] = wave_gen(binary_sequence,linecode,arg3) % WAVE_GEN .... Generates a waveform coded in binary signalling formats. % % X = WAVE_GEN(B,LINECODE,Rb) will generate samples of the ti