代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/367457/9746725
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/415537/11063616
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/334779/12573705
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/334779/12573823
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/334779/12574377
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/133707/14029234
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/133707/14029476
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/188512/8532483
h account.h
// Fig. L.01: Account.h
// Definition of Account class.
class Account
{
public:
Account( int ); // constructor initializes balance
void credit( int ); // add an amount to the account bal
www.eeworm.com/read/188512/8532939
h account.h
// Fig. M.01: Account.h
// Definition of Account class.
class Account
{
public:
Account( int ); // constructor initializes balance
void credit( int ); // add an amount to the account bal
www.eeworm.com/read/387313/8693526
preinstall
# This script initializes the backout data for a patch package
# directory format options.
#
#pragma ident "@(#)preinstall 1.18 06/09/07 SMI"
#
# Copyright 2006 Sun Microsystems, Inc. All rights rese