搜索资源列表
r_w_regiest
- 设计题目:读写磁盘文件 设计要求:能正确执行对硬盘文件的读写 设计应用:熟练基本的汇编编程,为后来编程打基础。 设计思路:反复利用DOS系统功能调用,进行操作。-design topics : read and write disk file design requirements : the correct implementation of the document literacy drive design applications : a compilation of bas
xde32
- 反汇编引擎,这个对与大家写反汇编或者文件识别功能的软件很有参看价值-Disassemble the engine, and we write this on file recognition, or disassemble the software see the value of great
24c02
- at24c02的读写源程序 可以直接调用 经过实际验证的asm文件格式-AT24C02 source can be directly read and write the actual call to verify the asm file format
yqyz
- 该程序通过DOS 提供了一组对磁盘文件的建立、打开、关闭和读写等操作的功能调用,利用 DOS 和 BIOS 的功能调用,汇编语言可实现对磁盘文件的存取。对磁盘文件的管理采用文件句柄方式。现菜单选择以及处理各种功能键的多种中级功能。实现复制、剪切、粘贴等高级功能,并且制作一个菜单,使用菜单条选择功能,让用户选择演奏的乐曲,实现音阶演奏。实现枪声,界面美观,程序结构化程度高,模块结构合理。 此压缩包包括所以课程设计文档和源代码-The procedure provides a set of DO
word_count
- This the unix command wc [word count]. Write wc and the name of a file, wc will return the number of words in the file.
X86_32_Bit209604122008
- 32 位 X86 汇编工具,支持编译成可执行文件-This is an experimental 32 Bit Assembler. Originally planned for me to learn assembly language it turned out way bigger then I thought. It supports most of the standard, FPU, MMX, SSE and 3DNow instructions, can write Windows
LAB4
- To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and imp
regheap_v
- 该模块实现一个寄存器堆的操作,其中前16个仅主机能写,规给为32-bit×32。后16个仅Micorblaze能写。读取没有限制。如果双方同时对同一地址进行读写操作,读回的数将是全1。-This module implement a register file of the operation, of which the first host 16 is only able to write rules to the 32-bit × 32. Micorblaze only 16 after t
222
- 从键盘输入若干行字符(每行长度不等),输入后把它们存储到一磁盘文件中。再从该文件中读入这些数据,将其中小写字母转换成大写字母后在显示屏上输出。-A number of lines from the keyboard input characters (one per line lengths), enter the store after them to a disk file. And then read from the file into the data, in which lowerc
cipanwenjianduxie
- 汇编语言实现磁盘文件读写 运行环境 dos -Assembly language runtime environment dos disk file read and write
1
- 在顺序文件“stud1.dat”中添加三个学生的学号(2008005~2008007),姓名和三门课成绩,然后读出全部记录,计算每个学生的总分和平均分,按总分从高到低将每个学生的学号、姓名、三门课成绩、总分和平均分写入顺序文件“stud2.dat”,同时在窗体上显示出来。 -In order paper " stud1.dat" Students learn to add three numbers (2008005 ~ 2008007), name, and three
Transfer_data
- intel8086/88汇编文件传输,自己写的-intel8086/88 assembly file transfer, to write their own
editor
- 用汇编语言写一个简单的文本文件编辑器。本程序可以让用户在命令窗口下创建,打开和保存一个文件,其中,保存分为直接保存和另存为功能,键盘中断方面实现End、Home、Backspace、F1、F2等-Assembly language to write a simple text file editor. This program allows users to create a command window, open and save a file, save the Save and Save
cc
- C++ 工程实践(1):慎用匿名 namespace 匿名 namespace (anonymous namespace 或称 unnamed namespace) 是 C++ 的一项非常有用的功能,其主要目的是让该 namespace 中的成员(变量或函数)具有独一无二的全局名称,避免名字碰撞 (name collisions)。一般在编写 .cpp 文件时,如果需要写一些小的 helper 函数,我们常常会放到匿名 namespace 里。muduo 0.1.7 中的 muduo/base/
qinghuashiyan19_20_21
- 清华大学是试验资料,关于微机接口的加法,读文件,写文件的操作。可以在相关环境下运行看看,体验微机接口的处理-Tsinghua University is the experimental data, the addition on the computer interface, reading the file, write file operation. Can be run in a relevant environment to see and experience dealing wit
a
- 用汇编语言实现磁盘管理,创建文件,写入信息,读取文件-Assembly language disk management, create a file, write the information, read the file
HIB
- HIBL.asm I9000的HIBL文件写入代码-The HIBL file write code HIBL.asm I9000
MD5-assembler-code-for-large-file
- 写个程序,用的了MD5汇编码,百度了一堆,但是没有一个满意的。 并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!! 于是自己决定重新写个,该源码对大文件的计算速度较快,附带全部RadASM汇编源码及生成的程序。源码请看附件。-Write a program, with MD5 assembler code, Baidu a bunch, but no one satisfied. And are bad, poor unit with large file
MD5-assemblerfor-large-file(Fringe1)
- 写个程序,用的了MD5汇编码,百度了一堆,但是没有一个满意的。 并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!! 于是自己决定重新写个,该源码对大文件的计算速度较快. 写完后,发现:中间那一堆代码怎么看怎么那么不顺眼呢!!,继续改写,进行了优化,把中间的算子优化掉。 附带全部RadASM汇编源码及生成的程序。源码请看附件。-Write a program, with MD5 assembler code, Baidu a bunch, but no
file
- 打开一个文件读取其内容后显示出来,并且将其写入另一个文件中-Appears to open a file to read its content, and will write another file