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

搜索资源列表

  1. DES

    0下载:
  2. 输入明文以及密钥,用DES算法产生密文,或者输入密文以及密钥,产生明文-Input plaintext and the key, use the DES algorithm to generate cipher text, or input ciphertext and the key to produce plaintext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4445
    • 提供者:xy
  1. programC

    0下载:
  2. 【开发环境Keil】1、直流电机调速:按键调速,PWM部分显示速度档位,电机根据档位调节速度 这个需要把电机驱动输入端和PWM端连接起来 2、红绿灯:使用定时器学习 倒计时 红绿灯原理 3、抢答器:同时按键抢答,先按的键有效,其他按键锁死 复位后重新 4、遥控器红外解码数码管显示:按配套遥控器上1-9会在数码管上对应显示 5、PWM调光:利用定时器产生PWM,了解原理和使用方法 6、贪吃蛇样例-【development environment Keil】 1, DC motor speed:
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:98524
    • 提供者:yuanfang
  1. 2

    0下载:
  2. 根据设定好的密码,采用二个按键实现密码的输入功能,当密码输入正确之后,锁就打开,如果输入的三次的密码不正确,就锁定按键3秒钟,同时发现报警声,直到没有按键按下3种后,才打开按键锁定功能;否则在3秒钟内仍有按键按下,就重新锁定按键3秒时间并报警。-According to set a good password, the password used to achieve two key input, when the password is entered correctly, the lock
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:36124
    • 提供者:yanglijuan
  1. Calculator

    0下载:
  2. VC平台上编写的计算器,能够通过键盘或者界面按键输入数字和进行相关操作;除了简单的运算,还可以进行二进制、十进制、十六进制的运算,不同进制之间的转换-VC platform prepared by the calculator, can be input via keyboard or interface key figures and associated operations in addition to simple arithmetic, it can be binary, decim
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:41159
    • 提供者:陈昊杭
  1. VC_using_ENTER_key_control_dialog_control_focus_co

    0下载:
  2. VC开发使用ENTER键控制对话框中控件的输入焦点代码-VC++ using the ENTER key to control the dialog control focus code input
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:13086
    • 提供者:ik
  1. qqq

    0下载:
  2. VB编程控制Windows中文输入法,在Windows中我们可以用“Ctrl+Shift”键来调入或切换中文输入法,但是这样做每次都是使位于输入法列表顶端的那个输入法首先被调用。通常我们都要连续按好几次“Ctrl+Shift”才能将习惯的输入法调出。我编制了一段小程序,通过它可以把任意一个输入法放在输入法列表的顶端。 -VB programming control Windows Chinese input method, in Windows, we can use " Ctrl+
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-31
    • 文件大小:4418
    • 提供者:张儒良
  1. input_number

    0下载:
  2. 4*4矩阵键盘输入,只用一P io,只要加载到工程上就可以引用-4*4 key input
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:16894
    • 提供者:jiajia
  1. zcpzmoney

    0下载:
  2. 会计凭证金额录入控键源码,支付小数点及数字录入。-Control key accounting documents and the amount of input source, to pay the decimal point and digital input.
  3. 所属分类:.net

    • 发布日期:2017-04-04
    • 文件大小:29322
    • 提供者:zhouye
  1. jnsk

    1下载:
  2. 这是一个工业生产节能时控器的单片机程序(C语言)。工业生产节能时控器由单片机、按键输入、数码管、继电器、蜂鸣器、电源等组成。单片机是整个系统的核心,整个系统的所有运行均由单片机完成,如产生精确的时钟及计时、数码管输出扫描显示、输出去动继电器、驱动蜂鸣器、扫描按键输入等。单片机型号为AT89C2051。-This is an industrial production of energy-saving controller of the microcontroller when the progr
  3. 所属分类:SCM

    • 发布日期:2014-05-23
    • 文件大小:23552
    • 提供者:fanzzu
  1. DispalyNetPacket

    0下载:
  2. 抓包前,首先要编写实现了PacketReceiver接口的类,即数据包处理器,由与抓包时,对应某个网络接口的JpcapCaptor对象会阻塞,所以我们将每个网卡上得到的对应的用用于网络抓包,输入数据包类型。JpcapCaptor对象放到一个独立线程中运行;TestPacketReceiver是个数据包解析器,本例中我们只是简单打印出收到的数据包类型及关键参数。-Ethereal, we should first write a class implements the PacketReceive
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-13
    • 文件大小:1643
    • 提供者:夏磊
  1. DES

    0下载:
  2. This particular algorithm is a brute force attack on the popular DES Encryption standard. The DES algorithm consists of 4 main classes which will be briefly discussed -The first class takes into consideration the assumption that the in the inputs a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:9615
    • 提供者:RobT
  1. chenjiguanlixitong

    0下载:
  2. 学生管理系统,重要管理学生成绩,可以进行修改输入等功能。-Student management system, key management student achievement, can modify the input and other functions.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-23
    • 文件大小:23608
    • 提供者:Preston
  1. TIMER_16_CAP_COUNT

    0下载:
  2. 使用KEY1输入边沿触发,用定时器递减计数,当计数值和匹配值相等时 ,进入中断:LED3的状态翻转,每按KEY1键四次,LED的状态改变一次-Using KEY1 input edge-triggered, with the timer count down, when the count value and matching values are equal, the interrupt: LED3 state flip four times each key press KEY1, LE
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:28349
    • 提供者:刘成
  1. DES

    0下载:
  2. 实现DES加密和解密的算法 初始密钥可以随机产生或者自己输入-Implement DES algorithm for encryption and decryption key can be randomly generated or the initial input their own
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-06
    • 文件大小:1251638
    • 提供者:caosheng
  1. facetracking

    0下载:
  2. 人脸检测是指在输入图像中确定所有人脸(如果存在) 大小、位置和位姿的过程。人脸检测作为人脸信息处理中的 一项关键技术, 近年来成为模式识别与计算机视觉领域内一 项受到普遍重视、研究十分活跃的课题[-Face detection is to determine all of the input face image (if present) the size, location and posture of the process. Face face detection inform
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1563610
    • 提供者:若愚
  1. or1200_wb_ram_gpio_pll

    0下载:
  2. Quartus ii项目,硬件平台为SOPC2000,能实现LED的各种显示控制及按键输入。包括硬件实现的Verilog及软件实现的C实现。SOPC系统的设计在Windows的quaruts ii 8.0上实现,软件部分在Ubuntu上实现。-Quartus ii project, the hardware platform for SOPC2000, to achieve a variety of LED display control and key input. Including Ver
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:637924
    • 提供者:陶宇
  1. fsh

    0下载:
  2. 这是我的毕业可用8位的LED显示,有小数点的。设计哦,可以用的。可供参考-VHDL-based digital frequency meter With the rapid development of electronic technology, FPGA/CPLD appear in its high-speed, high reliability, series parallel mode of outstanding merit widely used in the electronic
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-16
    • 文件大小:4354498
    • 提供者:战魔
  1. caculator

    0下载:
  2. 利用12个按键(4*3矩阵键盘0~b,因为仅有这点按键)和一块4位七段数码管(用于显示) 能实现实数的加减乘除运算,精确至小数点后四位,并完整地显示输入及结果。 -Using the 12 keys (4* 3 matrix keypad 0 ~ b, because only this key) and a 4 segment digital tube (for display) to achieve real number addition and subtraction multi
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:1776
    • 提供者:ly
  1. S7_PS2_LCD

    0下载:
  2. 1、ps/2键盘输入,通过led显示ascii码 2、稍等1s可以在lcd上显示输入的字符 3、其中键盘上的backspce键是用来清屏的 4、当lcd上显示满字符时,在按下按键自动清屏,从第一行显示。-1, ps/2 keyboard input, through the led display ascii code 2, wait for 1s in the input character lcd display 3, in which key on the keyboard i
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:857690
    • 提供者:陈亮
  1. DES

    0下载:
  2. 强大的DES加密解密程序。 给8位字符作为密钥, 输入任何文件,输出加密后的密文。 输入任何文件,输出解密后的明文。 测试过输入可执行文件加密解密后仍然可执行。-Strong DES encryption and decryption process. To 8-bit characters as the key, enter any file, the output encrypted ciphertext. Enter any file, the output decr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1957720
    • 提供者:李淑怡
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 49 »
搜珍网 www.dssz.com