代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/245723/4501781
a51 main.a51
; This module initializes the microcontroller then executes MAIN forever
;
Reset:
MOV SP, #235 ; Initialize the Stack at top of internal memory
MOV PageReg, #7FH ; Needed to use MOVX @Ri
www.eeworm.com/read/245723/4501787
a51 main.a51
; This module initializes the microcontroller then executes MAIN forever
;
Reset:
MOV SP, #235 ; Initialize the Stack at top of internal memory
MOV PageReg, #7FH ; Needed to use MOVX @Ri
www.eeworm.com/read/245723/4501794
a51 main.a51
; This module initializes the microcontroller then executes MAIN forever
;
Reset:
MOV SP, #235 ; Initialize the Stack at top of internal memory
MOV PageReg, #7FH ; Needed to use MOVX @Ri
www.eeworm.com/read/195280/5113002
cc canio_kvaser.cc
#include "canio_kvaser.h"
CANIOKvaser::CANIOKvaser() : DualCANIO()
{
for (int i =0; i < DUALCAN_NR_CHANNELS; i++)
{
channels[i] = -1;
}
}
CANIOKvaser::~CANIOKvaser()
{
}
/* Initializes
www.eeworm.com/read/193974/5138370
py test_random.py
import test_support
import random
# Ensure that the seed() method initializes all the hidden state. In
# particular, through 2.2.1 it failed to reset a piece of state used by
# (and only by) the .ga
www.eeworm.com/read/185915/5235236
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/182103/5268544
c ckinit.c
/* Clock_init()
*
* This routine initializes Timer 1 for an MC68302.
* The tick frequency is 1 millisecond.
*
* Input parameters: NONE
*
* Output parameters: NONE
*
* COPYRIGHT (c) 19
www.eeworm.com/read/182103/5268646
c ckinit.c
/* Clock_init()
*
* This routine initializes Timer 1 for an MC68302.
* The tick frequency is 1 millisecond.
*
* Input parameters: NONE
*
* Output parameters: NONE
*
* COPYRIGHT (c) 19
www.eeworm.com/read/182103/5269176
c timer.c
/* Timer_init()
*
* This routine initializes the Z8036 timer on the MVME136 board.
*
* Input parameters: NONE
*
* Output parameters: NONE
*
* NOTE: This routine will not work if the opt
www.eeworm.com/read/325240/3485119
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