代码搜索:Direction

找到约 10,000 项符合「Direction」的源代码

代码结果 10,000
www.eeworm.com/read/493199/6398320

java enemy.java

import java.awt.*; /** * 定义敌人的类 */ public class Enemy{ private int xPos; private int yPos; private int xVPos; private int yVPos; private int direction; //敌人是否失去反抗能力 private bo
www.eeworm.com/read/487889/6501584

c fet120_hfxtal.c

//****************************************************************************** // MSP-FET430P120 Demo - BasicClock MCLK configured with HF XTAL // // Description; Proper selection of an externa
www.eeworm.com/read/487908/6501820

vhd 步进电机控制器.vhd

-- dowload from: www.fpga.com.cn & www.pld.com.cn LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_unsigned.ALL; USE IEEE.std_logic_arith.ALL; ENTITY step_motor IS PORT( f
www.eeworm.com/read/487928/6502464

vhd 步进电机控制器.vhd

-- dowload from: www.fpga.com.cn & www.pld.com.cn LIBRARY IEEE; USE IEEE.std_logic_1164.ALL; USE IEEE.std_logic_unsigned.ALL; USE IEEE.std_logic_arith.ALL; ENTITY step_motor IS PORT( f
www.eeworm.com/read/487750/6508217

c fet_1.c

//******************************************************************************* // MSP-FET430X110 Demo - Software Toggle P1.0 // // Description; Toggle P1.0 by xor'ing P1.0 inside of a softwar
www.eeworm.com/read/487750/6508230

c fet110_hfxtal.c

//****************************************************************************** // MSP-FET430x110 Demo - BasicClock MCLK configured with HF XTAL // // Description; Proper selection of an externa
www.eeworm.com/read/486385/6540788

edn mc8051_rom.edn

(edif test (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0)) (status (written (timeStamp 2007 6 1 11 33 24) (author "Xilinx, Inc.") (program "Xilinx CORE Generator" (version "Xi
www.eeworm.com/read/486385/6540843

edn mc8051_ram.edn

(edif test (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0)) (status (written (timeStamp 2007 6 1 11 35 32) (author "Xilinx, Inc.") (program "Xilinx CORE Generator" (version "Xi
www.eeworm.com/read/480640/6667213

save one.save

Matrix 0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0# 0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0# 0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
www.eeworm.com/read/480179/6667423

java fruit.java

import java.awt.*; /** * 定义水果的类 */ public class Fruit{ private int xPos, yPos, xVPos, yVPos; private int direction; private Rectangle fruit; private int appearTime; private int AI_ti