CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - file.write

搜索资源列表

  1. scorecomputeandfilewrite

    0下载:
  2. C++文本文件的读写以及计算平均成绩-C text file read and write and calculate average scores ~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1059
    • 提供者:chongge
  1. ExcelAccessSrc

    0下载:
  2. 將輸入資料可查詢編輯修改Excel檔案,可快速使用建好的class架構撰寫程式-The input data can be found to edit the Excel file, and can quickly use the built framework of the class to write code
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:114892
    • 提供者:王逸文
  1. ListOper

    1下载:
  2. 用户信息的增加、修改、删除、查询等功能,通过链表和MFC实现,通过文本文件存储,全面覆盖了数据结构中的链表操作和MFC的开发,以及文本的读写操作,对于学习很有帮助。-The increase in user information, modify, delete, query and other functions, through the list and the MFC implementation, through a text file storage, comprehensive co
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:30977
    • 提供者:郝祥根
  1. Binary_Tree

    0下载:
  2. Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3186
    • 提供者:hunter
  1. bingdu

    0下载:
  2. 1,主程序调用病毒功能函数 2,病毒功能函数读取查找同目录下所有c文件; 3,找到一个(被感染c文件),打开它,并且将此文件全部读取到数组变量; 4,重新创建一个同名文件(被感染c文件) 5,数组变量写回这个被感染c文件,同时将病毒源文件所需要的头文件,病毒功能函数 调用语句写入; 6,打开病毒源文件,将病毒功能函数全部写到被感染c文件的最后; 这样一个简单的c语言伪病毒virus.c就完成了-1, the main program calls fun
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3872
    • 提供者:李红
  1. HeapSort

    0下载:
  2. 自己写的一个堆排序C实现算法。在devC++上编译的,里面包含了exe文件。-To write a heap sort algorithm C. In devC++ of the compiler, which contains the exe file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:6989
    • 提供者:李凡
  1. ee

    0下载:
  2. 线性表的顺序实现:插入、删除、排序 实验内容: 1. 问题描述 给定线性表类定义的头文件,改为模板类、增加排序功能。 2. 基本要求 改进或重写类定义的头文件,并自行编写主程序测试各功能。 3. 测试数据 整型、浮点型、字符型三组,每组4-8个测试数据 -Realization of the linear order of the table: insert, delete, sort, test: 1. Descr iption of the problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4049
    • 提供者:吴海
  1. simple_xy_rd

    1下载:
  2. 利用Fortran 90 接口读取已经创建的nc文件,并且检验其读写是否正确-The use of Fortran 90 interface to read nc file has been created, and test its read and write correctly
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:811
    • 提供者:yetsyu
  1. zhuanhuan

    0下载:
  2. 这是大小不写转换的一个文件,是文便将字母的大小写进行转换-This is not the size of a file to write conversion is the case of Wen Bian Jiang convert letters
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:11490
    • 提供者:dfdf
  1. Exercise8_22

    0下载:
  2. 写一个程序来创建一个Exercise8_22.txt 文件,随机的100个整数,从文件中读出这些数,并且排序。-Write a program to create a file named Exercise8_22.txt if it does not exist.Wite one hundred integers created radomly into the file using text I/O .Integer are separated by speces in the file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1558
    • 提供者:玲玲
  1. FrameWorkMatrix

    0下载:
  2. 计算骨架阵的算法,数组是动态分配的,用类写的,有很好的封装性和移植性。并且输入时从文本文件TXT读取的!-Skeleton matrix calculation algorithm, the array is dynamically allocated, with the class to write, have a good package and portability. And input from a text file TXT read!
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2128
    • 提供者:沈大勇
  1. shunxu

    0下载:
  2. 试编写一个用索引进行顺序查找的程序。 (1) 要求将数据以分块有序形式分别存放在不少于10个磁盘文件(块)中,每个文件中不少于10个数据,并能在内存中自动建立索引表; (2) 对任意待查找的关键字,若查找成功,给出其关键字比较次数。 (3) 自行设计测试用例。 -Try to write a sequential search using the index procedure. (1) requires the data to the form of block order w
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:58670
    • 提供者:贾铭
  1. RdWrtHgFile

    0下载:
  2. 读写大块的二进制数据文件的源码程序,对二进制文件操作有帮助-Read and write large binary data file source programs, help for binary file operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:26009
    • 提供者:chison
  1. file

    0下载:
  2. 大二数据结构课程设计 c写的,控制台程序-Sophomore data structures course design c write, console application
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:4051557
    • 提供者:胡宸源
  1. kwaymerge

    0下载:
  2. k路归并排序算法,通过对从文件中读取数据并对其排序,最终写回文件 -k way merge sort algorithm, to read data from the file and its sort, the final write-back file
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:20344
    • 提供者:张志林
  1. basic_linux

    1下载:
  2. 编程实现快速排序算法;实现文本文件拷贝函数copy.编写一个程序,要求:输入N个学生学号和成绩,并保存在stu.txt文本文件中,学生成绩进行排序并把排序后的结果输出到score.txt文件中,同时在屏幕上输出高于平均成绩的学生的学号和成绩。编写一个程序找出串str1和串str2的所有最长公共子串。 -Fast sorting algorithm programming text file copy function to achieve copy. Write a program tha
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2212
    • 提供者:
  1. 3_2

    0下载:
  2. 分数计算器及测试程序。 1.该程序是分数计算器,程序的有些功能没有完成,请编写函数,将程序完成,要求界面提示清晰,便于操作。 2.增加输入分数四则运算的功能。 3.增加输出文件的功能,使输入的字符串及输出结果可以保存在文件中。 4.增加判别分母是否为零的功能,无论任何运算,分母一旦为零,则退出当前运算并输出提示消息。-Score Calculator and testing procedures. 1. The program is fractional calculator,
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:896
    • 提供者:梁一帆
  1. main

    0下载:
  2. 自己编写的数据文件的哈夫曼编码算法压缩程序,纯C语言编写,应该可以直接使用。-Write my own data file compression program Huffman coding algorithm, written in pure C, should be used directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2543
    • 提供者:YinWenjie
  1. CustomerBillingManagement

    0下载:
  2. 客户帐单管理是电信计费系统必备的重要功能模块,主要负责对电信各类客户每月帐单的增加、修改、删除、查询、备份等管理工作。本课题以中国电信企业客户帐单管理模块原型参照,要求基于单链表结构对文件存储的客户帐单数据进行排序、查找、计算、显示等造作。通过此可以,熟练掌握单链表结构、文件读写、函数调用等知识,以及查找、排序典型算法的设计与应用。-Customer Billing Telecom Billing System management is an important function module
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:60928
    • 提供者:yeats
  1. Copy.Delete-file

    0下载:
  2. program to delete or copy file computer to another to copy write :GET filename and to delete write :DELETE filename-program to delete or copy file computer to another to copy write :GET filename and to delete write :DELETE filename
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:27282
    • 提供者:huyhhuuh
« 12 3 4 »
搜珍网 www.dssz.com