CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 写入文件

搜索资源列表

  1. feijipiao

    0下载:
  2. C++小程序,是飞机票订票系统,用读取和写入文件的功能,可以订票,查询航班,退票,修改航班等等功能,其中查询可以通过航班号或者起始地点或者抵达抵达或者起止地点查询-C++ Small procedures, air tickets booking system is used to read and write files, can booking, check their flight, refund, modify flights and so on, which can query the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3.28kb
    • 提供者:明明
  1. fileopenandwrite

    0下载:
  2. 3.1 磁盘存取简介 3.1.1 利用FCB(文件控制块)存取磁盘文件: (2) 在程序的数据段设置FCB和DAT(数据传输区)。 (3) 利用DOS功能调用打开文件(读)或建立文件(写),同时将文件名、扩展名、记录大小等信息保存在FCB中。 (4) 用DOS功能设置DAT地址。 (5) 用相应方式的DOS功能,以记录或字节块为单位读写文件。 (6) 在存取文件之后,特别是在写入文件之后,用DOS功能关闭文件。 -3.1 Introduction 3.1.1 disk
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:42.54kb
    • 提供者:王强
  1. 88Excel

    0下载:
  2. 通过本文及配套示例源码你可以更加灵活的控制Excel表格文件,其中包括创建新Excel文件、写入表格数据、读取表格数据(包括对原建Excel文件自已手工添加的行、列数据的准确读取),删除已有Excel表格,对表格中指定行、列、单元格进行查询、插入、替换等操作,同时还可以将生成的Excel文件转换为按指定分隔符分隔的其它文本格式的文件-Supporting the adoption of this article and sample source code you can control mor
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1.94mb
    • 提供者:ylz
  1. FlashPlayer

    0下载:
  2. Flash动画播放器是一款SWF文件专用播放器,本软件综合了同类播放器的优点,改进了缺点打造出全新作品, 该版〖Flash动画播放器〗是一款操作简单,使用方便,高效、稳定,界面漂亮,占用资源空间少,不向系统写入任何垃圾文件,软件以实用为宗旨,功能多而不复杂,是绿色软件,无需安装,是爱机一族的极品。 -Flash animation player SWF file is a special player, the software combines the advantages of simi
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3.23mb
    • 提供者:小不点
  1. baocunwangye

    0下载:
  2. 本程序用于保存重要的网页。包含源代码,写入文件的具体方法。-This procedure is important to save the page. Contains the source code, write the specific method of documentation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:47.66kb
    • 提供者:贾晓轩
  1. 282u

    0下载:
  2. 网络硬盘系统V1.2(SKYUC NETDISK V1.2) 运行环境:Apache+php4/5+ZendOptimizer2.6 注意:如果不使用Apache而使用IIS,流量限制功能将不可使用。 1. 全新安装 ----------------------------------------- 上传所有文件和文件夹到你的服务器,保持目录结构不变.你应该有4个文件夹和一些php文件,例: data files includes te
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:535.52kb
    • 提供者:1234567v
  1. Textfilereadandwrite

    0下载:
  2. txt文本文件的读出和写入,并能够实时的对数据进行更改和存储。-txt text file to read and write, and be able to make changes in real-time data and storage.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:58.06kb
    • 提供者:feiliang
  1. gaussnum

    0下载:
  2. 产生一千个均值为0,方差为1的伪随机数,并写入文件,vs2005,编的仓促,大家可以根据不同需要自行修改。-Generated 1000 mean 0, variance of a pseudo-random number, and write files, vs2005, compiled a big hurry, we can change according to the different needs of their own.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:413.15kb
    • 提供者:chenpei
  1. 27176565

    0下载:
  2. 加壳机(vc源码)源码在vc7+xp-sp2下编译通过 原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码 存在问题:只对.data节,.text节加密,且其中不能包含Resource,Import T
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:486.4kb
    • 提供者:程光
  1. haffman

    0下载:
  2. 一、需求分析 问题描述: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统能够对待传输数据预先编码,在接收端将传来的数据进行译码。对于双工信道(即可以双向传输信息的信道),每段都需要一个完整的编/译系统。试为这样的信息收发站写一个哈夫曼的编译码系统。 基本要求: 一个完整的系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值, 建立哈夫曼树
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2.34kb
    • 提供者:王伟
  1. wordscount

    0下载:
  2. 在文件x.txt中读取内容,并给文本进行单词计数。之后,对个单词排序,然后写入文件x1.txt中。-In x.t files, and read the content xt word count for text. In a word, sorting, then write files, TXT clamps its x1.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:1.46kb
    • 提供者:张凯
  1. C#动态创建文件并写入txt

    0下载:
  2. C#动态创建文件并写入txt示例 C#动态创建文件并写入txt(C# Create the file dynamically and write it txt)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:47kb
    • 提供者:ggajj1314
  1. 实验七 文件

    0下载:
  2. 对data.dat文件写入100条记录。(Write 100 records to the data.dat file.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:6kb
    • 提供者:wakl
  1. U盘不断写入

    1下载:
  2. U盘基于文件系统下的不断写入数据,飞思卡尔单片机的程序(U disk based on the continuous write data under the file system, think of Carle microcontroller program)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:669kb
    • 提供者:何必微笑
  1. 读取文件写入数据库

    0下载:
  2. 读取不规则的数据文件,并将里面的数据写入数据库(Read the file and write it to the database)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:12kb
    • 提供者:海龟ol
  1. 文件

    0下载:
  2. 产生15个20~9999之间的随机整数,然后利用BufferedWriter类将其写入文件file2.txt中;之后再提取该文件中的数据并将它们以升序排列。(Generate random integers between 15 20~9999 and write them into the file file2.txt using the BufferedWriter class; then extract the data in the file and arrange them in as
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:12kb
    • 提供者:求知诺克
  1. 文件1

    0下载:
  2. 产生15个20~9999之间的随机整数,然后利用r类将其写入文件中;之后再提取该文件中的数据并将它们以升序(Generate random integers between 15 20~9999 and write them into the file file2.txt using the BufferedWriter class; then extract the data in the file and arrange them in ascending order.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:12kb
    • 提供者:求知诺克
  1. WTL Viewer

    1下载:
  2. wtl文件查看器,用于查看wtl文件,只能读取,不能写入文件。(WTL file viewer Used to view the WTL file Can only read can not write to the file)
  3. 所属分类:其他

    • 发布日期:2019-09-25
    • 文件大小:170kb
    • 提供者:pengsystem
  1. 练习11-写入测量文件

    1下载:
  2. 这是一个自己用LABVIEW编写的写入测量文件,用于将测量采集到的数据写入文件保存或者是再调用数据。(This is a write measurement file written by LabVIEW, which is used to write the data collected from the measurement to the file for saving or re calling the data.)
  3. 所属分类:其他

    • 发布日期:2019-11-21
    • 文件大小:44kb
    • 提供者:牧人
  1. 文件的读取,计算,写入

    2下载:
  2. 文本文件的读取、计算、写入,以逗号分隔的文本数据文件的读取,数据的计算,以及计算后的结果文件的写入源代码。(Read, calculate and write the text file, read the comma separated text data file, calculate the data, and write the source code of the calculated result file.)
  3. 所属分类:其他

    • 发布日期:2020-08-13
    • 文件大小:256kb
    • 提供者:山海经图
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com