搜索资源列表
-
1下载:
可以帮助你通过互联网、LAN或电话线从一台PC远程访问另一台PC,你还可以在那台电脑上工作,就像身临起境般,它还允许系统管理员控制网络内的所有电脑,访问文件、观看屏幕、控制键盘和鼠标的动作-can help you through the Internet, LAN or phone line from a PC remote access another PC, you can then work on the computer, just like with Habitat as dying
-
-
0下载:
一个屏幕键盘的程序。在网络上一个代码的基础上修改,解决了原来的屏幕闪烁的问题,并且优化按键的绘制!-a screen keyboard procedures. On the Internet a code on the basis of changes to solve the original problem of screen flicker, and optimize key mapping!
-
-
0下载:
从键盘输入20各有符号,将他们排序并在屏幕上显示。-input from the keyboard with 20 symbols, their sequence and displayed on the screen.
-
-
0下载:
汇编语言中,实现基本输入输出的代码,可以通过键盘输入,再在屏幕显示输入符号的十六进制表示-assembly language, and achieving basic input-output code, through keyboard input, again on the screen show that the symbols of hexadecimal representation
-
-
0下载:
使用8251进行串行通信,在主机键盘打入的字符可以显示在终端屏幕上,在终端屏幕上打入的字符显示在主机屏幕上。-8251 for the use of serial communication, the host of characters into the keyboard can display on the terminal screen, enter the terminal screen character display mainframe screens.
-
-
0下载:
按照屏幕的提示,我们可以从键盘输入指数和系数,两个多项式的输入结束是以两个连续的0为标志.本程序可以实现两个多项式的加法-accordance with the instructions on your screen, we can input from the keyboard and index coefficient, the importation of two polynomials is the end of two consecutive 0 mark. This program
-
-
0下载:
编写程序,将键盘接收到的四位十六进制数转换为等值的二进制数,再显示在屏幕上。若输入的不是0-F间的数字,则显示出错信息,并要求重新输入-Preparation procedures, the keyboard received four of sixteen hexadecimal conversion into equivalent binary number, and then displayed on the screen. If the input is not 0-F figures,
-
-
0下载:
一个求平方的汇编简单程序。从键盘上输入0--9之间的任意一个数字,计算其平方值,并将结果在屏幕上显示出来。,Square for the compilation of a simple procedure. Keyboard input from 0- 9 of any one of the figures between the calculated value of its square, and the results are displayed on the screen.
-
-
1下载:
1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来;
2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来;
3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。
4.** 编一跳转表,按键1,2,3,分别执行上述三种操作
-1. Random input from the keyboard dozens of data, statistics on the number of negative and di
-
-
0下载:
将键盘收到的四位十六进制数转换为十进制数,再显示在屏幕上。-Four received the keyboard hexadecimal number to decimal number, and then displayed on the screen.
-
-
0下载:
里面有六个汇编程序,分别为:
实验一:在屏幕上显示数字串“0123456789”,每串一行,共显示10行。
实验二:从键盘上输入一含有多个随机出现的空格的字符串,滤出其中所有空格后,输出显示不含空格的该字符串。
实验三:从键盘输入一个字母,然后输出它的前一个字母,和后一个字母。这里必须考虑大小写字母,还要考虑A、a只会输出它后面那个字母,Z、z只会输出它前面那个字母。
实验四:显示小于1000的素数(用十进制数显示它们)。
实验五:分别统计内存中从0f00H开始的1024个
-
-
0下载:
利用汇编语言,在屏幕上显示正弦波。可以通过键盘上的r和l键来控制波的传播方向。-The use of assembly language, the sine wave displayed on the screen. By r on the keyboard and l keys to control the direction of wave propagation.
-
-
0下载:
show a remote keyboard on screen. so you dont need a keyboard-show a remote keyboard on screen. so you dont need a keyboard
-
-
0下载:
程序运行后,在屏幕上接收键盘输入的字符串,然后存如某个指定的内存单元里-Program running on the screen to receive keyboard input string, and then deposit such as a designated memory cell where
-
-
0下载:
十进制到十六进制的转换。要求:
1.从键盘取得十进制数,然后以十六进制在屏幕上显示;
2.能连续多次转换输入的十进制数,以回车键作为输入十进制数的结束;
3.若键盘输入的不是数字,则在屏幕上提示:“the input is not a a number,again,please!”
4. 键入‘q’键则可退出程序 -Decimal to hexadecimal conversion. Requirements: 1. To obtain a decimal number
-
-
0下载:
微机原理课程设计_打字练习_汇编课程设计 运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成 的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母turn red;按ESC键返回主界面;按空格见暂停;按‘E’退出。-Course Design of Microcomputer _ _ typing practice program designed to run compiled executable testword.exe, the mai
-
-
0下载:
(一)九大数据处理功能:
数据输入功能(键盘输入,文件导入)
数据编辑功能(添加,删除,查询,排序,分析)
数据输出功能(屏幕显示,文件保存)
注:分析功能将给出各个科目的最高分,最低分,平均分,优秀率以及不及格率。
保存功能中可以将排序后的数据保存为文件。
(二)密码验证
三次密码验证体系:进入系统需要验证密码,如果三次验证均错误,系统将自动退出。
注:系统密码为abcdef。如需修改密码可在程序第78行处修改。(
-
-
0下载:
本程序实现从键盘输入2个操作数和一个四则运算的操作符,结果通过屏幕显示。-This procedure to achieve two operands and a four arithmetic operators, entered from the keyboard results through the on-screen display.
-
-
1下载:
在键盘上输入十个一位的十进制数, 相加后在屏幕上显示-On the keyboard ten a decimal number, add up on the screen
-
-
0下载:
进行键盘的操作练习,键入任何字母或数字,都能在屏幕上显示并且具有自动擦除的功能。-To practice the operation of the keyboard type any letters or Numbers, can be displayed on the screen and has the function of automatic erasing.
-