代码搜索:Behaviour
找到约 1,042 项符合「Behaviour」的源代码
代码结果 1,042
www.eeworm.com/read/359885/6308062
sysconfig watchdog.sysconfig
#
# /etc/sysconfig/watchdog
#
# Controls the behaviour of the watchdog
#
# VERBOSE - Enables or disables verbose operation (logging to syslog)
#
VERBOSE=no
www.eeworm.com/read/348500/11591502
txt readme406.txt
Description of version 4.06 enhancements
----------------------------------------
Released 26 July 1999
Version 4.06 is a minor maintenance release.
It includes:
- improved support for vers
www.eeworm.com/read/153172/5652402
ini gbagpu.ini
# gbagpu.h: Config for the GBA GPU
# ForceBGx - Set a background permanently ON, OFF, or empty for default behaviour
ForceBG0=
ForceBG1=
ForceBG2=
ForceBG3=
www.eeworm.com/read/295361/8168248
c krx10200.c
#include
int main(void)
{
printf("Audible or visual alert. \a\n");
printf("Form feed. \f\n");
printf("This escape, \r, moves the active position to the initial position of the
www.eeworm.com/read/235676/14056293
asm mclrreset.asm
;==============================================================================
; MCLR Reset (Default)
;------------------------------------------------------------------------------
; Notes:
;
www.eeworm.com/read/192514/8377399
dfm servercontroller.dfm
object IWServerController: TIWServerController
OldCreateOrder = False
AuthBeforeNewSession = False
AllowSubFolders = True
AppName = 'DYReport'
CacheExpiry = 2
ComInitialization = ciM
www.eeworm.com/read/433021/8551834
vhd 比较器_4bit.vhd
--Magnitude Comparator
--VHDL description of a 4-bit magnitude comparator with expansion inputs
--first architecture demonstrates use of relational operators on
--bit vectors (=,>,
www.eeworm.com/read/433021/8551913
vhd 16bit数模转换器.vhd
--16-bit Digital to Analogue Converter
USE WORK.rampac.ALL;
USE WORK.adcpac.ALL;
ENTITY dac16 IS
PORT(vout : INOUT analogue; digin : IN data16; --input and output
en : IN BIT); --latches in data
END d
www.eeworm.com/read/433021/8551918
vhd 8bit模数和数模转换器.vhd
--8-bit Analogue to Digital Converter
--8-bit analogue to digital converter
--demonstrates use of LOOP and WAIT statements
ENTITY adc8 IS
GENERIC(tconv : TIME := 10 us); --conversion time
PORT(vin : I