代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/493516/6394898

cpp enemy.cpp

#include #include #include #include "enemy.h" using namespace std; // construct an Enemy Enemy::Enemy(SimpleWindow &w, int P) :Window(w), GeneratePercentage(
www.eeworm.com/read/493199/6398316

java player.java

import java.awt.*; /** * 定义吃豆者的类 */ public class Player{ private int xPos; private int yPos; private int xVPos; private int yVPos; private int speed; private int direction; pri
www.eeworm.com/read/492033/6430226

cpp bocon.cpp

#include "bocon.h" #include "../../GEFEL/intools.h" #include #include bocon::bocon() /**< Constructor initializes data members Parameters : none Returns : nothing
www.eeworm.com/read/492033/6430381

h node.h

#ifndef NODE_H #define NODE_H #include #include "alias.h" #include "iotools.h" struct vector; /** class node contains all necessary informations which are not collected in the cl
www.eeworm.com/read/492033/6430436

cpp seismtool.cpp

#include #include #include #include "seismtool.h" #include "global.h" #include "node.h" seismtool::seismtool (void) { nsac=0; direction = NULL; seism = NULL;
www.eeworm.com/read/492033/6430442

cpp edgem.cpp

#include "edgem.h" #include "global.h" #include "globmat.h" #include /** constructor @param i - number of nodes on edge @param j - number of approximated functions @param k
www.eeworm.com/read/492033/6430532

cpp tloadcase.cpp

#include #include "tloadcase.h" #include "loadcase.h" #include "global.h" #include "gtopology.h" #include "matrix.h" #include "vector.h" #include "globmat.h" #include "dloadn.h" #include "dlo
www.eeworm.com/read/492033/6430585

h edgem.h

#ifndef EDGEM_H #define EDGEM_H #include #include "alias.h" /** class mechanical edges this class is used in hemivariational inequalities this class is strongly connected
www.eeworm.com/read/489686/6468787

v counters_altera.v

// MAX+plus II Verilog Example // Efficient Counter Inference // Copyright (c) 1997 Altera Corporation // download from: www.pld.com.cn & www.fpga.com.cn module counters (d, clk, clear, ld, ena
www.eeworm.com/read/489240/6477053

c 跑马灯源程序.c

//程序说明 //在本程序中,默认使用51单片机的P0、P2两个端口作为16个跑马灯的驱动端口 //P1端口作为数码管驱动端口,P3端口的0、1、2脚接按键。若要修改端口只需在 //宏定义中修改就行了。另外本程序默认使用7段共阴极数码管,若需要使用共阳极 //数码管只需将"uchar code LEDDisplayCode[] = {0x3F,0x06,0x5B,0x4F,0x66,0x6 ...