代码搜索:initializes

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

代码结果 4,453
www.eeworm.com/read/354167/10381015

ld stm32_sec_ram.ld

/* Common part of the linker scripts for STR71x devices in RAM mode (that is, the RAM is seen at 0 and we assume that the loader initializes it) Copyright RAISONANCE 2005 You can use, modify and d
www.eeworm.com/read/354167/10381022

ld stm32_sec_ramonly.ld

/* Common part of the linker scripts for STR71x devices in RAM mode (that is, the RAM is seen at 0 and we assume that the loader initializes it) Copyright RAISONANCE 2005 You can use, modify and d
www.eeworm.com/read/421857/10685572

txt how linux boots.txt

How Linux boots As it turns out, there isn't much to the boot process: 1. A boot loader finds the kernel image on the disk, loads it into memory, and starts it. 2. The kernel initializes
www.eeworm.com/read/421857/10688241

txt how linux boots.txt

How Linux boots As it turns out, there isn't much to the boot process: 1. A boot loader finds the kernel image on the disk, loads it into memory, and starts it. 2. The kernel initializes
www.eeworm.com/read/420691/10780496

cpp rm_filescan.cpp

#include "RM_FileScan.h" RM_FileScan::RM_FileScan () { bOpen = false; pRMFileHandle = NULL; value = NULL; } /* This method initializes a scan over the records in the open file * referred to by p
www.eeworm.com/read/418731/10931785

txt how linux boots.txt

How Linux boots As it turns out, there isn't much to the boot process: 1. A boot loader finds the kernel image on the disk, loads it into memory, and starts it. 2. The kernel initializes
www.eeworm.com/read/143592/12858390

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/143592/12858497

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
www.eeworm.com/read/143592/12858929

cpp prg15_4.cpp

// File: prg15_4.cpp // the program prompts for an integer n and // initializes a vector with the values {1,2,3,...,n}. // it then calls the recursive function permute() that // displays all n! pe
www.eeworm.com/read/329502/12951540

in configure.in

# This first line initializes autoconf and gives it a file that it can # look for to make sure the source distribution is complete. AC_INIT(README) # The AM_INIT_AUTOMAKE macro tells automake the nam