代码搜索:Direction

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

代码结果 10,000
www.eeworm.com/read/106679/15628831

txt rfc1556.txt

Network Working Group H. Nussbacher Request for Comments: 1556 Israeli Inter-University Category: Informational
www.eeworm.com/read/106679/15629078

txt rfc317.txt

Network Working Group Jon Postel Request for Comments: 317 UCLA-NMC NIC: 9347
www.eeworm.com/read/105515/15665961

cpp dialog.cpp

#include "Headers.h" #include "resource.h" #include "DriverDialog.h" #include "MAIN.h" void MAIN::OutDialog(char tx[3][60],OBJECT *to) { OBJECT *obj; long speaker=to->dlgres.speaker;
www.eeworm.com/read/102643/15763896

h tankman.h

class Tankman { public: Tankman(); public: void Move(); private: int Direction; };
www.eeworm.com/read/421905/10680843

cpp polaris_gpiopin.cpp

/*+++ *******************************************************************\ * * Copyright and Disclaimer: * * --------------------------------------------------------------- * This
www.eeworm.com/read/464764/7155620

c seatmotor.c

#include #include"seatmotor.h" #include"fault_diagnose.h" #include"mirror.h" Bool slide_sensor_fault=0; Bool back_sensor_fault=0; Bool front_sensor_fault=0; Bool rear_sensor_f
www.eeworm.com/read/436791/7762608

c motor.c

#include #include #include #define uchar unsigned char sbit PWM=P1^0; sbit DR=P1^1; sbit big_pwm=P1^2; sbit small_pwm=P1^3; sbit turn_d
www.eeworm.com/read/491722/6433354

h port.h

#ifndef PORT_DIRECTION_H #define PORT_DIRECTION_H #endif #ifdef PORT_DIRECTION_C #define EXTPORT #else #define EXTPORT extern #endif // EXTPORT INT8S protocolDisposalSouth(UART_HANDL
www.eeworm.com/read/152843/5656272

c dma-ip32.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 2000
www.eeworm.com/read/416072/11042412

c keyprocess.c

//************************************************************************* //**:按键处理程序 ** //**:飞思卡尔MC9SDG128单片机 ** //*