代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/325240/3485994
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/318039/3572475
readme
This module initializes the Access-Accept packet by copying all of
the attributes from the Access-Request to the Access-Accept.
It should be listed in the "authorize" section of "radiusd.conf",
p
www.eeworm.com/read/299166/3855551
s 2440init.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/298531/3864213
c usb_descriptor_parser.c
/// \addtogroup module_usb_descriptor_parser
/// @{
#define USBDESCRIPTORPARSER_C
#include "cc2511_usb_library_headers.h"
/** \brief Initializes a search
*
* This function must be called
www.eeworm.com/read/296553/3901404
rtn lstlib.rtn
lstLibInit {initializes lstLib module} {lstLibInit\( \)} {lstLibInit(\ )} {VxWorks API Reference} {OS Libraries} {} {}
lstInit {initializ
www.eeworm.com/read/281949/4110656
s mx1_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
www.eeworm.com/read/406924/2272305
s blinit.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/399273/2363340
readme
This module initializes the Access-Accept packet by copying all of
the attributes from the Access-Request to the Access-Accept.
It should be listed in the "authorize" section of "radiusd.conf",
p
www.eeworm.com/read/380530/2657196
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/372681/2770236
js perfect.js
// Some simple testing of new, eval and some string stuff.
// constructor -- expression array initialization
function ExprArray(n,v)
{
// Initializes n values to v coerced to a string.