代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/158173/11638998
c control.c
#include "../inc/def.h"
#include "../inc/config.h"
#include "../inc/board.h"
#include "../inc/slib.h"
#include "../inc/utils.h"
#include "2410addr.h"
EnvParams Env;
#define ROM_SIZE SIZE_2M
www.eeworm.com/read/157728/11667933
obj control.obj
www.eeworm.com/read/157728/11667935
lst control.lst
C:\tic2xx\c2000\cgtools\bin\dspa.exe control.asm control.obj -ls -v2xx
TMS320C1x/C2x/C2xx/C5x COFF Assembler Version 7.00 Thu Sep 9 16:54:59 2004
Copyright (c) 1987-1999 Texas Instruments Inco
www.eeworm.com/read/157728/11667941
cmd control.cmd
MEMORY
{
PAGE 0 : VECS : origin = 8800h , length =40h /* 程序复位 */
PVECS : origin = 8844h , length =0100h /* 外围模块中断向量 */
PROG : origin = 9000h , length =0700h /* 在片FLASH */
PAGE
www.eeworm.com/read/157728/11667943
map control.map
******************************************************************************
TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00
******************************************
www.eeworm.com/read/157728/11667945
out control.out
www.eeworm.com/read/157728/11667953
asm control.asm
.title "control.asm"
.ref _c_int0,_nothing
.sect ".control"
reset: b _c_int0
int1: b _nothing
int2: b _nothing
int3: b _nothing
www.eeworm.com/read/157728/11667956
c control.c
#include "2407c.h"
ioport int port0;
/*初始化子程序*/
initial()
{
asm(" setc SXM" ); /*抑制符号位扩展*/
asm(" clrc OVM" ); /*累加器中结果正常溢出*/
asm(" clrc CNF" ); /*B0被配置为数据存储空间 */
asm(" setc IN
www.eeworm.com/read/260883/11690262
css control.css
/*
'***************ASPSecurity CSS *********************
' Thanks PuterJam's PJBlog2
' Copyleft 2006
' Create:2006-1-14
' Update:2006-1-14
'**************************************************
www.eeworm.com/read/347088/11701132
java control.java
package Control;
import Event.ReceiveDataListener;
import Extend.XTXServer;
import Data.AdministratorCommandData;
import Data.InnerPassengerCommandData;
import Data.OuterPassengerCommandData;