代码搜索:Initialize

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

代码结果 10,000
www.eeworm.com/read/300312/13920674

c example_28xdevice.c

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

m rsm_instinctlearn.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Response surface methodology for studying % instinct-learning balance % % By: Kevin Passino % Version: 5/2/01 % % Note: This code can take a relatively
www.eeworm.com/read/204856/15332653

c example_281xadcseqmodetest.c

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

c example_281xspi_ffdlb_int.c

//########################################################################### // // FILE: Example_281xSpi_FFDLB_int.c // // TITLE: DSP281x Device Spi Digital Loop Back porgram. // /
www.eeworm.com/read/113029/15472492

cpp ex02_15.cpp

// Ex. 2.15: ex02_15.cpp // What does this program print? #include using std::cout; using std::endl; // function main begins program execution int main() { int y; //
www.eeworm.com/read/109695/15552186

redialer

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

tig test43.tig

/* initialize with unit and causing type mismatch in addition */ let var a := () in a + 3 end
www.eeworm.com/read/312732/13605865

txt nucluesnotes.txt

;interrupt vector table //////////////////////////////////////////// B INT_Initialize B HandlerUndef B HandlerSWI B HandlerPabort B HandlerDabort B . ; NO LONGER USED B HandlerIRQ
www.eeworm.com/read/247812/12617696

s external_int.s

.module External_int.c .area data(ram, con, rel) _INT0_flag:: .blkb 1 .area idata .byte 0 .area data(ram, con, rel) .dbfile G:\猛\avr实践\外部中断\External_int.c .dbsym e INT0_flag _INT0_flag
www.eeworm.com/read/247812/12617717

lst external_int.lst

__start: __text_start: 0048 EFCF LDI R28,0xFF 0049 E1D0 LDI R29,0x10 004A BFCD OUT P3D,R28 004B BFDE OUT P3E,R29 004C 51C0 SUBI R28,0x10 004D 40