代码搜索:emulating
找到约 102 项符合「emulating」的源代码
代码结果 102
www.eeworm.com/read/417019/11007107
js 2.02 - emulating interfaces with attribute checking.js
/*
interface Composite {
function add(child);
function remove(child);
function getChild(index);
}
interface FormItem {
function save();
}
*/
var CompositeForm = function(id, method
www.eeworm.com/read/417019/11007119
js 2.03 - emulating interfaces with duck typing.js
// Interfaces.
var Composite = new Interface('Composite', ['add', 'remove', 'getChild']);
var FormItem = new Interface('FormItem', ['save']);
// CompositeForm class
var CompositeForm = function(id,
www.eeworm.com/read/301914/13845947
cpp baserndgen.cpp
//////////////////////////////////////////////////////////////////////
// Title: Geographic Load Balancing for Cellular Networks
// by emulating the behavior of air bubbles
//
www.eeworm.com/read/301914/13845948
txt readme.txt
//////////////////////////////////////////////////////////////////////
// Title: Geographic Load Balancing for Cellular Networks
// by emulating the behavior of air bubbles
//
www.eeworm.com/read/301914/13845959
cpp parameter.cpp
//////////////////////////////////////////////////////////////////////
// Title: Geographic Load Balancing for Cellular Networks
// by emulating the behavior of air bubbles
//
www.eeworm.com/read/101082/6242267
ti microterm.ti
# # --------------------------------
# @(#)microterm.ti 4.1 (ULTRIX) 7/2/90
#
# microterm: MICROTERM
#
microterm|act4|microterm act iv,
cr=^M, cud1=^J, ind=^J, bel=^G, am, cub1=^H, ed=^_, el=^^, clea
www.eeworm.com/read/101082/6242271
ti pc.ti
# # PC - Personal Computers and Workstations emulating terminals.
# @(#)pc.ti 4.1 (ULTRIX) 7/2/90
#
# This category is strange. The typical personal computer offers a program
# to emulate a "terminal
www.eeworm.com/read/356914/10219151
c fir3.c
/* fir3.c - FIR filter emulating a DSP chip */
double fir3(M, h, w, x)
double *h, *w, x;
int M;
{
int i;
double y;
w[0] = x;
www.eeworm.com/read/278816/10504426
c fir3.c
/* fir3.c - FIR filter emulating a DSP chip */
double fir3(M, h, w, x)
double *h, *w, x;
int M;
{
int i;
double y;
w[0] = x;
www.eeworm.com/read/159946/10585139
c fir3.c
/* fir3.c - FIR filter emulating a DSP chip */
double fir3(M, h, w, x)
double *h, *w, x;
int M;
{
int i;
double y;
w[0] = x;