代码搜索:Remote
找到约 10,000 项符合「Remote」的源代码
代码结果 10,000
www.eeworm.com/read/266195/11236836
c remote.c
www.eeworm.com/read/335549/12516791
c remote.c
void remote() //远程控制程序段
{
Ng = (unsigned int)(((float)(result_Ng - Ng_min)/(float)(Ng_max - Ng_min))*10000);//得到给定万分比
Direction = Ng - Nf; //得到判定信号方向、偏差大小
www.eeworm.com/read/334789/12572345
obj remote.obj
www.eeworm.com/read/334789/12572352
hex remote.hex
:0300000002006F8C
:0C006F00787FE4F6D8FD758107020000E0
:1000000030B2030200007E0A115320B22BDEF93019
:10001000B2FD116130B21F1161791A7A047B083088
:10002000B2FD120053A2B2500312005AE713F7DBDD
:10003000
www.eeworm.com/read/334789/12572353
lst remote.lst
A51 MACRO ASSEMBLER REMOTE 11/17/2006 11:08:36 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN remote.OBJ
ASSEMBLER I
www.eeworm.com/read/334789/12572360
asm remote.asm
ORG 0000H
AJMP MAIN;转入主程序
ORG 0003H ;外部中断P3.2脚INT0入口地址
AJMP INT ;转入外部中断服务子程序(解码程序)
;以下为主程序进行CPU中断方式设置
MAIN:SETB EA ;打开CPU总中断请求
SETB IT0 ;设定INT0的触发方式为脉冲负边沿触发
SETB EX0 ;打开INT0中断请求
;以下对单片机的所有
www.eeworm.com/read/334789/12572361
plg remote.plg
礦ision2 Build Log
Project:
E:\ELITE-III单片机开发板资料\实验例程\遥控\remote.uv2
Project File Date: 12/21/2006
Output:
Build target 'Target 1'
assembling S
www.eeworm.com/read/334789/12572363
opt remote.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/248144/12595197
dfm remote.dfm
www.eeworm.com/read/248144/12595206
pas remote.pas
unit Remote;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ActiveX, AxCtrls, AfRemote_TLB, StdCtrls, Db, DBClient, ExtCtrls, Grids,
DBGrids;