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

搜索资源列表

  1. fanhuibian

    0下载:
  2. 用C写的反汇编程序: 举例: Input the instructions ended with @: LW $T1, 0($A0) ADD $T0, $ZERO, $ZERO R0: ADDi $T0, $ZREO, 1 SLT $T2, $T0, $A1 BEQ $T2, $ZERO, RR ADD $T2, $T0, $A0 LW $T2, 0($T2) ADD $T1, $T1, $T2 J R0 RR: ADD $V0,
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:232151
    • 提供者:tt
  1. FCLOCK

    0下载:
  2. 时钟实验 输入一个时分秒时间后按秒计时,按下任何一个键后停止计时,显示停止时间-Clock experiment Input a after our time when according to SEC timing, press any key stop the clock and display stop time
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:647
    • 提供者:黎洁昕
  1. HMSCLOCK

    0下载:
  2. 时钟实验 输入一个时分秒时间后按秒计时,按下任何一个键后停止计时,显示停止时间-Clock experiment Input a after our time when according to SEC timing, press any key stop the clock and display stop time
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:649
    • 提供者:黎洁昕
  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. cifafenxiqi

    0下载:
  2. 1. 对单词的构词规则有明确的定义; 2. 编写的分析程序能够正确识别源程序中的单词符号; 3. 识别出的单词以<单词符号,种别码>的形式保存在符号表中(链表); 4. 词法分析中源程序的输入以.c格式,分析后的符号表,将二元组保存在.txt文件中 -1.Of the words have a clear definition of word formation rules 2.Written analysis program can correctly id
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:15141
    • 提供者:Grancy
  1. Typing-practice

    0下载:
  2. 运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成 的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母 消失;按ESC键返回主界面;按空格见暂停;按‘E’退出。 -Run the executable program testword.exe, the main menu screen appears, press the Enter key when the 26-letter-of-order line, then any
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:3506
    • 提供者:卢波
  1. mms

    0下载:
  2. 用STC2052做的密码锁,用按键输入,带密码更新,密码失电后不会丢失-To do with the STC2052 lock, with key input, with a password update password will not be lost after power loss
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1848
    • 提供者:ydx
  1. Count_Key_Presses

    0下载:
  2. 从键盘输入,程序记录所按的键的数目。汇编实例。-Input from the keyboard, the program records the number of the key pressed. Compilation of examples.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:740
    • 提供者:许灵玉
  1. Operating-Systems---William-Stalling-6th-edition.

    0下载:
  2. Operating Systems: Internals and Design Principles is a comprehensive and unified introduction to operating systems. By using several innovative tools, Stallings makes it possible to understand critical core concepts that can be fundamentally challen
  3. 所属分类:OS Develop

    • 发布日期:2017-05-26
    • 文件大小:8787333
    • 提供者:Ling Ling
  1. exp7(2)

    0下载:
  2. 键盘输入十六进制数据(10个以内)的排序并输出显示的程序设计-key input and output sorted hex numbers(less than 10)
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:3108
    • 提供者:ann
  1. xinxijiansuo

    2下载:
  2. 信息检索程序设计 完成一个信息检索系统。在数据区,有 9个不同的信息,编号 0-8,每个信息包括 40个字符。从键盘输入 0-8之间的一个编号,然后再屏幕上显示出相应编号的信息内容,按“q”键退出。 -Information retrieval program design Complete a information retrieval system. In data area, there are nine different information, Numbers 0-8,
  3. 所属分类:汇编语言

    • 发布日期:2013-12-05
    • 文件大小:2079
    • 提供者:宋麦涛
  1. HadoopStreaming.tar

    0下载:
  2. 在使用Hadoop Streaming时,自己定义的Inputformat,实现Map的输入<key,value>,key为文件名,value为文档的整篇内容。-Using the self design inputformat to make the filename as the key and the whole content as the key in the Map Input come true while do the MapReduce program with h
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:3258
    • 提供者:gdq
  1. keybd

    0下载:
  2. 利用中断方式响应键盘输入,并识别是哪个键按下。用两组4个LED显示被按下键的的行编号与列编号。-Interrupt in response to keyboard input, and identify which key is pressed. Two sets of four LEDs to display the line number and column number is pressed key.
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:775
    • 提供者:luoyong
  1. 1x

    0下载:
  2. 利用DOS 功能调用从键盘输入一个小写字母,将其转换成大写 字母后在屏幕上显示;按ESC 键后返回DOS。若输入的不是小写字母,则响铃 一次,并在屏幕上显示“Please retry …”。-Using DOS the function calls from the keyboard a lowercase letters, converts it into capital After the letters on the screen display Press the ESC
  3. 所属分类:assembly language

    • 发布日期:2017-05-17
    • 文件大小:4696000
    • 提供者:尹望峰
  1. codehelper

    0下载:
  2. 一款游戏秘籍辅助工具,可以实现将您背下来的秘籍通过程序变为一键启动,不必再繁琐的输入!!推荐在侠盗猎车手中使用!-For a Game Cheats aids Cheats will you back down can be achieved by the program becomes a key to start, do not have to cumbersome input! ! Recommended in Grand Theft Auto!
  3. 所属分类:ELanguage

    • 发布日期:2017-11-19
    • 文件大小:450017
    • 提供者:
  1. Windows_key

    0下载:
  2. 监控输入的键盘数值,用钩子获取,可以监控全部键值包括鼠标键值-Monitoring keyboard input value, get with hook can monitor all keys, including mouse key
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-23
    • 文件大小:73784
    • 提供者:jams huang
  1. anmoqi

    0下载:
  2. 颈椎按摩器源码,按键输入,手动调整7档智能模式-Cervical massager source, the key input manually adjust the seven-speed intelligent mode
  3. 所属分类:assembly language

    • 发布日期:2017-12-07
    • 文件大小:1954
    • 提供者:郭毅
  1. ADC

    0下载:
  2. stm32驱动4X4键盘扫描,用于键盘扫描-/******************************************************************************* * File Name : KeyScan * Descr iption : Serial print out the corresponding key value *************************************************
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:1446
    • 提供者:henry
  1. Config-file-readawrite-continuously

    0下载:
  2. 段名以簇名自动写入,key名以输入元素自动写入。本资源按捆成簇的方式用循环读写配置文件,可省去参数多时大量的重复代码。目前为了批量写入与批量读取,簇元素类型需一致。若要混合类型读写,只需加入条件框图分析元素类型即可。-Section name is automatically written to the cluster name, key name is automatically written to the input element. The resources bunched clus
  3. 所属分类:LabView

    • 发布日期:2017-12-05
    • 文件大小:18081
    • 提供者:steam
  1. wfb2dec

    0下载:
  2. WFB2DEC 2-D Wavelet Filter Bank Decomposition y = wfb2dec(x, h, g) Input: x: input image h, g: lowpass analysis and synthesis wavelet filters Output: x_LL, x_LH, x_HL, x_HH: Four 2-D wavelet subbands Make sure filt
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:745
    • 提供者:wen
« 1 2 3 45 »
搜珍网 www.dssz.com