代码搜索:Initialize

找到约 10,000 项符合「Initialize」的源代码

代码结果 10,000
www.eeworm.com/read/342934/11990388

c example_281xspi_ffdlb_int.c

// TI File $Revision: /main/4 $ // Checkin $Date: July 2, 2007 11:27:41 $ //########################################################################### // // FILE: Example_281xSpi_FFDLB_int.c
www.eeworm.com/read/256101/12028424

cpp ex04_12.cpp

// Exercise 4.12: ex04_12.cpp // What does this program print? #include using std::cout; using std::endl; int main() { int y; // declare y int x = 1; // initialize x int
www.eeworm.com/read/340289/12167633

asm prog15a.asm

; PROG15A - Passing Subroutine Parameters Via the Stack ; ; This Application Increments a 16 bit value in a subroutine. The value ; to be incremented is passed and returned on the stack. ; ;
www.eeworm.com/read/339406/12238107

c adccalibrationmain.c

//########################################################################### // // FILE: ADCcalibrationMain.c // // TITLE: ADC Calibration - Example Program // //##############################
www.eeworm.com/read/149869/12340359

c example_281xadcseqmodetest.c

//########################################################################### // // FILE: Example_281xAdcSeqModeTest.c // // TITLE: DSP281x ADC Seq Mode Test. // // ASSUMPTIONS: // //
www.eeworm.com/read/129999/14213155

redialer

#!/bin/sh ################################################################### # # These parameters control the attack dialing sequence. # # Maximum number of attempts to reach the telephone number(s)
www.eeworm.com/read/120044/14813650

c example_28xcputimer.c

// // TMDX ALPHA RELEASE // Intended for product evaluation purposes // //########################################################################### // // FILE: DSP28_Example.c // /
www.eeworm.com/read/120044/14813655

c cputimer.c

// // TMDX ALPHA RELEASE // Intended for product evaluation purposes // //########################################################################### // // FILE: DSP28_Example.c // /
www.eeworm.com/read/117276/14932445

c example_2_dc.c

//----------------------------------------------------------------------------- // Example 2 // DC Motor Control with Reversing //-------------------------------------------------------------------
www.eeworm.com/read/114622/15045086

cpp nestfrnd.cpp

// File from page 132 in "Thinking in C++" by Bruce Eckel ////////////////////////////////////////////////// // From the compressed package ECKELT02.ZIP 4/11/95 // (Original ECKELT01.ZIP dated 2/21