CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 汇编语言 搜索资源 - file.write

搜索资源列表

  1. r_w_regiest

    0下载:
  2. 设计题目:读写磁盘文件 设计要求:能正确执行对硬盘文件的读写 设计应用:熟练基本的汇编编程,为后来编程打基础。 设计思路:反复利用DOS系统功能调用,进行操作。-design topics : read and write disk file design requirements : the correct implementation of the document literacy drive design applications : a compilation of bas
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1354
    • 提供者:聂仁博
  1. xde32

    1下载:
  2. 反汇编引擎,这个对与大家写反汇编或者文件识别功能的软件很有参看价值-Disassemble the engine, and we write this on file recognition, or disassemble the software see the value of great
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:9813
    • 提供者:李志勇
  1. 24c02

    0下载:
  2. at24c02的读写源程序 可以直接调用 经过实际验证的asm文件格式-AT24C02 source can be directly read and write the actual call to verify the asm file format
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:829
    • 提供者:wsq
  1. yqyz

    0下载:
  2. 该程序通过DOS 提供了一组对磁盘文件的建立、打开、关闭和读写等操作的功能调用,利用 DOS 和 BIOS 的功能调用,汇编语言可实现对磁盘文件的存取。对磁盘文件的管理采用文件句柄方式。现菜单选择以及处理各种功能键的多种中级功能。实现复制、剪切、粘贴等高级功能,并且制作一个菜单,使用菜单条选择功能,让用户选择演奏的乐曲,实现音阶演奏。实现枪声,界面美观,程序结构化程度高,模块结构合理。 此压缩包包括所以课程设计文档和源代码-The procedure provides a set of DO
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:210264
    • 提供者:孙桐
  1. word_count

    0下载:
  2. 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.
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:5139
    • 提供者:martinakos
  1. X86_32_Bit209604122008

    0下载:
  2. 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
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:85573
    • 提供者:
  1. LAB4

    0下载:
  2. 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
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:124872
    • 提供者:gary
  1. regheap_v

    0下载:
  2. 该模块实现一个寄存器堆的操作,其中前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
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1935
    • 提供者:caofangfang
  1. 222

    0下载:
  2. 从键盘输入若干行字符(每行长度不等),输入后把它们存储到一磁盘文件中。再从该文件中读入这些数据,将其中小写字母转换成大写字母后在显示屏上输出。-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
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:8656
    • 提供者:陈雷
  1. cipanwenjianduxie

    0下载:
  2. 汇编语言实现磁盘文件读写 运行环境 dos -Assembly language runtime environment dos disk file read and write
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:2540
    • 提供者:隐士
  1. 1

    0下载:
  2. 在顺序文件“stud1.dat”中添加三个学生的学号(2008005~2008007),姓名和三门课成绩,然后读出全部记录,计算每个学生的总分和平均分,按总分从高到低将每个学生的学号、姓名、三门课成绩、总分和平均分写入顺序文件“stud2.dat”,同时在窗体上显示出来。 -In order paper " stud1.dat" Students learn to add three numbers (2008005 ~ 2008007), name, and three
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:4494
    • 提供者:wol
  1. Transfer_data

    0下载:
  2. intel8086/88汇编文件传输,自己写的-intel8086/88 assembly file transfer, to write their own
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1768
    • 提供者:Victor
  1. editor

    0下载:
  2. 用汇编语言写一个简单的文本文件编辑器。本程序可以让用户在命令窗口下创建,打开和保存一个文件,其中,保存分为直接保存和另存为功能,键盘中断方面实现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
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:64288
    • 提供者:李莫愁
  1. cc

    0下载:
  2. C++ 工程实践(1):慎用匿名 namespace 匿名 namespace (anonymous namespace 或称 unnamed namespace) 是 C++ 的一项非常有用的功能,其主要目的是让该 namespace 中的成员(变量或函数)具有独一无二的全局名称,避免名字碰撞 (name collisions)。一般在编写 .cpp 文件时,如果需要写一些小的 helper 函数,我们常常会放到匿名 namespace 里。muduo 0.1.7 中的 muduo/base/
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:3246
    • 提供者:杨峰
  1. qinghuashiyan19_20_21

    0下载:
  2. 清华大学是试验资料,关于微机接口的加法,读文件,写文件的操作。可以在相关环境下运行看看,体验微机接口的处理-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
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:1636
    • 提供者:mimi
  1. a

    0下载:
  2. 用汇编语言实现磁盘管理,创建文件,写入信息,读取文件-Assembly language disk management, create a file, write the information, read the file
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1059
    • 提供者:赵燕
  1. HIB

    0下载:
  2. HIBL.asm I9000的HIBL文件写入代码-The HIBL file write code HIBL.asm I9000
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:14308
    • 提供者:zhu
  1. MD5-assembler-code-for-large-file

    0下载:
  2. 写个程序,用的了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
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:10860
    • 提供者:liyu
  1. MD5-assemblerfor-large-file(Fringe1)

    0下载:
  2. 写个程序,用的了MD5汇编码,百度了一堆,但是没有一个满意的。 并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!! 于是自己决定重新写个,该源码对大文件的计算速度较快. 写完后,发现:中间那一堆代码怎么看怎么那么不顺眼呢!!,继续改写,进行了优化,把中间的算子优化掉。 附带全部RadASM汇编源码及生成的程序。源码请看附件。-Write a program, with MD5 assembler code, Baidu a bunch, but no
  3. 所属分类:assembly language

    • 发布日期:2017-11-08
    • 文件大小:10809
    • 提供者:liyu
  1. file

    0下载:
  2. 打开一个文件读取其内容后显示出来,并且将其写入另一个文件中-Appears to open a file to read its content, and will write another file
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:171310
    • 提供者:希望
« 12 3 »
搜珍网 www.dssz.com