代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/374310/9410128
c musinstru.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
www.eeworm.com/read/373821/9435943
c main.c
/*
目标: 字符显示
程序功能描述: 显示16进制符号
实现方法: 控制单片机左右两排发光二极管
注意事项:运行本程序时,拨码开关 SW1. SW2 全部拨到'OFF'位置(即左边).
如果LED6、LED7和LED8不工作,按一下S2和S3即可
工作方式控制:按键K1、K2、K3和K4可做出不同的显示。
*/
#include //该头文
www.eeworm.com/read/373369/9459850
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/373369/9460934
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/176045/9520925
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() {
www.eeworm.com/read/365929/9839862
c musinstru.c
/*****************************************/
/* Copyright (c) 2005, 通信工程学院 */
/* All rights reserved. */
/* 作 者:戴 佳 */
/*****************************************/
www.eeworm.com/read/365066/9880366
c at89s51_test.c
#include
#include
#include
#define uchar unsigned char
#define LED1 XBYTE [0xA000]
#define LED2 XBYTE [0xA001]
#define LED3 XBYTE [0xA002]
#define LED4 XBYTE [0x
www.eeworm.com/read/169058/9882464
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/169058/9883657
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/364357/9911661
c 44blib.c
/************************************************
* NAME : 44BLIB.C *
************************************************/
#include "44b.h"
#include "44blib.h"
#include "def.