代码搜索:initializes

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

代码结果 4,453
www.eeworm.com/read/137365/13326385

lnt lib-tv.lnt

// lib-tv.lnt // Library Options file for Turbo-Vision -elib(569) // initializes an int (evMessage) with a 0xFF00 -elib(763) // some declarations within headers get
www.eeworm.com/read/140727/5782907

rc sb_isip_init.rc

# file: sb_isip_init.rc # # This file initializes variables that should be set in the users # local .procmailrc file # # The defaults are set to do essentially no filtering # :0 * USE_ISIP_SPAM_FILTE
www.eeworm.com/read/479610/6689264

a51 ezmain.a51

; This module initializes the microcontroller then executes MAIN forever ; It is hardware dependant Reset: MOV SP, #0DFH ; Initialize the Stack MOV PageReg, #7FH ; Allows MOVX Ri to access E
www.eeworm.com/read/406395/11443594

s init.s

;Copyright Spreadtrum 2005, All rights reserved. ;2005-11-11 ; ;This is the example of reset handler. ;It mainly does the flowing operations: ;1. Initializes stack pointers and interrupt for each
www.eeworm.com/read/342759/12001179

h ccc_shap.h

#ifndef CCC_SHAP_H #define CCC_SHAP_H #include using namespace std; /** A point in the plane. */ class Point { public: /** Constructs a point and initializes it to the origin.
www.eeworm.com/read/128030/14318378

cpp saleinit.cpp

// saleinit.cpp // displays sales chart, initializes 2-d array #include #include //for setprecision, etc. using namespace std; const int DISTRICTS = 4; //ar
www.eeworm.com/read/223685/14619291

txt pthread_mutexattr_init.txt

pthread_mutexattr_init Subroutine Purpose Creates a mutex attributes object and initializes it with default values. Library Threads Library (libpthreads.a) Syntax #include int pth
www.eeworm.com/read/221578/14736974

cryptoboot

#!/bin/sh # Script initializes encryption and launches target OS. # FIXME: # This script is suited to my particular computer, # (Debian 3.0/kernel 2.4.26) - make it more universal. PATH=/sbin:/bin
www.eeworm.com/read/214167/15111892

cpp prg7_2.cpp

// File: prg7_2.cpp // the program initializes an integer stack whose values come from an array. // push the numbers on the stack from the end of the array to the front, so // the top of the stack
www.eeworm.com/read/214167/15111960

cpp prg5_4.cpp

// File: prg5_4.cpp // the program initializes an integer and a time24 matrix object by // reading their data from a file. by calling the function matSum(), // the program outputs the sum of the va