代码搜索:Configuring
找到约 1,509 项符合「Configuring」的源代码
代码结果 1,509
www.eeworm.com/read/209350/4979316
java application.java
import proguard.annotation.KeepApplication;
/**
* This application illustrates the use of annotations for configuring ProGuard.
*
* After having been compiled, it can be processed using:
* ja
www.eeworm.com/read/178760/5313788
mk clean.mk
# Deleting all files created by building the program
# --------------------------------------------------
clean:
rm -f *core *[%~] *.[oa]
rm -f .[a-z]*~
# Deleting all files created by configuring
www.eeworm.com/read/374482/2750479
java application.java
import proguard.annotation.KeepApplication;
/**
* This application illustrates the use of annotations for configuring ProGuard.
*
* After having been compiled, it can be processed using:
* ja
www.eeworm.com/read/288542/8622895
txt config.txt
Configuring your DOS system for use:
------------------------------------
When booting DOS, you will find it only supports a subset of
the devices available on many computers. To support additional
d
www.eeworm.com/read/288542/8622958
txt config.txt
Configuring your DOS system for use:
------------------------------------
When booting DOS, you will find it only supports a subset of
the devices available on many computers. To support additional
d
www.eeworm.com/read/426905/8992048
gdb init_sdram.gdb
# SDRAM initialization script for the AT91SAM9260
#------------------------------------------------
# Configure master clock
echo Configuring the master clock...\n
# Enable main oscillator
set *0
www.eeworm.com/read/282867/9055366
quagga readme.quagga
MPLS enable quagga
------------------
This patch adds a MPLS framework to the quagga routing suite. The bulk of the
changes are to the 'zebra' daemon, which now allows for statically configuring
LSP
www.eeworm.com/read/379659/9190529
gdb init_sdram.gdb
# SDRAM initialization script for the AT91SAM9263
#------------------------------------------------
# Configure master clock
echo Configuring the master clock...\n
# Enable main oscillator
set *0
www.eeworm.com/read/329778/12933848
gdb init_sdram.gdb
# SDRAM initialization script for the AT91SAM9261
#------------------------------------------------
# Configure master clock
echo Configuring the master clock...\n
# Enable main oscillator
set *0
www.eeworm.com/read/401090/11564843
vhd i2c_master.vhd
-- **************************************************************
-- File: i2c_master.vhd
--
-- Purpose: This file implements the I2C Master for configuring
-- the DAC3550A. It is a single t