CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - INPUT KEY

搜索资源列表

  1. key-design

    0下载:
  2. 键的设计 通过输入尺寸可以查询键的长度 也可以通过输入应力对键进行校核 -Key design input size can query key length can also be checked by entering the stress on the key
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:61448
    • 提供者:王飞
  1. KEY

    0下载:
  2. stm 32 按键输入 按键控制响应-stm 32 key input buttons control response
  3. 所属分类:SCM

    • 发布日期:2017-11-25
    • 文件大小:6768712
    • 提供者:杨易
  1. ALIENTEK-MINISTM32-ex2-key-input

    0下载:
  2. ARM基于STM32F103ZET6在ALIENTEK MINISTM32 开发板下的 按键输入 实验-ARM-based STM32F103ZET6 key input experiments in ALIENTEK MINISTM32 development board
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-16
    • 文件大小:6306018
    • 提供者:yushuangyue
  1. key

    0下载:
  2. STM3F103RBT6 KEY输入输出的实现-The realization of the input and output of the STM3F103RBT6 KEY
  3. 所属分类:SCM

    • 发布日期:2017-12-07
    • 文件大小:1636
    • 提供者:Vian
  1. sm3Phmac

    0下载:
  2. 基于国密算法SM3实现HMAC,输入密钥和消息,可产生HASH验证码,C环境下调试成功-Based on the countries close algorithm realization SM3 HMAC, input key and news, can produce HASH verification code, C environment debugging success
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:233721
    • 提供者:易维兴
  1. Key-input-module

    0下载:
  2. 基于altera器件的按键输入模块verilog-Based on altera device key input module verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-23
    • 文件大小:831
    • 提供者:林伟
  1. Test3

    2下载:
  2. 应用汇编语言完成实验中从P1口输入键值然后在P2口通过数码块显示的程序,并生成.Hex文件,在Proteus下运行,结果正确。-The application assembler language to complete the experiment from the P1 port input key and digital blocks display program through the P2 port and generate. Hex file, run under the Prot
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:57303
    • 提供者:lawliet
  1. Key

    0下载:
  2. 按键是单片机系统最常用的输入设备之一;几乎是只要需要交互输入,就必须有键盘。这篇博客实现了一个通用的键盘程序,只要提供一个读取键值的函数(底层键值),程序将完成消抖、存入队列等一些列处理。同时本程序提供最常用的4*4矩阵键盘的程序,和4个按键的程序。 -The key is, one of the the SCM system most commonly used input device almost as long as the need for interactive input,
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:12612
    • 提供者:wangpeng
  1. input-system

    0下载:
  2. Linux环境下,用输入子系统结构写的按键驱动程序,检测到按键K1/K2/K3/K4中断后再终端显示被按下的按键。-Linux environment, with the the input subsystem structure written key driver detected key K1/K2/K3/K4 interrupt after terminal to display the button is pressed.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-20
    • 文件大小:1743
    • 提供者:
  1. digtal-input-and-output-module(KEY)

    0下载:
  2. 2407ASMDSP原理及其电机控制应用实验程序,数字输入输出模块(led+key)-Principle and motor control applications in 2407ASMDSP experimental procedures, digital input and output modules (led+ key)
  3. 所属分类:DSP program

    • 发布日期:2017-11-06
    • 文件大小:28165
    • 提供者:
  1. KEY

    0下载:
  2. 行列式键盘检测 输入: 用户按键事件 输出:存放用户输入的键值-Determinant keyboard detection Input: user key event Output: storing the user input keys
  3. 所属分类:Scanner

    • 发布日期:2017-12-04
    • 文件大小:1284
    • 提供者:wy
  1. project05172

    0下载:
  2. 通过输入的按键数值,来产生不同的波形,并可通过输入的按键值改变改变波形的频率和幅值-Through the input key value, to generate the different waveforms, can be changed by the input key value of the frequency and amplitude of the waveform changes
  3. 所属分类:assembly language

    • 发布日期:2017-12-02
    • 文件大小:2036
    • 提供者:
  1. PS2

    0下载:
  2. 通过PS/2接口连接键盘来实现对键盘输入键的识别-PS/2 interface for keyboard input key identify
  3. 所属分类:SCM

    • 发布日期:2017-12-03
    • 文件大小:24369
    • 提供者:葛机
  1. FileEncry

    0下载:
  2. C#编写的一个简单文件加解密程序,根据输入的密钥产生Key和IV。-C# prepared by a simple file encryption and decryption procedures, based on the input key Key and IV.
  3. 所属分类:CSharp

    • 发布日期:2017-11-10
    • 文件大小:69172
    • 提供者:李磊
  1. VCKaisa

    1下载:
  2. 使用vc编写的简单的实现凯撒密码代码。语法是,将输入的明文根据其ascll码加上输入的密钥之后换位为相应ascll的密文。-Using vc to write the simple implementation of Caesar cipher code. According to its syntax is that the input plaintext ascll code plus the input key after transposition for the correspondi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:66841
    • 提供者:
  1. PS2

    0下载:
  2. PS2键盘驱动程序。。非常实用简单。。。适用于初学者。。。ps2键盘输入,,,LED显示输入的按键值-PS2 keyboard driver. . Very simple and practical. . . For beginners. . . ps2 keyboard input,,, LED display input key values. . . .
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-27
    • 文件大小:177243
    • 提供者:周健
  1. Key

    0下载:
  2. 计算器输入数据形式相同,数码管将从左至右依次显示-Calculator same input data format, digital tube display from left to right
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:31771
    • 提供者:狼王
  1. key

    0下载:
  2. 驱动级的键盘记录器,能记录QQ密码,理论能记录任何键盘输入-Drive level keyloggers can record QQ password, theory can record any keyboard input
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:25837
    • 提供者:fromth
  1. KEY

    0下载:
  2. 5x6矩阵键盘实现,基本思想:逐行扫描,列端口设置为上拉输入,先将第一行置低,检测列有没有被拉低的,没有则置低第二行,置高第一行,检测列有没有置低的,以此类推。-5x6 matrix keyboard realization, the basic idea: Progressive scan, the column is set to pull the input port, the first line of the first set low, there has not been pull
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1997
    • 提供者:熊子卿
  1. 8KEY

    0下载:
  2. 8 基于IAR 环境的STM8的输入按键KEY入门工程源码-8 based on the IAR environment STM8 KEY input key source project started
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:212553
    • 提供者:廖广风
« 1 2 3 45 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com