搜索资源列表
C++Builder5
- C++ Builder 5 模拟键盘按键 自动输入文字 不需要解压密码-C Builder five simulated keyboard keys do not need to enter text automatically extracting passwords
jscj
- 一个收集键盘鼠标动作,然后回放的例子。有了他,你可以加工出一个整人程序,让别人在电脑上的操作再次还原并自动进行,看着别人那惊呆的表情,你就在边上偷着乐吧,哈哈.(当然也可以记录键盘、鼠标输入的密码,你可不要拿来做坏事呵!)-A collection of keyboard and mouse movements, and then playback example. With him, you can process a whole person process, to let others o
warningsystem
- 单片机系统(控制)、矩阵键盘、LED显示和拨号报警系统(四部分)组成,能完成开锁、超时报警、拨号远程报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能-The system is composed by the monolithic integrated circuit system, the matrix keyboard, the LED demonstration and the digit dialing alarm system .it has functions of com
66KeyLock
- 此题目是通过键盘来实现密码输入是否正确,正确的时候数码管亮,否则发出报警声。 判断是按键还是干扰是非常有用的,它体现了一个系统的抗干扰能力。高低电平在瞬间的变换是很正常的,如果没有这条语句,系统很容易出错。 其中2秒是由定时器0来完成的。 在程序的定时器中断中,用switch代替了if else结构,使得程序的可读性大大增强。 TH0 = (65536-50000) / 256 TL0 = (65536-50000) 256 使得TH0 = 3CH, TL0 = B0H,
mimasuo
- atmega16实现电子密码锁,1、 通过键盘输入密码 密码正确与错误进行相应的音乐提示,与液晶显示提示 3次按下错误密码则锁死 -atmega16 for electronic lock, 1, enter the password using the keyboard with the wrong password is correct corresponding music tips, and liquid crystal display prompts 3 times wro
LOCK
- 多功能电子密码锁: 6位密码,密码错误时声光报警,可修改密码,带掉电保护 ,1602液晶显示,矩阵键盘输入。 -Multi-function electronics combination lock
hook
- 利用VC++的系统信息拦截函数hook截获鼠标键盘的消息,使其无效,这样就无法关闭程序。如果不知道密码将无法使用电脑只能重新启动-For system information intercept function hook to intercept mouse keyboard VC++ message it invalid, so that you can not close the program. If you do not know the password will not be ab
Electronic-password-lock
- 电子密码锁: 本系统由单片机系统、矩阵键盘、LED显示和报警系统组成。系统能完成开锁、超时报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能。除上述基本的密码锁功能外,还具有调电存储、声光提示等功能,依据实际的情况还可以添加遥控功能。本系统成本低廉,功能实用-Electronic password lock: The system consists of single-chip systems, matrix keyboard, LED display and alarm systems
Text1
- 密码锁51单片机举证键盘1602液晶,,,,,,,,,,,6为密码锁你懂得,,,,,,,可修改密码-It is a lock which can only be opened by your own code .With 51MCU on it ,and 602 for printf something
PasswordKeyBoard
- 密码键盘,电饭锅电饭锅sd敢达跟随电饭锅的郭德纲是-PIN Pad
AT89C51
- 本次设计使用AT89C51实现一基于单片机的电子密码锁。本系统由单片机系统、矩阵键盘、LED显示和报警系统组成。系统能完成开锁、超次锁定、修改用户密码基本的密码锁的功能。除上述基本的密码锁功能外,还具有温度显示、时间显示等功能,依据实际的情况还可以添加遥控功能。本系统成本低廉,功能实用。-This design uses the AT89C51 to realize electronic password lock based on mcu. This system consists of SC
dianpianji
- 单片机密码锁 1.初始密码123456,输入密码时显示******,有按键音. //2 密码通过键盘输入0-9数字,当输入第6个密码,系统自动验证密码,若密码正确,则将锁打开 -1. Initial password 123456****** displayed when you enter a password, there are key tone. //2 0-9 password via keyboard input, when you enter the first
mimasuo
- 本系统由单片机系统、矩阵键盘、LED显示和报警系统组成。系统能完成开锁、超时报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能。除上述基本的密码锁功能外,声光提示等功能,依据实际的情况还可以添加遥控功能。本系统成本低廉,功能实用-The system consists of single-chip systems, matrix keypad, LED display and alarm system. System to complete the unlock overtime ala
CM51X
- 51X系列银行密码小键盘解决了银行因终端品种繁杂、驱 接口程序不一致而导致的一系列软、硬件不兼容问题 -51X Series banking password keypad solved bank has terminal species complex, flooding Interface program which led to a series of inconsistent software and hardware incompatibilities
nptest
- 基于火狐浏览器调用键盘的插件,火狐浏览器可以调用这个插件而使用密码键盘-a plugin base on foxfire
Joseph
- 1. 约瑟夫(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。试设计一个程序求出出列顺序。 2. 演示程序以用户和计算机的对话方式进行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的运算命令
Electronic-cipher-lock
- 运用单片机之间的串口通信实现电子密码锁的功能。使用单片机自身有的串口可以很方便的实现单片机之间的通信,使输入的密码值传送到主机,检验是否是正确的密码。该电子密码锁分两部分,一部分在外部,有键盘部分和密码显示;另一部分在内部,有密码设置和显示。-The use of serial communication between the microcontroller to achieve the function of electronic password lock. The use of sing