代码搜索:initializes

找到约 4,453 项符合「initializes」的源代码

代码结果 4,453
www.eeworm.com/read/242331/4554537

txt 8-1.txt

// Define the constructor. // Note how it initializes the object referred to by "this". function Rectangle(w, h) { this.width = w; this.height = h; } // Invoke the constructor to create two
www.eeworm.com/read/183001/5260544

pl runtests.pl

#!/usr/bin/perl # # Accepts one argument - DBMS name (pgsql, ...) and initializes # global variable $TestDBMS with this name. # # Where to run tests $DBNAME = 'perftest'; # This describtion for all
www.eeworm.com/read/182103/5267440

c getcfg.c

/* void Shm_Get_configuration( localnode, &shmcfg ) * * This routine initializes, if necessary, and returns a pointer * to the Shared Memory Configuration Table for the HP PA-RISC * simulator.
www.eeworm.com/read/182103/5268549

c timer.c

/* Timer_init() * * This routine initializes TIMER 2 for an MC68302. * * Input parameters: NONE * * Output parameters: NONE * * NOTE: It is important that the timer start/stop overhead
www.eeworm.com/read/182103/5268606

c timer.c

/* Timer_init() * * This routine initializes the MC68230 timer on the Motorola IDP board. * * Input parameters: NONE * * Output parameters: NONE * * NOTE: This routine will not work if
www.eeworm.com/read/182103/5268651

c timer.c

/* Timer_init() * * This routine initializes TIMER 2 for an MC68302. * * Input parameters: NONE * * Output parameters: NONE * * NOTE: It is important that the timer start/stop overhead
www.eeworm.com/read/182103/5269542

c ckinit.c

/* Clock_init() * * This routine initializes the timer on the VIC chip on the CVME961. * The tick frequency is 1 millisecond. * * Input parameters: NONE * * Output parameters: NONE * *
www.eeworm.com/read/182103/5269808

c timer.c

/* Timer_init() * * This routine initializes the timer on the FORCE CPU-386 board. * * Input parameters: NONE * * Output parameters: NONE * * NOTE: This routine will not work if the opt
www.eeworm.com/read/182103/5269858

c timer.c

/* Timer_init() * * This routine initializes the timer on the FORCE CPU-386 board. * * Input parameters: NONE * * Output parameters: NONE * * NOTE: This routine will not work if the opt
www.eeworm.com/read/182103/5271381

c task1.c

/* Task_1 * * This task initializes the signal catcher, sends the first signal * if running on the first node, and loops while waiting for signals. * * NOTE: The signal catcher is not reentra