搜索资源列表
汇编文件加密解密
- FNAME1 DB 20 DUP (0) FNAME2 DB 20 DUP (0) HANDLE1 DW 0 HANDLE2 DW 0 TIPS DB 0DH,0AH,'PLEASE INPUT PASSWORD:$' ;输入密钥 MESS DB ' 
count4
- 统计字符串中字母和数字的个数,对自学汇编的人会有帮助的,其中有如何输入字符串,如何输出两位数.-statistics strings of letters and digits of the number, the compilation of self-help, which is how the input string, how to double-digit output.
电话管理
- 汇编实验:电话本管理程序。具有输入,删除,排序(字典排序),查找(能同名查找)功能-compilation Experiment : telephone management procedures. With input, delete, sort (Sort dictionary), you (can find the same name) function
rlzh
- 输入阴历可以转化阳历 输入阳历转化阴历.-input can be transformed into followed the lunar calendar followed the importation into the lunar calendar.
汇编注册登陆程序
- 汇编语言实现的简易登陆系统, 1、用户登陆:用户通过输入已注册的用户名和密码登陆,输入正确显示功能界面,否则显示重输提示。 2、注 册 :在登陆输入用户名时,通过输入‘new’来注册新用户。当注册新用户名已经存在时,则 提示重新输入。 3、功能界面:修改当前登陆用户的密码,显示所有已注册用户的信息,退出程序。 4、数据保存:以文件形式保存在D:\\users.dat,每个记录30个字节,每个记录包含两个字段,用户 名(20B)和密码(10B)。 -compilation of
显示日期时间
- 在出现的提示信息中输入大写字母“D”,可 显示系统当前日期;输入大写字母“T”,可显示系统当前时间;输入大写字母 “Q”,可结束程序。-in the message input capital letters "D" will show that the current system date; the importation of capital letters "T" will show that the current system; the
从BIOS控制计算机安全
- 纵观市场上的安全产品,从网络防火墙到各种网络加密、个人数字签证以及早期硬盘锁,均未能对个人计算机本身进行实质性的保护。这些安全机制大都基于这样一种原理:利用一个软件,输入一个特定的密码,经过验证后即可获得合法身份,从而实现各种操作,如购物、收发公文、浏览甚至修改机密数据。众所周知,这种基于纯密码的机制是很脆弱的,所以,许多关键行业和部门都采用了软、硬结合的方式,如设立各种Smart卡认证机制。在银行工作的职工,每人都有一张代表自己电子身份的IC卡,每天上班,必须先刷卡才能进入银行的业务系统。这种
GETFLD
- Turbo Pascal Field Input Routines. -Turbo Pascal Field Input Routines.
input-output
- 汇编语言中,实现基本输入输出的代码,可以通过键盘输入,再在屏幕显示输入符号的十六进制表示-assembly language, and achieving basic input-output code, through keyboard input, again on the screen show that the symbols of hexadecimal representation
Assembly
- 1.Takes a number and return the factorial of it. 2. Decimal input output. 3. Vowel and consonant count. All are Implemented in Assembly.
input`output
- 汇编输入10000位以下的数据,计算并输出-The following compilation of the input 10000 data, calculate and output
Statistics-a-character-input
- 统计输入的某个字符的个数,并显示出来,比如说A-Statistics the number of a character input
INPUT
- windlx input code, work great only for study purpose
input-the-data-into-Excel
- 通过VB小段程序将数据输入到Excel表格中,内容比较简单。-Through the VB short paragraphs program data input into an Excel spreadsheet, the content is relatively simple.
Decimal-input-hexadecimal-output
- 有符号的十进制输入十六进制输出,还有提示错误版-Signed decimal input hexadecimal output
input
- 密码学的知识 input密码 加密解密的过程-this a secret
Input-and-output-and-interrupt
- 该PPT文档为汇编语言教程,主要讲"输入输出和中断",供初学者学习。以下为其目录: 5.1 I/O设备数据传送方式 5.2 中断传送方式 5.3 DOS 和BIOS中断调用方式 5.4 综合举例-The PPT document into assembly language tutorial is mainly about " input-output and interrupt" for beginners to learn. The following
keyboard-input
- 键盘输入一个十进制数,以二进制保存,汇编语言源代码-Keyboard input a decimal to binary save, assembly language source code
input-out-put-instruction
- input output instruction
Four-digits-input-to-BCD-
- 将输入的四位数字转换为BCD码(压缩的和非压缩的)。-Four digits input to BCD (compressed and uncompressed).