搜索资源列表
pe 文件编程:清除文件头中的重定位表
- pe 文件编程:清除文件头中的重定位表.rar-pe programming documents : the first to remove documents with the re-positioning table. Rar
汇编注册登陆程序
- 汇编语言实现的简易登陆系统, 1、用户登陆:用户通过输入已注册的用户名和密码登陆,输入正确显示功能界面,否则显示重输提示。 2、注 册 :在登陆输入用户名时,通过输入‘new’来注册新用户。当注册新用户名已经存在时,则 提示重新输入。 3、功能界面:修改当前登陆用户的密码,显示所有已注册用户的信息,退出程序。 4、数据保存:以文件形式保存在D:\\users.dat,每个记录30个字节,每个记录包含两个字段,用户 名(20B)和密码(10B)。 -compilation of
fangzheng
- 该程序实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果 清除,重新显示下次运行结果。本程序在dos中或windows98中运行。-the program figures show a phalanx, procedures of the screen will be the last operation to remove a result, the next re-running show results. This procedure dos or running Windo
HB_FZh
- 该程序实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果 清除,重新显示下次运行结果。本程序在dos中或windows98中运行。-the program figures show a phalanx, procedures of the screen will be the last operation to remove a result, the next re-running show results. This procedure dos or running Window
jiamiJIAMI
- 文件加密程序 1. 对指定的文本文件进行加密(应判断其是否已经加密,若已加密则结束该步骤,否则提示输入加密口令,对文件进行加密); 2. 加密解密方法:输入一个6字符的密钥,将文件数据和密钥进行异或运算。不足6字节的部分,和密钥相应的位进行运算。加密解密方法一样。 3、加密解密后,将数据重新写入文件。 -an encrypted document. For the specified text file encryption (should judge whether encry
fmenu1
- 按(F1)键显示(Choice)下拉菜单的功能选项,内有五个选择,本人连接了3个功能,它们分别是:appg1(实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果清除,重新显示下次运行结果);appg2(打字练习的程序,系统按回车键出现由26个字母组成的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母消失);appg3(一个动画程序,它是一个方框向中间由大变小,并留下痕迹,然后出现一个心,按空格重复出现心,按其他键将重复,按Q键退出的程序);appg4(还未实现任何功能
CLANGUAGESYSTEM
- 一个简单模拟文件系统的C程序 ,里面有重命名,删除文件,移动文件等功能-a simple simulation File System C program, which has re-named, delete files, documents and other functions Mobile
055Calculator
- 计算器程序,对于加法和减法可以输入任意多位,对于乘法和除法只能处理4为十进制,除法保留了8位小数。按‘c’可以重新输入,按‘q’退出-calculators procedures for addition and subtraction can be imported arbitrary number, For multiplication and division can handle only four to decimal, the division retains the eight d
h[1][1].asm
- 设计任务及要求 1. 以8255接八个开关K1~K8,做电子琴按键输入。 2. 以8253控制扬声器,使用简易键盘,发出相应的音阶。 要求: K1—静音 K2—发si的音493Hz K3—发la的音440Hz K4—发sol的音392Hz K5—发fa的音349Hz K6—发mi的音329Hz K7—发re的音293Hz K8—发do的音261Hz
login
- 这是一段用汇编语言写的用户登录源码,密码用*号显示,并且只有用户名和密码全部输入正确才能登录,否则重新输入-This is a written in assembly language source code user login and password to use* No display, and only the user name and password to log all entered correctly, or re-enter
2
- 一个汇编程序。。输入十个十进制数,输出。然后排序,再次输出;再提示用户输入一个数进行查找-An assembler. . Enter the number of 10 decimal output. Then sort, re-export and then prompts the user for a number of lookups
shijianpian
- 简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-Simple movement of the basic idea is: all lined up ready for the process according to a FCFS queue, the processor is always assi
vb
- 首先判断给出的3条边能否构成三角形。如可以构成。则计算并输出该三角形的面积,否则要求重新输入。当输入-1时结束程序-First of all, given to determine whether the three constitute a triangle edge. Such as may constitute. Are calculated and output in the triangle area, and failing that, to re-enter. When you e
zjc1
- 用汇编实现小鸟的飞翔,重屏幕的左上角,到右下角-With the compilation of the realization of the flying birds, re-screen the top left corner to the lower right corner
01
- 21點牌 能重新洗牌 點沒有用到文件,代碼比較簡單-21:00 licensing points to re-shuffle is not used documents, the code is relatively simple
dzyx
- 1.只要进去之后屏幕显示一排字母,然后我对应着字母打 2.打完后敲回车 3.如果对的话就都消失,重新出来新的一排字母,错了的话还是那拍字母-1. As long as screen display, then a row of letters, and then I hit 2 corresponds to the letter. Finished after knocking Enter 3. If the words have disappeared on re-out a ro
GPS
- ASM汇编语言的GPS接收程序只读取GPRMC数据。-ASM assembly language of the GPS receiver only read GPRMC data.
fanzheng
- 该程序实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果 清除,重新显示下次运行结果。-Realize the program displays a number of square, the clearance process screen function can be the result of the last operation to remove and re-display the results of the next run.
grademanagement
- Student学生成绩管理系统是一个使用MASM宏汇编语言开发的试验性项目。它实现了学生学号、姓名、三门课程成绩的录入、修改、删除以及总成绩计算、按成绩排序等功能,并且可以将数据保存为磁盘文件,便于再次打开编辑。 程序基于DOS或Windows命令行模式运行,全屏显示,使用简单的键盘命令进行操作。可处理100条以内的学生记录。若记录较多,一页显示不下,可进行翻页操作。 -Student student grade management system is a MASM macro ass
mti
- 汇编语言编写的雷达动目标显示源程序,应用于DSP系统,再DSP++中调试通过-Compiled languages moving target indication radar source code, applies to DSP systems, re-DSP++ in debug through