代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/262694/11395143
c musinstru.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
www.eeworm.com/read/406922/11432560
c key.c
/*********************************************************
Project: ST FST(TDA7540)
File name: key.c
Description:
Write/Modify: Perry
Time: 2005-11-22- 10:40:55
*************************
www.eeworm.com/read/347736/11639454
c 数控直流电源.c
#include
#define uchar unsigned char
sbit dp=P1^4;
sbit sh=P1^5;
void delay(unsigned int t);
uchar Getkey(void);
void Disp(uchar n);
uchar Disptab[10]={0x11,0x7d,0x23,0x29,0x4d,0
www.eeworm.com/read/157655/11676462
c keys.c
/* Keys.c
This file is part of the VGB-DOS project
Copyright (C) Marcel de Kogel (m.dekogel@student.utwente.nl), 1996
You may not use this file for commercial purposes
Please notify me
www.eeworm.com/read/345247/11824376
c main.c
#include
#include "sio.h"
/************************************************************************
* 这是修改后的_getkey()函数,它将取代运行库中原来的_getkey()函数。
* 功能:等待从串行口输入字符, 需要调用串行口中断驱动程序sio.c
*****
www.eeworm.com/read/258838/11838527
c musinstru.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
www.eeworm.com/read/344239/11894412
java mapentry.java
//: containers/MapEntry.java
// A simple Map.Entry for sample Map implementations.
import java.util.*;
public class MapEntry implements Map.Entry {
private K key;
private V value;
www.eeworm.com/read/344239/11896264
java testblockingqueues.java
//: concurrency/TestBlockingQueues.java
// {RunByHand}
import java.util.concurrent.*;
import java.io.*;
import static net.mindview.util.Print.*;
class LiftOffRunner implements Runnable {
pri
www.eeworm.com/read/254820/12116255
c keyboard_main.c
#include
#include
//----------------------------
void main(void)
{
uchar DisBuf[8];
uchar key,i;
while(1)
{
key=GetKey();
if(key!=0)
{
www.eeworm.com/read/151864/12165886
cpp algor1&2.cpp
#include "iostream.h"
#include
#include "time.h"
using namespace std;
template class Item {
public:
Item(Type value):key(value) {}
Type getKey() {