代码搜索:eKey
找到约 45 项符合「eKey」的源代码
代码结果 45
www.eeworm.com/read/255779/12056496
h dkeylogic.h
#ifndef DKEYLOGIC_H
#define DKEYLOGIC_H
#include
SC_MODULE(dkeylogic) {
sc_in clk;
sc_in dkey_mux;
sc_in ekey_out;
sc_in
www.eeworm.com/read/255779/12056452
h aes_ecb_top.h
#ifndef AES_ECB_TOP_H
#define AES_ECB_TOP_H
#include
#include "aes_encdec.h"
#include "aes_keygen.h"
#include "aes_lut.h"
SC_MODULE(aes_ecb_top) {
sc_in clk;
www.eeworm.com/read/368152/9708987
frm 32dll.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "eKey MwUsbD.DLL"
ClientHeight = 5670
ClientLeft = 60
ClientTop = 345
ClientWidth = 8070
LinkTo
www.eeworm.com/read/362688/9986355
h keycombodlg.h
#pragma once
// CKeyComboDlg dialog
class CKeyComboDlg : public CDialog
{
DECLARE_DYNAMIC(CKeyComboDlg)
public:
CEdit m_eKey;
CString m_strValue;
CString m_strRegKey;
CKeyComboDlg(
www.eeworm.com/read/368152/9708977
bas public.bas
Attribute VB_Name = "Module1"
Option Explicit
'Public Const TransferKEY = "ffffffffffffffff"
Public Const TransferKEY = "0000000000000000"
Public icdev As Long
Public st As Integer
'Ekey old F
www.eeworm.com/read/382749/9003506
py 029-keyevent.py
import appuifw, key_codes, e32
def keys(event):
if event['keycode'] == key_codes.EKeyUpArrow:
appuifw.note(u"Arrow up was pressed")
elif event['keycode'] == key_codes.EKey2: