CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 文件操作 搜索资源 - 数组实现

搜索资源列表

  1. P_system

    0下载:
  2. 以一个小型公司的人员信息系统为例,用基类的指针数组来处理不同的派生类对象,从而实现拉多态性调用。使用动态数组类模板Array来代替C++预定义的数组类型。-to a small company personnel information system. use the base class pointer array to handle different types of derived objects, thereby realizing Rafah called polymorphism.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4671
    • 提供者:zhangk
  1. simplexml

    0下载:
  2. 通过扫描字符串及结构体数组,实现对XML文件的简单初步解析.-by scanning string and array structure and realizing the XML file simple preliminary analysis.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:4224
    • 提供者:欧阳
  1. djrudnwfg

    0下载:
  2. VB编程实现摄像头图像的捕获,将摄像头的图象保存在一个二进制数组中
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:12581
    • 提供者:dnwfg
  1. 文件内容导出为C语言数组

    0下载:
  2. 将文件内容数据导出为C语言数组,以实现将文件嵌入到C语言代码中。
  3. 所属分类:文件操作

    • 发布日期:2009-06-11
    • 文件大小:2675
    • 提供者:beyond5776
  1. data

    0下载:
  2. 本程序用C语言实现磁盘文件的读写,使用了fputc和fgetc函数以及将读出的数据装进一个字符数组里面-The program in C language to read and write disk files, and use the fgetc fputc function will read out the data and put into an array of characters which
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:172358
    • 提供者:林胜钊
  1. vc

    0下载:
  2. 用数组和结构体实现保存文件,录入内容为所有同学的学号、姓名、语文成绩和数学成绩-Structure with the array and achieve the goal of preserving documents, recording the content for all students of the school number, name, language and mathematics achievement
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:25750
    • 提供者:yun
  1. delRepeat

    0下载:
  2. 分别用数组和链表方式实现去除文件中的重复行。先将文件内容读入一buffer,按行拆分,每行数据只取\t之前的部分。然后用二分直接插入法将不重复的字符串放入一二维数组或动态链表中。 -Respectively, be achieved using arrays and linked the file to remove duplicate rows. Content of the document read into a first buffer, split by row, each row
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:274841
    • 提供者:haiyan
  1. cengxu

    1下载:
  2. 该系统要求对一个文本文件中的内容进行各种常规操作,如:插入、删除、查找、替换等功能。通过此课题,熟练掌握文本文件的操作及用字符数组来实现字符串操作的功能-The system requirements for the contents of a text file in a variety of routine operations, such as: insert, delete, search, replace, and so on. Through this project, master
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:2431
    • 提供者:蒯玉凤
  1. fopenwenjian

    0下载:
  2. vc实现的文件转换器,有很好的参考价值,可转换exedoc等文件为十六进制数组文件。-vc file converter to achieve, have a good reference value, and other documents can be converted exedoc array for the hex file.
  3. 所属分类:File Operate

    • 发布日期:2017-05-16
    • 文件大小:4142540
    • 提供者:lucy
  1. File

    1下载:
  2. 设计一个简单的文件系统,用文件模拟磁盘,用数组模拟缓冲区,要求实现: 支持多级目录结构,支持文件的绝对读路径; 文件的逻辑结构采用流式结构,物理结构采用链接结构中的显示链接结构中的显示链接方式; 采用文件分配表; 实现的命令包括建立目录、列目录、删除空目录、建立文件、删除文件、显示文件内容、打开文件、读文件、写文件(追加方式)、关闭文件、改变文件属性。 最后编写主函数对所做工作进行测试。 -Design a simple file system, disk file s
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:119847
    • 提供者:陈玲玲
  1. salar

    0下载:
  2. 用数组实现的职工工资管理代码 有密码登录 一些常用的功能都能实现-The wages of workers management code implemented with an array password to log some of the commonly used functions can be achieved
  3. 所属分类:File Operate

    • 发布日期:2017-11-18
    • 文件大小:21704
    • 提供者:lianh
  1. DiskVariable

    0下载:
  2. 实现了文件随机读写的一个C++类。使用CDiskVariable类操作磁盘,可以随机读写文件。 使用CDiskMap可以将文件映射到数组中。在CDiskMap类被析构的时候,数据自动存入文件的指定地址。-Random read and write files to achieve a C++ classes. Use CDiskVariable class action disk, you can randomly read and write files. Use CDiskMap Fil
  3. 所属分类:File Operate

    • 发布日期:2017-12-01
    • 文件大小:1656
    • 提供者:雷志鹏
  1. WriteStructFile

    0下载:
  2. vc实现将结构体数组保存到文件中,并能够读取出来-vc realize the structure of the array to a file, and can be read out
  3. 所属分类:File Operate

    • 发布日期:2017-04-23
    • 文件大小:29146
    • 提供者:lukeren
  1. band

    0下载:
  2. 分析trace,实现以band为间隔的组数-this file is to analysis the trace
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:887
    • 提供者:sunday
  1. Algorithm_EveryDay

    0下载:
  2. 里面包含的代码有:名字的漂亮度、判断两个单向链表是否有相交,并找出交点、双向冒泡排序、//数组是否重复、输出最大矩阵、实现单链表交换任意两个元素(不包括表头)等,面试必备题目-Which contains the code: name of beautiful, judgment two one-way linked list is intersect, and find out the intersection, bidirectional bubble sort,// array is re
  3. 所属分类:File Operate

    • 发布日期:2017-06-09
    • 文件大小:16078623
    • 提供者:温鑫荣
  1. ooksnw115

    0下载:
  2. java实现数组链接相加,对数组的应用,很好的程序,领导初学者入门()
  3. 所属分类:文件操作

    • 发布日期:2018-04-22
    • 文件大小:19456
    • 提供者:insqqurxtone
搜珍网 www.dssz.com