代码搜索:GetKey

找到约 2,187 项符合「GetKey」的源代码

代码结果 2,187
www.eeworm.com/read/249375/12508144

bak makefile.bak

CROSS = armv4l-unknown-linux- CC= $(CROSS)gcc #CFLAGS += -g #LDFLAGS += -static #EXTRA_LIBS += EXP_INSTALL = install -m 755 #INSTALL_DIR = ../bin #TOPDIR = .. #include $(TOPDIR)/Rules.mak EXTRA_L
www.eeworm.com/read/236274/14023737

c main.c

/****************************************Copyright (c)************************************************** ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/209211/4984138

h rsa2any.h

RSApriv *getkey(int, char**, int, Attr**);
www.eeworm.com/read/282993/9049442

h uart.h

#ifndef __UART_H__ #define __UART_H__ void Uart_Init(void); void Uart_Exit(void); int Uart_GetKey(char *data); int Uart_SendKey(char data); void idler(); #endif
www.eeworm.com/read/277211/10654128

c loop_serpent.c

/* Optimized implementation of the Serpent AES candidate algorithm * Designed by Anderson, Biham and Knudsen and Implemented by * Gisle S鎙ensminde 2000. * * The implementation is based on the pe
www.eeworm.com/read/272557/10953445

h uart.h

#ifndef UART_LIB #define UART_LIB #define UART0_GetKey Uart_GetKey #define UART0_GetChar Uart_Getch #define UART0_Printf Uart_Printf #define Uart_GetChar Uart_Getch #define printf Uart_Print
www.eeworm.com/read/418014/10968248

h uart_lib.h

#ifndef UART_LIB #define UART_LIB #define UART0_GetKey Uart_GetKey #define UART0_GetChar Uart_Getch #define UART0_Printf Uart_Printf #define Uart_GetChar Uart_Getch #define printf Uart_Print
www.eeworm.com/read/418010/10968265

c key.c

#include "44blib.h" #include "key.h" #include "uart_lib.h" //**********************************************// // 读矩阵键盘键盘扫描码 Matrix_GetScanCode //**********************************************
www.eeworm.com/read/125279/6032036

c serpent.c

/* Optimized implementation of the Serpent AES candidate algorithm * Designed by Anderson, Biham and Knudsen and Implemented by * Gisle S鎙ensminde 2000. * * The implementation is based on the p
www.eeworm.com/read/154015/11995004

h uart.h

void Uart_Init(int whichuart,int baud); void SendByte(char); char Uart_Getch(void); void Uart_Printf(char *fmt,...); char Uart_GetKey(void); void Uart_GetString(char *string);