搜索资源列表
cardread
- 本读卡用于明华rf35读写器,读写所有的m1号序号,主要用于将射频读写器中的内容读写到你需要的环境里(能接受字符串的当前焦点)。读卡有2种方式。一种是虚拟键盘的方式,另一种是剪贴板方式。这2种方式的区别是:剪贴板方式把读卡的信息放到剪贴板内存中去了,替换了剪贴板内存中的内容,而虚拟键盘的方式则是模拟键盘输入的形式,没替换剪贴板内存中的内容-The reader for the Ming Wah rf35 reader, read and write all of the m1 serial nu
KBDLogger
- 一个*器。用的是Raw Input的相关方法,基本上原始的键盘输入都能够读出来。 -A keyboard logger. Raw Input using the correlation method is basically the original keyboard input will be able to read them out.
iostream2
- 编写程序,从键盘输入任意一个字符串,将其内容保存到当前目录的myfile.dat文件中,然后以字符方式从文件中读取该字符串并显示。 -Programming, any keyboard input from a string, save its contents to the current directory myfile.dat files, and then approach the characters read from the file and display the strin
exercise6
- 编写程序,从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。 -Programming, from keyboard input an arbitrary string require an asterisk " *" as the terminator, and then save its
exchange
- 从键盘输入一个字符串,将其中的小写字母全部转换成大写字母, 然后输出到一个磁盘文件"test.dat"中保存,再从该文件中读出 字符串并显示出来。输入的字符串以"!"结束-Keyboard input from a string, lowercase letters, which are all converted to upper case, and then output to a disk file test.dat saved, and then from the docum
shiyan
- 运行环境:win—tc。 能实现一下功能: 1)从键盘读入数据,分析出一个单词。 2)返回单词种别(用整数表示), 3)返回单词属性(不同的属性可以放在不同的全局变量中)。 输入数据例: 0 92+data> 0x3f 00 while 正确结果:这些单词的单词种别及其属性 INT10 0 INT10 92 + _ IDN data > _ INT16 63 INT8 0 WHILE _ -Operatin
xoxo
- three proceses , one proces read some mesages entered from the keyboard until read s EXIT, the the second process kill his son, than kill himself.
7290
- zlg7290读写键盘程序 可移植性强 采用c语言编写-portability of the keyboard to read and write procedures zlg7290 strong language used c
stringmatching
- 可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。 查询的字典文件为
KeyBoard
- 键盘过滤框架,提供简单的READ和WRITE函数-KeyBoard
6
- (1) 从终端读入字符集大小为n(即字符的个数),逐一输入n个字符和相应的n个权值(即字符出现的频度),建立哈夫曼树,将它存于文件 hfmtree 中。并将建立好的哈夫曼树以树或凹入法形式输出 对每个字符进行编码并且输出。 (2) 利用已建好的哈夫曼编码文件 hfmtree ,对键盘输入的正文进行译码。输出字符正文,再输出该文的二进制码。 -(1) read from the terminal into the character set of size n (ie the numbe
wuxianshibie
- 装置中阅读器、应答器均有无线传输汉字的功能,载波频率≤5MHz,调制方式任选。不得使用现有射频识别卡或用于识别的专用芯片。装置中的耦合线圈为圆形空芯线圈,用直径不大于1mm的漆包线或有绝缘外皮的导线密绕10圈制成。线圈直径为6.6±0.5cm(可用直径6.6 cm左右的易拉罐作为骨架,绕好取下,用绝缘胶带固定即可)。线圈间的介质为空气。两个耦合线圈最接近部分的间距定义为D。 阅读器、应答器只能使用耦合线圈耦合,不得使用其他耦合方式。 阅读器采用外接单电源供电,具有通过无线方式实现“写”与
exercise_2
- 从键盘输入任意一个字符串,要求以星号“*”为结束符,然后将其内容保存到当前目录的myfile.dat文件中,之后从文件中读取该字符串并显示。要求将该文件中的字符以逆序形式全部打印出来,将相对于文件头偏移量为偶数位置的字符全部打印出来。-Enter any of the string from the keyboard to require an asterisk " *" as the terminator, and then save its contents to the
monijianpan
- 模拟键盘和鼠标按下对应的按键 很有意思的大家看一下 -Simulation keyboard and mouse press the corresponding key interesting read
MC2008CPU-CARD
- 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
lll
- 简单的汽车过磅系统的设计和实现 1、输入记录功能(从键盘输入车型、车辆重量) 2、统计当天过磅的汽车车辆总数、运载货物总重量。 3、统计各种车型车辆总数、各种车型运载货物总重量。 4、统计当天收费总金额、各种车型收费总金额。 5、按收费总金额排序,显示各车型型号、收费金额。 6、查询功能(按车型查询货物重量、金额)。 7、统计结果保存在文本文件中。 8、从文本文件中读取数据、显示。-Simple automotive weighing system
book
- 易语言写的看书小程序,支持鼠标键盘换页,缺点是有点慢-Easy to read language to write small programs, support mouse and keyboard for page, the disadvantage is a bit slow
tmp1
- 编写程序,从键盘读入一个文本文件名字(可带路径),为该文件中的所有单词建立一个词汇索引。按字母顺序显示所有单词(仅一次),后面紧跟着它们所在的行号。大写与小写字母被认为是相同的。例如,对于下列的输入文件: To be or not to be, that is the question. 产生的词汇索引如下: be 1 2 is 3 not 2 or 1 question 3 that 3 the 3 to 1 2-Programming, rea
Moving-Ball
- 方向键控制圆圈的移动的小程序,主要演示VC读取键盘输入行为和对图形的控制,小游戏开发的实例程序。-The direction key control the movement of the circle of the small program, the main demonstration VC read keyboard input behavior and the graphical control, little game developing example program.
read
- 从键盘读入若干整数,将他们按由低到高排序输出。-Reading the keyboard into the number of integers, according to their sort low to high output.