代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/403801/2308785
tex efs_init.tex
\subsubsection*{Purpose}
Initializes the hardware and the software layer.
\subsubsection*{Prototype}
\code{esint8 efs\_init(EmbeddedFileSystem *efs, eint8* opts);}
\subsubsection*{Arguments}
Objects p
www.eeworm.com/read/368758/2808664
c cpu_init.c
/* Initializes CPU and basic hardware such as memory
* controllers, IRQ controller and system timer 0.
*
* (C) Copyright 2007
* Daniel Hellstrom, Gaisler Research, daniel@gaisler.com
*
* See fil
www.eeworm.com/read/368758/2808861
c cpu_init.c
/* Initializes CPU and basic hardware such as memory
* controllers, IRQ controller and system timer 0.
*
* (C) Copyright 2007
* Daniel Hellstrom, Gaisler Research, daniel@gaisler.com
*
* See fil
www.eeworm.com/read/361804/2943046
h mutex.h
/* AscentEmu By SOI */
#ifndef _THREADING_MUTEX_H
#define _THREADING_MUTEX_H
class SERVER_DECL Mutex
{
public:
friend class Condition;
/** Initializes a mutex class, with InitializeCrit
www.eeworm.com/read/154116/5640806
c initial.c
/* This routine initializes all the routine's arrays for all the routines
so that the "first" variable won't have to be checked every time the
routine is entered
*/
#include "lpcdefs.h"
#include "co
www.eeworm.com/read/294131/8250918
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/201383/15409198
cpp client.cpp
#include "Client.h"
#include "Date.h"
//Default constructor which initializes the private data members to default values
Client::Client(void):fname(""),lname(""),email(""),passwd(""){}
//Acce
www.eeworm.com/read/107085/15613397
c mp-test.c
/*
* MP test driver. This code does NOT actually negotiate PPP links.
* It just initializes an MP fragmentation and reassembly handler and
* runs some packets through to test it.
*
* This code m
www.eeworm.com/read/104077/15710524
c initial.c
/* This routine initializes all the routine's arrays for all the routines
so that the "first" variable won't have to be checked every time the
routine is entered
*/
#include "lpcdefs.h"
#include "co
www.eeworm.com/read/378921/9212802
txt modbus.txt
#include "config.h"
#include "Modbus.H"
#include "Initializes.H"
#include "Founction.H"
#include "Interrupt_service.H"
#include "RS485.H"
//====================================================