代码搜索:behaviour
找到约 1,042 项符合「behaviour」的源代码
代码结果 1,042
www.eeworm.com/read/263314/11367806
txt comparetor_magnitude.txt
-- 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/154878/11921007
lua doall.lua
-- emulate the command line behaviour of Lua 4.0
-- usage: lua doall.lua f1.lua f2.lua f3.lua ...
for i=1,table.getn(arg) do
dofile(arg[i])
end
www.eeworm.com/read/149607/12362952
txt comparetor_magnitude.txt
-- 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/250756/12386231
h winhelp.h
/*
* winhelp.h - define Windows Help context names. These match up with
* the \cfg{winhelp-topic} directives in the Halibut source.
*/
/* Maximum length for WINHELP_CTX_foo strings */
#defin
www.eeworm.com/read/130965/14165887
todo
Parse config file /etc/inetd.conf
Parse config files /etc/inetd.d/*
Maybe have additional config file: /etc/inetdrc for controlling behaviour
Create pidfile /var/run/inetd.pid
Reread config file on
www.eeworm.com/read/121651/14744660
yo rxvt-scrollbar.yo
COMMENT(-- $Id: rxvt-scrollbar.yo,v 1.2 1998/04/20 07:24:23 mason Exp $ --)
COMMENT(----------------------------------------------------------------------)
manpagesection(THE SCROLLBAR)
Lines of text
www.eeworm.com/read/116422/14970090
dfm servercontroller.dfm
object IWServerController: TIWServerController
OldCreateOrder = False
OnCreate = IWServerControllerBaseCreate
AuthBeforeNewSession = False
AllowSubFolders = False
AppName = 'MyApp'
C
www.eeworm.com/read/116422/14970175
~dfm servercontroller.~dfm
object IWServerController: TIWServerController
OldCreateOrder = False
OnCreate = IWServerControllerBaseCreate
AuthBeforeNewSession = False
AllowSubFolders = False
AppName = 'MyApp'
C
www.eeworm.com/read/311671/6891608
txt adc.txt
--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 : IN REAL RANGE 0.0 TO +5.0; --unipol