搜索资源列表
mobile_IME
- 手机键盘输入法,可以模拟手机键盘进行数字和字母的录入.用C写的算法,移植方便-keypad input method can simulate phone keypad numbers and letters for the record. Using the algorithm in C, transplantation convenience
long3
- 该文件是用汇编语言编写的。文件功能是:从键盘输入一个字符串(长度<80),统计其字母、数字和其他字符个数。-the document is a compilation of language. Document function is : keyboard input from a string (length
JPXSH
- 微型数字键盘的代码-micro-numeric keypad code
yanzou
- 在提示符后从键盘上输入I(或i)进入到频率变化率输入,输入一个数字,按下回车后,喇叭发出声音,声音停止后自动返回到上一步,继续进行操作,或在提示符后从键盘上输入Q(或q)退出这个程序。-at the prompt from the keyboard input I (i) to enter the frequency rate of change, enter a number, Press Enter, the sound from the loudspeaker, the voice sto
hanzishibie_c
- mydate.dat为字库 先点击file, 点open,读入字库 学习时字库自动保存 已有键盘字符,字母,数字 和简单汉字 如要识别复杂汉字,请先用学习功能-mydate.dat Click on the first character of the file, open spots, Reading into the character study of character has been preserved automatic keyboard characters,
soft-keyboard
- 一个自制的实现数字输入的程序简易软键盘,程序不多,但具有很高的参考价值。-a self-made digital input procedures simple soft keyboard, procedures, but we have a very high reference value.
fmenu1
- 按(F1)键显示(Choice)下拉菜单的功能选项,内有五个选择,本人连接了3个功能,它们分别是:appg1(实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果清除,重新显示下次运行结果);appg2(打字练习的程序,系统按回车键出现由26个字母组成的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母消失);appg3(一个动画程序,它是一个方框向中间由大变小,并留下痕迹,然后出现一个心,按空格重复出现心,按其他键将重复,按Q键退出的程序);appg4(还未实现任何功能
keyboard
- 自动生成屏幕数字键盘,包含退格键和确认键,确认按钮的事件要自己传入-Automatically generate screen numeric keypad, including backspace and the Enter key, the OK button of the incoming event to its own
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
rili
- 51单片机电子日历(电子时钟)程序 硬件实验箱是伟福LAB2000实验箱 电子日历,有时间显示、闹铃、日期、秒表及键盘设置功能-51 Single-chip electronic calendar [electronic clock] procedure experimental boxes are hardware-wei Fu LAB2000 experimental boxes of electronic calendars, time display, alarm, date,
zifutongji
- 字符统计:从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类记数,最后显示出这三个记数结果。-Character Statistics: a series of characters from the keyboard input (to the end of carriage return), and letters, numbers and other characters in mind the number of categories, and finally show
LED
- LED七段数码管数字钟: 1.设计并完成LED七段数码管数字钟电路。 2.数字钟显示格式为:HH:MM:SS。 3.具有通过键盘能够调整时、分、秒的功能。 -Seven-Segment LED digital tube digital clock: 1. Design and completion of Seven-Segment LED digital tube digital clock circuit. 2. Digital clock display format: H
Jing
- 编程从键盘输入一位十进制数字(0~9),在七段数码管上显示出来。-Programming from the keyboard input a decimal number (0 ~ 9), in the seven-segment digital tube display.
DDS1-2
- 利用FPGA设计一个直接数字频率合成器(DDS),要求能够通过键盘设定输出正弦波、三角波和方波,输出波形频率由键盘输入设定,液晶显示屏显示输出波形类型和频率,输出频率范围10Hz-20kHz,步长0.5Hz。-FPGA design using a direct digital synthesizer (DDS), requires the ability to set the keyboard output sine wave, triangle wave and square wave ou
NumKeyBoard
- labview NumKeyBoard 数字键盘,方便调用,使用方便,可单独使用-labview NumKeyBoard numeric keypad for easy call, easy to use, and can be used alone
tcal5.5
- 文本计算器说明 一、用法: 1、文本计算器具有关闭时是否保存计算结果的功能、计算结果的小数位选择功能,小数位0表示计算精度; 2、文本计算器打开时,可以自动加载上次的计算结果以及上次关闭时窗口位置; 3、双击计算器的文本框可打开数字键盘,方便笔记本用户使用; 4、输入数学表达式后,按回车键,自动计算结果; 5、一个表达式必须在一行内全部输入; 6、表达式不输入内容时直接回车,不再出现错误提示; 7、需要当记事本用时,在本行最前面加入 号,可不出现错误提示!
labview-numberkeyboard
- 用labview编写的数字键盘,模拟键盘-Using the labview prepared numeric keypad, analog keyboard
PS2--digital-display
- 用外部中断读取PS2键盘的数据 并在数码管上显示,此程序只处理数字键盘。其余按键功能用户可以自行扩展,为了程序简单便于阅读和学习,程序中没有使用奇偶校验, 校验程序请自行添加-External interrupt data read PS2 keyboard and display on the digital tube, this program only handles numeric keypad. Remaining keys function the user can expa
input-char-time
- 输入字符时间,由数字键盘输入一串字符,显示它的ASCII 码-Input characters of time, by digital keyboard input a string of characters, shows its ASCII code
TQOAK8
- 小数字键盘练习录入电话号码和手机号的指法练习软件和源码,易语言写的,作者配音,()