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

搜索资源列表

  1. flashfat16

    0下载:
  2. 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-03
    • 文件大小:40194
    • 提供者:思宇
  1. code_analyze

    0下载:
  2. c++编写,解析指定目录下的.c/.h文件,能够获取c文件的基本元素,如宏定义,头文件包含,函数声明,函数定义,函数调用等,并实现了简单依赖关系查找-c++ write, parse .c/.h files in the specified directory, have access to the basic elements of the c file, such as macro definitions, header file contains function declarations
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:63450
    • 提供者:蒋博
  1. make-3.81-bin

    0下载:
  2. Make is a tool which controls the generation of executables and other non-source files of a program from the program s source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the no
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:495645
    • 提供者:EvaristoLima
  1. make-3.81-dep

    0下载:
  2. SOUECES - Make is a tool which controls the generation of executables and other non-source files of a program from the program s source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:708206
    • 提供者:EvaristoLima
  1. CPP-source-word-scanner

    1下载:
  2. 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:46256
    • 提供者:邵阳
  1. Mybatis

    0下载:
  2. 一、mybatis/ibatiS xml配置文件中 以 学生班级和班主任 为例 讲解多表映射 其中班级和学生为 一对多 班主任和班级为 一对一 二、extjs 前台写model 及 grid 简易编码 内有详细讲解-One, mybatis/ibatiS xml configuration file to the student and the teacher as an example to explain the multi-class mapping table where many cl
  3. 所属分类:Compiler program

    • 发布日期:2017-05-21
    • 文件大小:6537961
    • 提供者:hammer
  1. cPP

    2下载:
  2. 利用C语言编写一个微型命令解释程序,接受并解释以下命令: ⑴ dir 列当前目录 ⑵ cop 文件1 文件2 拷贝文件 ⑶ era文件名 删除文件 ⑷ dis字符串 显示字符串 ⑸ end 结束,退出 -Use C language to write a mini-command interpreter, receive and interpret the following command: ⑴ dir files listed in the current direc
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:665
    • 提供者:严鹏成
  1. COMPUTER-GENERATED-HOLOGRAM

    0下载:
  2. 全息图的制作、编码、检测程序,主界面分为五部分,四个listbox用来存放图像,右边的Data Information区域用来显示当前选中图像的附加信息。四个listbox下面的Load和Save可以读取数据到listbox或保存它里面的内容,使用Load只能读入使用Save保存的文件,双击listbox里的内容或选中后按Display按钮可以显示图像,右键->Rename可以重命名。File->Write to image可以把当前选中的图像保存为bmp、jpg或tif格式的图像文
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2236223
    • 提供者:刘大大
  1. wis-to-txt

    1下载:
  2. 在油田开发地质研究工作中,测井曲线是必不可少的数据文件之一。Forward软件是测井软件中非常优秀的产品,Forward中使用的是wis二进制格式,可是很多其他类型的软件不能直接识别wis格式,所以需要我们将wis格式文本格式。Forward软件有一个transfer小软件,不能实现批量处理,每次只能转换一个文件,但实际工作中通常一次要转换上百个文件,这就有点不方便了,因此,我在业余时间,阅读了Forward软件中自带的wis格式说明(如下,第一章内容),利用C++和Python编写了一个可以批
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2805
    • 提供者:lihao
  1. LEX1

    0下载:
  2. 编译原理程序一。编写一个LEX源程序,使之生成可统计文本文件中字符、单词和行数,并且能够报告统计结果的程序。-A program compiler theory. Write a LEX source, so that it generates statistical characters, words and lines in a text file, and to report the results of statistical procedures.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:18261
    • 提供者:bian
搜珍网 www.dssz.com