代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/119562/14826409
h des.h
#include
#include
#include
#include
class DES
{
public:
DES();
void getkey();
void encrypt(char R[]);
void decrypt(char R[]);
prot
www.eeworm.com/read/171681/9742906
cpp menue0-file.cpp
void menue0(); /*file*/
{
int xk,yk;
int state=0;
char *filepath;
Loadimage(x,y,"e:\\keshe\\file.bmp");
while(1)
{
getkey(&xk,&yk);
if(yk==13)
{
Loadimage(x,y,
www.eeworm.com/read/287694/8676068
c calc.c
#include"calc.h"
void main(void)
{
init(); //键盘定时扫描初始化
status=0;
display(0);
//getkey();
while(1)
{
Refresh(ledbuf);
}
}
void display(signed long x)
{
signed long data t;
www.eeworm.com/read/418010/10968266
c key_test.c
#include "stdio.h"
#include "key.h"
#include "uart_lib.h"
//#include "LCD_12232.h"
//#include "test.h"
void KeyQuery(void)
{
char ch;
//char message[16];
ch = GetKey();
/*
*/
www.eeworm.com/read/311936/13622472
java myencryptor.java
import java.security.*;
import javax.crypto.*;
import java.util.*;
import java.io.*;
import java.net.*;
import sun.misc.*;
public class MyEncryptor{
public static void getKey(){
tr
www.eeworm.com/read/155425/11874321
i cmenu.i
#line 1 "cmenu.c" /0
#line 1 "D:\KEIL\C51\INC\STDIO.H" /0
typedef unsigned int size_t;
#pragma SAVE
#pragma REGPARMS
extern char _getkey (vo