代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/331765/7035246
h ctrl.h
#if !defined (__CTRL_H)
#define __CTRL_H
#include
const unsigned short INTR = 0X1C; //中断服务程序地址
const double MASS = 0.108; // 摆杆质量
const doubl
www.eeworm.com/read/331765/7035252
dsw ctrl.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/331765/7035253
plg ctrl.plg
Build Log
--------------------Configuration: Ctrl - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
www.eeworm.com/read/331765/7035263
opt ctrl.opt
www.eeworm.com/read/331765/7035264
dsp ctrl.dsp
# Microsoft Developer Studio Project File - Name="Ctrl" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/331765/7035267
cpp ctrl.cpp
#include
#include
#include
#include
#include
#include "face.h"
#include "sv_pci.h"
#include "draw.h"
#include "ctrl.h"
#include "userlib.
www.eeworm.com/read/331765/7035270
ncb ctrl.ncb
www.eeworm.com/read/303901/7101028
lst ctrl.lst
C51 COMPILER V8.02 CTRL 04/26/2008 21:37:29 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE CTRL
OBJECT MODULE PLACED IN ct
www.eeworm.com/read/303901/7101052
obj ctrl.obj
www.eeworm.com/read/303901/7101055
c ctrl.c
#include "ctrl.h"
#include
#include "keyboard.h"
#define CTRL_A P3_1
#define CTRL_B P3_2
#define CTRL_C P3_3
BYTE ctrlGetInputABC(void)
{
CTRL_A = 1;
if (CTRL_A)
{