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

搜索资源列表

  1. exp4

    0下载:
  2. 汇编语言完成以下功能:可以从键盘上输入某班学生的某科目成绩(输入按学生的学号由小到大的顺序输入);可以统计检查每个学生的名次;可以将统计结果在屏幕上显示;为便于观察,输出应便于阅读,尽可能考虑到美观;输入有检错手段.-Assembly language to complete the following functions: you can enter from the keyboard of a subject of a class of students grades (number inp
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:120315
    • 提供者:xieruyi
  1. keyaxem(1)

    0下载:
  2. C++使用键盘练习 初学者编写 具体实现C的跳转-C++ beginners to practice using the keyboard
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-03
    • 文件大小:670088
    • 提供者:deng
  1. sy5

    0下载:
  2. 微机原理实验,从键盘输入数据并显示,非常适合初学者使用-Computer principle experiment, the input data from the keyboard and display, ideal for beginners to use ~ ~
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:973
    • 提供者:Andrew
  1. dianziqin

    0下载:
  2. 当按下PC机键盘数字键1-8时,依 次发出1,2,3,4,5,6,7,i八个音调-PC-keyboard when you press the number keys 1-8, the order issued 1,2,3,4,5,6,7, i eight tones
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:821
    • 提供者:秦佳
  1. 4

    0下载:
  2. 汇编实现PC机模拟电子钢琴,从键盘按键1到8,会出现八个不同的音调-Series analog electronic realization of PC-piano, keyboard keys from 1 to 8, there will be eight different tones
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:816
    • 提供者:柒音
  1. asmcode

    0下载:
  2. 自己写的:编制计算N (N<50)个偶数之和(2+4+6+…)的子程序和接收输入N及将结果(例如:2+4+6=12)显示的主程序。 对键盘输入的字符进行判断,如果不是数字,显示提示,输入两位数。对输入的数字进行判断,如果输入的数不在1~50之 间,提示重新输入。结束时,显示提示信息,按任意键退出。 在程序的开始显示自己的学号及姓名(拼音)。 编制一个主模块,编制一个子程序模块。实现参数的传递。 -Compiled by N (N < 50) an even
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:2436
    • 提供者:黄雄
  1. Chi-Lin-STM32-source-code

    0下载:
  2. 智林STM32程序源代码的分析和整理,编写了开发板上键盘扫描、字符输入和简单shell的程序-Chi Lin STM32 program source code analysis and sorting, preparation of the development board keyboard scanning, character input and a simple shell program
  3. 所属分类:OS Develop

    • 发布日期:2015-12-24
    • 文件大小:5120
    • 提供者:数据库
  1. Piano

    0下载:
  2. 使用汇编语言开发的键盘钢琴,有几十个不同的音阶发音,功能强大,在DOS下方可运行-Use the piano keyboard assembly language development, there are dozens of different scales pronunciation, powerful, in the only run under DOS
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1156
    • 提供者:KnGine
  1. S4

    0下载:
  2. 利用pc机键盘,编写一个读入并显示键盘输入的演示程序。-Using pc keyboard, write a read and display the keyboard demonstration program.
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1540
    • 提供者:zpw
  1. S51

    0下载:
  2. 用1号系统调用从键盘键入一个字符串,然后统计其中小写字母的个数。程序每次执行,都能得到不同的结果。-System calls with 1 type a string from the keyboard, and then statistics on the number of lowercase letters. Program execution time, can get different results.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:560
    • 提供者:zpw
  1. calculator

    0下载:
  2. 一个基于8086汇编编写的计算器, 支持加减运算, 负数和括号, 键盘输入表达式, 屏幕输出结果.-A compilation prepared by the calculator based on 8086 to support the addition and subtraction, negative, and brackets, keyboard input expression, the screen output.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1336
    • 提供者:FJY
  1. daoxu

    0下载:
  2. IBM-PC汇编语言程序设计之从键盘输入一系列字符串之后倒叙输出-ibm pc huibian program design123456789
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:841
    • 提供者:shiwenlong
  1. Visual-CPP400source-code

    0下载:
  2. Visual C++范例大全 400+的实例源码 光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制输出 实例008——产生随机数 实例009——实现排序
  3. 所属分类:source in ebook

    • 发布日期:2017-06-14
    • 文件大小:22656950
    • 提供者:陈霸天
  1. delphi-keylogger-source

    0下载:
  2. delphi 中英文 键盘记录源码, 可以记录中英文的源码-delphi keylogger source code in English
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:177063
    • 提供者:陈霸天
  1. shiyan21

    0下载:
  2. 汇编语言,从键盘输入10以内个数的字母,再输入要统计的字母,显示10个字母中,某个字母的个数。-Assembly language, from within the keyboard 10 the number of letters, the letters and then enter the statistics shows that 10 characters in a number of letters.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:521
    • 提供者:zx
  1. huibian

    0下载:
  2. 编制一个程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字节的GRADE数组中,其中GRADE+N保存学号N+1的学生成绩。然后根据GRADE中的学生成绩,把学生名次填入50字节的RANK数组中,其中RANK+N的内容是学号为N+1学生的名次。再按学号顺序把学生成绩及学生名次显示出来。-The preparation of a program that requests to receive input from the keyboard of a class of student a
  3. 所属分类:assembly language

    • 发布日期:2017-04-16
    • 文件大小:30989
    • 提供者:王若松
  1. Keyscan

    0下载:
  2. 用汇编语言实现键盘扫描及数码管显示的实验,-In assembly language keyboard scanning and digital display of the experiment,
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:1906
    • 提供者:王珂
  1. ioput

    0下载:
  2. 从键盘接收5个无符号数,计算结果并显示在屏幕上-Received 5 unsigned from the keyboard , calculated and displayed on the screen
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:4820
    • 提供者:朱勇
  1. timer_seg7

    0下载:
  2. 通过中断触发计数器计数 可以根据4*4的行列式键盘来控制停止和启动-By interrupt trigger counter can be the determinant of 4* 4 keyboard to control the stop and start
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:45810
    • 提供者:张子安
  1. 5182

    0下载:
  2. 从键盘输入一组字符串,并写入之前新建的文件a.txt中-A set of strings from the keyboard, and write in before the new file a.txt
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:535
    • 提供者:liuqq
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com