代码搜索:initializes

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

代码结果 4,453
www.eeworm.com/read/375015/2743826

java newapplet.java

/* * NewApplet.java * * Created on 2008年11月2日, 上午9:42 */ package javaapplication9; /** * * @author Administrator */ public class NewApplet extends java.applet.Applet { /** Initializes t
www.eeworm.com/read/368386/2815871

c traps.c

/* * arch/alpha/kernel/traps.c * * (C) Copyright 1994 Linus Torvalds */ /* * This file initializes the trap entry points */ #include #include #include
www.eeworm.com/read/350657/3119824

c traps.c

/* * arch/alpha/kernel/traps.c * * (C) Copyright 1994 Linus Torvalds */ /* * This file initializes the trap entry points */ #include #include #include
www.eeworm.com/read/264095/4293501

c traps.c

/* * arch/alpha/kernel/traps.c * * (C) Copyright 1994 Linus Torvalds */ /* * This file initializes the trap entry points */ #include #include #include
www.eeworm.com/read/161121/5557141

c traps.c

/* * arch/alpha/kernel/traps.c * * (C) Copyright 1994 Linus Torvalds */ /* * This file initializes the trap entry points */ #include #include #include
www.eeworm.com/read/152843/5658985

c traps.c

/* * arch/alpha/kernel/traps.c * * (C) Copyright 1994 Linus Torvalds */ /* * This file initializes the trap entry points */ #include #include #include
www.eeworm.com/read/295270/8172967

function block wlan_wsn_mac_interface_31jan06.function block

static void wlan_mac_higher_layer_intf_sv_init () { int type_of_service; /** Initializes all state variables used in this **/ /** process model. **/ FIN (wlan_mac_higher_layer_i
www.eeworm.com/read/334779/12573689

cpp prg8_2.cpp

// File: prg8_2.cpp // the program initializes a 50-element vector with 5-digit random // integers in the range 0 to 99999 and sorts the vector using the // radix sort. it outputs the numbers in 6
www.eeworm.com/read/429363/8810365

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/382546/9021691

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){}