代码搜索:initializes

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

代码结果 4,453
www.eeworm.com/read/204575/15336839

h 991.h

//Global variables extern unsigned int PageSize; //Function Prototypes unsigned char putstringI2C( unsigned char *); void InitPIC(void); // Initializes the PIC to POR defaults un
www.eeworm.com/read/201383/15409196

cpp advertisement.cpp

#include "Advertisement.h" #include "Date.h" //Default constructor which initializes the private data members to default values Advertisement::Advertisement():title(""),seller_email(""),body(""),
www.eeworm.com/read/112490/15484412

s init.s

;;; Copyright ARM Ltd 2001. All rights reserved. ; ; This module performs ROM/RAM remapping (if required), initializes stack ; pointers and interrupts for each mode, and finally branches to __main
www.eeworm.com/read/100739/15865638

s init.s

;;; Copyright ARM Ltd 2001. All rights reserved. ; ; This module performs ROM/RAM remapping (if required), initializes stack ; pointers and interrupts for each mode, and finally branches to __main
www.eeworm.com/read/188512/8533447

cpp account.cpp

// Account.cpp // Member-function definitions for class Account. #include "Account.h" // Account class definition // Account constructor initializes attributes Account::Account( int theAccountNu
www.eeworm.com/read/387007/8713138

sh hardstart.sh

#/bin/bash # # Hard startup of the system. It initializes EVERYTHING from the beginning... # Use it only at system setup time (or in trouble...). # # You must start it locally, from the root directory
www.eeworm.com/read/286275/8774503

bas example3.bas

'The following Microsoft BASIC 7.0 program should be linked with the above 'library. The BASIC program first initializes XLIB. Next, it creates a 'single precision array. A control block for SUMA
www.eeworm.com/read/428326/8875981

py objvar.py

# Filename: objvar.py class Person: '''Represents a person.''' population = 0 def __init__(self, name): '''Initializes the person's data.''' self.name = name
www.eeworm.com/read/382131/9047066

h bounds.h

#ifndef H_BOUNDS #define H_BOUNDS typedef unsigned char PIXELVALUE; class PhysicalSprite { public: // Constructor. Initializes all data structures needed PhysicalSprite(PIXELVALUE* pix
www.eeworm.com/read/381363/9095874

m alexmenu.m

function alexmenu(figNumber) %ALEXMENU - Initializes the ALEX menubar. % % % % Copyright (c) 1995 by Claudio Rivetti and Mark Young % claudio@alice.uoregon.edu, mark@alice.uoregon.edu %