代码搜索:initializes

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

代码结果 4,453
www.eeworm.com/read/375499/9358553

cpp date.cpp

#include #include"Date.h" using namespace std; /* Initializes the private data members to default values */ Date::Date(void):month(0),day(0),year(0),hour(0),minute(0),second(0){}
www.eeworm.com/read/358903/10176424

m m_proj.m

function m_proj(proj,varargin) % M_PROJ Initializes map projections info, putting the result into a structure % % M_PROJ('set') tells you the current state % M_PROJ('get') gives you a
www.eeworm.com/read/350213/10758572

cpp gamemp3.cpp

#include "GameMp3.h" #include "GlobalDefs.h" #include using namespace std; #include CGameMp3::CGameMp3(void) { CoInitialize(NULL); // Initializes the COM librar
www.eeworm.com/read/442749/7645689

py objvar.py

#!/usr/bin/env python # Filename: objvar.py class Person: '''Represents a person.''' population=0 def __init__(self,name): '''Initializes the person's data.''' self.name=name prin
www.eeworm.com/read/435264/7794825

py objvar.py

#!/usr/bin/env python # Filename: objvar.py class Person: '''Represents a person.''' population=0 def __init__(self,name): '''Initializes the person's data.''' self.name=name prin
www.eeworm.com/read/492033/6430224

cpp inicon.cpp

#include #include "inicon.h" #include "./../../GEFEL/intools.h" /** This constructor initializes attributes to zero values */ inicon::inicon() { nlc = 0L; ncon = 0L; con = NULL;
www.eeworm.com/read/480027/6675124

m m_proj.m

function m_proj(proj,varargin) % M_PROJ Initializes map projections info, putting the result into a structure % % M_PROJ('set') tells you the current state % M_PROJ('get') gives you a
www.eeworm.com/read/155850/11843774

a51 serio2a.a51

$nomod51 symbols debug nolist $INCLUDE(\i\rg51fb.pdf) $INCLUDE(charname.a51) $list ; ; CONSOLE I/O ROUTINES AND DRIVERS: ; ======= === ======== === ======= ; S_INIT - Initializes Serial port.
www.eeworm.com/read/155850/11843781

a51 serio1a.a51

$nomod51 symbols debug nolist $INCLUDE(\i\rg51fb.pdf) $INCLUDE(charname.a51) $list ; ; CONSOLE I/O ROUTINES AND DRIVERS: ; ======= === ======== === ======= ; S_INIT - Initializes Serial port.
www.eeworm.com/read/155850/11843798

a51 serio1m.a51

$nomod51 symbols debug nolist $INCLUDE(\i\rg51fb.pdf) $INCLUDE(charname.a51) $list ; ; CONSOLE I/O ROUTINES AND DRIVERS: ; ======= === ======== === ======= ; S_INIT - Initializes Serial port.