代码搜索:implementing

找到约 2,669 项符合「implementing」的源代码

代码结果 2,669
www.eeworm.com/read/191613/8426979

cpp pr0620.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 6.20 on page 144 // Implementing the Indirect Bubble Sort algorithm #include
www.eeworm.com/read/287019/8731683

m cp0202_transmitter_2pam_ds.m

% % FUNCTION 2.9 : "cp0202_transmitter_2PAM_DS" % % Simulation of a UWB transmitter implementing 2PAM with DS % % Transmitted Power is fixed to 'Pow'. % The signal is sampled with frequency 'fc'
www.eeworm.com/read/286640/8752708

m cp0202_transmitter_2pam_ds.m

% % FUNCTION 2.9 : "cp0202_transmitter_2PAM_DS" % % Simulation of a UWB transmitter implementing 2PAM with DS % % Transmitted power is fixed to 'Pow' % The signal is sampled with frequency 'fc'
www.eeworm.com/read/286640/8752920

m cp0201_transmitter_2ppm_th.m

% % FUNCTION 2.6 : "cp0201_transmitter_2PPM_TH" % % Simulation of a UWB transmitter implementing 2PPM with TH % % Transmitted Power is fixed to 'Pow' % The signal is sampled with frequency 'fc'
www.eeworm.com/read/385844/8786366

h timer.h

// timer.h // Data structures to emulate a hardware timer. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing, or for //
www.eeworm.com/read/385844/8786380

cc timer.cc

// timer.cc // Routines to emulate a hardware timer device. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing
www.eeworm.com/read/384512/8866164

txt copyright.txt

COPYRIGHT --------- SOM Toolbox 2.0, a software library for Matlab 5 implementing the Self-Organizing Map algorithm is Copyright (C) 1999 by Esa Alhoniemi, Johan Himberg, Jukka Parviainen and Juha Ve
www.eeworm.com/read/285034/8875199

java abstractqueue.java

// The interface for stacks. // (c) 1998, 2001 duane a. bailey package structure; /** * An abstract structure implementing features common to all first-in, first-out * structures in this package.
www.eeworm.com/read/284556/8919109

h timer.h

// timer.h // Data structures to emulate a hardware timer. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing, or for //
www.eeworm.com/read/284556/8919113

cc timer.cc

// timer.cc // Routines to emulate a hardware timer device. // // A hardware timer generates a CPU interrupt every X milliseconds. // This means it can be used for implementing time-slicing