代码搜索结果

找到约 10,000 项符合 K 的代码

keymap.c

/* * pckeymap.c * * Mappings from IBM-PC scancodes to local key codes. */ #include "input.h" int keymap[][2] = { { 1, K_ESC }, { 2, '1' }, { 3, '2' }, { 4, '3' }, { 5, '4' }, { 6, '5' },

keycode.hpp

#define K_esc 1 #define K_f1 59 #define K_f2 60 #define K_f3 61 #define K_f4 62 #define K_f5 63 #define K_f6 64 #define K_f7 65 #define K_f8 66 #define K_f9 67 #define K_f10 68

key_selall.v

`timescale 1ns/1ns module key_selall(K_sub, K, roundSel,m); output [1:48] K_sub; input [55:0] K; input m; input [3:0] roundSel; reg [1:48] K_sub; wire [1:48] K1, K2, K3, K4, K5, K6, K7, K

key_sel.v.txt

///////////////////////////////////////////////////////////////////// //// //// //// KEY_SEL

key_sel.v.txt

///////////////////////////////////////////////////////////////////// //// //// //// KEY_SEL

key_sel.v.txt

///////////////////////////////////////////////////////////////////// //// //// //// KEY_SEL

key_sel.v.txt

///////////////////////////////////////////////////////////////////// //// //// //// KEY_SEL

key_sel.v.txt

///////////////////////////////////////////////////////////////////// //// //// //// KEY_SEL

key_sel.v

///////////////////////////////////////////////////////////////////// //// //// //// KEY_SEL_Half

key_sel.v

///////////////////////////////////////////////////////////////////// //// //// //// KEY_SEL_Half