代码搜索:Behaviour
找到约 1,042 项符合「Behaviour」的源代码
代码结果 1,042
www.eeworm.com/read/283884/8983419
trace color-new.swf.trace
test behaviour of Color when created without a movie
[object Object]
undefined
undefined
[object Object]
undefined
undefined
[object Object]
undefined
undefined
www.eeworm.com/read/177906/9427062
vhd utils.vhd
library IEEE,STD;
use IEEE.std_logic_1164.all;
entity synchroniser is
port (
C1 : in std_logic;-- Asynchronous signal
C : in std_logic;-- Clock
O : out std_logic);-- Synchronis
www.eeworm.com/read/164962/10080377
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/464874/7061649
vhd counter.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
entity Counter is
generic(COUNT: INTEGER range 0 to 65535); -- COUNT revolution
po
www.eeworm.com/read/453446/7420463
lib countersure.lib
[~A]
last=1025
modifyid=3
valid=2414
ver=54
[~U]
count2=1025,5
count2__behaviour__code=0,1
www.eeworm.com/read/436434/7770016
m runabc.m
%%%%%ARTIFICIAL BEE COLONY ALGORITHM%%%%
%Artificial Bee Colony Algorithm was developed by Dervis Karaboga in 2005
%by simulating the foraging behaviour of bees.
%Copyright
www.eeworm.com/read/434662/7850750
asv runabc.asv
%%%%%ARTIFICIAL BEE COLONY ALGORITHM%%%%
%Artificial Bee Colony Algorithm was developed by Dervis Karaboga in 2005
%by simulating the foraging behaviour of bees.
%Copyright
www.eeworm.com/read/433755/7911256
java mousebehaviourexample.java
import javax.media.j3d.*;
import javax.vecmath.Point3d;
import com.sun.j3d.utils.behaviors.mouse.*;
import com.sun.j3d.utils.geometry.*;
public class MouseBehaviourExample extends BasicScene