代码搜索:Remote Control
找到约 10,000 项符合「Remote Control」的源代码
代码结果 10,000
www.eeworm.com/read/291653/8404577
h key_control.h
void menu_main_one_control()
{
switch(key)
{
case nokey:
clr_fullscreen();
menu_main_one();
break;
www.eeworm.com/read/191935/8415798
c onetouch_control.c
+
+
/*
* Trivial control program to get information and turn the device off/onn
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/391172/8417668
obj interrupt_control.obj
www.eeworm.com/read/391151/8418808
out echo_control.out
www.eeworm.com/read/391151/8418811
c echo_control.c
//Echo_control.c Echo using two interrupts for read and write
//3 sliders to control effects: buffer size, amplitude, fading
short input, output;
short bufferlength = 1000; //initial buffer
www.eeworm.com/read/391151/8418815
pjt echo_control.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Echo_control"
ProjectDir="C:\ti\myprojects\Echo_control\"
ProjectType=Executable
CP
www.eeworm.com/read/391151/8418830
gel echo_control.gel
//Echo_control.gel Sliders vary time delay,amplitude,and type of echo
menuitem "Echo Control"
slider Amplitude(1,8,1,1,amplitude_parameter) /*incr by 1, up to 8*/
{
amplitude = amplitude_
www.eeworm.com/read/390857/8436765
asm urat control.asm
;--------------------------------------------------------------------------
;
; 单片机程序
; V2.0
;软件说明:
;此软件是V2.0版本2007-8-20
;----------------------
www.eeworm.com/read/390854/8436792
asm sound control.asm
;--------------------------------------------------------------------------
;
;
;
;软件说明:
;此软件是V1.0版本2007-2-1
;作者:
;功能描述: V1.0
;
www.eeworm.com/read/390849/8437629
asm safe control.asm
;程序注释:
;1.包括时间部分与其他显示
;a.定时器0 -----保留
;b.定时器1 -----更新显示用
;C.定时器2------串口用(使用AT89C52/STC89C52,当使用STC时,烧写要禁止内部RAM)
;显示格式:2088-18-88 3 18:88
;其他显示包括:离上次损工事故的天数;离上次有记录的事故/伤病天数;今年离岗事故次数;离上次离岗事故的天数;离下 ...