代码搜索:moving
找到约 1,373 项符合「moving」的源代码
代码结果 1,373
www.eeworm.com/read/184669/9087573
ico moving van.ico
www.eeworm.com/read/174700/9576848
lrc 911 - moving on.lrc
[ti:Moving On]
[ar:911]
[al:Moving On]
[by:Kevin]
[offset:500]
[00:00.39]Moving on our way
[00:04.44]Moving on our way
[00:07.74]
[00:09.26]I will always remember
[00:12.28]Our first days tog
www.eeworm.com/read/365556/9855876
ico moving van.ico
www.eeworm.com/read/245951/12768421
ico moving van.ico
www.eeworm.com/read/315311/13546325
html moving-pointer.html
Xlib Programming Manual: Moving the Pointer
12.4 Moving the Pointer
Although movement of the pointer normally should be left to the
www.eeworm.com/read/315311/13546596
html moving-shrinking.html
Xlib Programming Manual: Moving or Shrinking Regions
16.5.2 Moving or Shrinking Regions
To move a region by a specified amount, use
www.eeworm.com/read/301746/13849139
inc moving_object.inc
FUNCTION moving_object
( clk ,
clken,
hcount[10..0],
vcount[10..0],
back_red[7..0],
back_gre[7..0],
back_blu[7..0],
front_red[7..0],
front_gre[7..0],
front_blu[7..0],
speed[5..0
www.eeworm.com/read/301746/13849259
vhd moving_object.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
USE ieee.std_logic_arith.ALL;
USE ieee.numeric_std.all;
ENTITY moving_object IS
GENERIC(
HAC : integer :=1280;
www.eeworm.com/read/301744/13849959
vhd moving_object.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
USE ieee.std_logic_arith.ALL;
ENTITY moving_object IS PORT
( clk : IN std_logic;
vcount : IN std_logic_vector(11 DOWN
www.eeworm.com/read/301733/13850390
vhd moving_object.vhd
LIBRARY ieee ;
USE ieee.std_logic_1164.ALL;
USE ieee.std_logic_unsigned.ALL;
ENTITY moving_object IS PORT
( clk : IN std_logic;
vcount : IN std_logic_vector(10 DOWNTO 0);
hcount : IN st