代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/16069/644769
tcl init_kinetis.tcl
# this method initializes debug modules which are not affected by software reset
proc init_debug_modules {} {
# clear DWT function registers
reg DEMCR=0x1000001
reg DWT_FUNCTION0=0x0
re
www.eeworm.com/read/16069/644787
tcl init_kinetis.tcl
# this method initializes debug modules which are not affected by software reset
proc init_debug_modules {} {
# clear DWT function registers
reg DEMCR=0x1000001
reg DWT_FUNCTION0=0x0
re
www.eeworm.com/read/16069/644805
tcl init_kinetis.tcl
# this method initializes debug modules which are not affected by software reset
proc init_debug_modules {} {
# clear DWT function registers
reg DEMCR=0x1000001
reg DWT_FUNCTION0=0x0
re
www.eeworm.com/read/16069/644823
tcl init_kinetis.tcl
# this method initializes debug modules which are not affected by software reset
proc init_debug_modules {} {
# clear DWT function registers
reg DEMCR=0x1000001
reg DWT_FUNCTION0=0x0
re
www.eeworm.com/read/16069/644840
tcl init_kinetis.tcl
# this method initializes debug modules which are not affected by software reset
proc init_debug_modules {} {
# clear DWT function registers
reg DEMCR=0x1000001
reg DWT_FUNCTION0=0x0
re
www.eeworm.com/read/16069/644858
tcl init_kinetis.tcl
# this method initializes debug modules which are not affected by software reset
proc init_debug_modules {} {
# clear DWT function registers
reg DEMCR=0x1000001
reg DWT_FUNCTION0=0x0
re
www.eeworm.com/read/16069/644877
tcl init_kinetis.tcl
# this method initializes debug modules which are not affected by software reset
proc init_debug_modules {} {
# clear DWT function registers
reg DEMCR=0x1000001
reg DWT_FUNCTION0=0x0
re
www.eeworm.com/read/16069/644896
tcl init_kinetis.tcl
# this method initializes debug modules which are not affected by software reset
proc init_debug_modules {} {
# clear DWT function registers
reg DEMCR=0x1000001
reg DWT_FUNCTION0=0x0
re
www.eeworm.com/read/104413/15694925
txt declarations and access control (1).txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 9:59:06 AM
1) Declarations and Access Control
Objective 1
Write code that declares, constructs and initializes arrays of any base type using any of the pe
www.eeworm.com/read/101084/15852989
h background.h
#ifndef BACKGROUND_H
#define BACKGROUND_H
#include
void InitBackground(void);
/* Initializes the background drawing system. */
void DrawBackground(SDL_Surface *dest, int camera_x, int c