代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/360971/2955080
cpp circle.cpp
// Fig. 19.4: circle.cpp
// Member function definitions for class Circle
#include "circle.h"
// Constructor for Circle calls constructor for Point
// with a member initializer then initializes r
www.eeworm.com/read/354521/3077261
h pkcs11f.h
/* This function contains pretty much everything about all */
/* the Cryptoki function prototypes. */
/* General-purpose */
/* C_Initialize initializes the Cryptoki library. */
CK_EXTERN _
www.eeworm.com/read/265319/4283118
java writeoperation.java
// WriteOperation.java
// This application initializes an new Entry object,
// and deposits this Entry to the JavaSpace.
package com.deitel.advjhtp1.javaspace.write;
// Jini core packages
impo
www.eeworm.com/read/265319/4283900
java writeoperation.java
// WriteOperation.java
// This application initializes an new Entry object,
// and deposits this Entry to the JavaSpace.
package com.deitel.advjhtp1.javaspace.write;
// Jini core packages
impo
www.eeworm.com/read/172493/9705234
cpp paint.cpp
#include
/**
A window onto which an ellipse is painted.
*/
class EllipseWindow : public wxWindow
{
public:
/**
Initializes the base class.
@param parent the parent window
www.eeworm.com/read/268777/11122397
c initfs.c
/*
This file contains some glue code that initializes the block cache,
the vnode layer, mounts the root file system (a simple container)
and then mounts our file system at the mount point /myfs.
www.eeworm.com/read/249070/12523378
txt c07p359.txt
template
class queue
{
public:
explicit queue(const Container& cnt = Container());
// Default constructor, initializes an empty queue.
// Precondition:
www.eeworm.com/read/249070/12523421
txt c06p303.txt
template
class stack
{
public:
explicit stack(const Container& cnt = Container());
// Default constructor; initializes an empty stack.
// Precondition:
www.eeworm.com/read/334779/12574194
cpp prg10_4.cpp
// File: prg10_4.cpp
// the program initializes the vector, v, with values from the
// integer array, arr, that contains duplicates. a call to
// removeDuplicates() with argument v removes the dupl
www.eeworm.com/read/238281/13897966
s init.s
;;; Copyright ARM Ltd 2000. All rights reserved.
;
; This module performs ROM/RAM remapping (if required), initializes stack pointers and
; interrupts for each mode, and finally branches to __main