代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/205223/15323317
m cp0402_transmitter_2pam_th.m
%
% FUNCTION 4.2 : "cp0402_transmitter_2PAM_TH"
%
% Simulation of a UWB transmitter implementing PAM with TH
%
% Transmitted power is fixed at 'Pow'
% The signal is sampled with frequency 'fc'
www.eeworm.com/read/205013/15329823
c fts2.c
/* The author disclaims copyright to this source code.
*
* This is an SQLite module implementing full-text search.
*/
/*
** The code in this file is only compiled if:
**
** * The FTS2 module i
www.eeworm.com/read/205013/15329837
c fts1.c
/* The author disclaims copyright to this source code.
*
* This is an SQLite module implementing full-text search.
*/
/*
** The code in this file is only compiled if:
**
** * The FTS1 module i
www.eeworm.com/read/110505/15532411
h switch.h
/* switch.h
* Definitions needed for implementing context switching.
*
* Context switching is inherently machine dependent, since
* the registers to be saved, how to set up an initial
* call fram
www.eeworm.com/read/191613/8426691
cpp pr0629.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 6.29 on page 145
// Implementing the perfect shuffle of an array
#include //
www.eeworm.com/read/428849/8834718
c kernelproj_mex.c
/* --------------------------------------------------------------------
kernelproj_mex.c: MEX-file code implementing kernel projection.
Compile: mex kernelproj_mex.c kernel_fun.c
Synopsis:
Y
www.eeworm.com/read/428849/8834764
c~ kernelproj_mex.c~
/* --------------------------------------------------------------------
kernelproj_mex.c: MEX-file code implementing kernel projection.
Compile: mex kernelproj_mex.c kernel_fun.c
Synopsis:
Y
www.eeworm.com/read/285034/8874946
java comparableassociation.java
// A class for structuring associations that may be compared.
// (c) 1998, 2001 duane a. bailey
package structure;
/**
* A class implementing a comparable key-value pair. This class associates an
www.eeworm.com/read/285034/8875215
java abstractlist.java
package structure;
import java.util.Iterator;
/**
* An abstract structure implementing features common to all
* list-like structures in this package.
*
* Lists are typically used to sto
www.eeworm.com/read/183596/9149793
readme
This project requires implementing the FileSystem.java
interface. We have provided the class JavaFileSystem.java
which implements this interface, although all methods
currently throw a RuntimeExcepti