代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/251880/12313842
c audio.c
/****************************************************************************
Shanghai Pallas Digital Tech. Ltd, (C) 2002 , All rights are reserved
File : audioctrl.c
控制音频输出
***
www.eeworm.com/read/231871/14216914
asm ad.asm
//====================================================================================
//文 件 名: AD.asm
//功能描述: 1/2通道A/D转换函数
//维护记录: 2006年6月27 by hongyan.Feng
//============================
www.eeworm.com/read/124627/14556570
inc cli_log.inc
/************************************************************************
Copyright 200X - 200X+1.
filename : Cli_Log.inc
description : 日志记录的私有头文件.
author : Woodhead
modificati
www.eeworm.com/read/213822/15123984
asm ad.asm
//====================================================================================
//文 件 名: AD.asm
//功能描述: 1/2通道A/D转换函数
//维护记录: 2006年6月27 by hongyan.Feng
//============================
www.eeworm.com/read/294359/8237491
c pwm.c
#include
void dianji(unsigned int speed,unsigned int forward);//参数是速度和方向
void key_scan();
unsigned int key=0;
main()
{
Set_IOA_Dir(0xffff);
Set_IOA_Attrib(0xffff);
Set_IO
www.eeworm.com/read/243634/4519931
makefile
all: ctrl-c timeout
ctrl-c: ctrl-c.c
gcc -o ctrl-c ctrl-c.c
timeout: timeout.c
gcc -o timeout timeout.c
clean:
rm -f *.bak ctrl-c timeout
www.eeworm.com/read/31729/1030101
doc ctrlc.doc
By: Matthew Hildebrand
Re: Ctrl-C & Ctrl-Break trap
----------------------------------------------------------------------
I've been noticing a lot of discussion regarding Ctrl-C and Ctrl-Break
www.eeworm.com/read/281376/4116827
java normalstate.java
package sanguo.ctrl.state;
import java.util.LinkedList;
import sanguo.ctrl.GameController;
import sanguo.ctrl.action.AttackAction;
import sanguo.ctrl.action.MoveAction;
import sanguo.ctrl.act