CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 文件存储

搜索资源列表

  1. BMP文件的艺术再现4

    0下载:
  2. BMP文件的存储格式 • DOS方式下调用BMP图像的手段 • 艺术再现BMP图像 -BMP file storage format
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:865951
    • 提供者:高俊杰
  1. bintree

    0下载:
  2. 二叉树的建立,遍历(两种方法),以及用txt文件存储二叉树的方式,还包括队列 堆栈的操作
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6249
    • 提供者:王家
  1. 程序存储问题

    0下载:
  2. 程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1475
    • 提供者:phq
  1. huffman统计文件中各字符频率

    1下载:
  2. 建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Create a text file, statistical frequency of the characters in the file, the char
  3. 所属分类:密码/编码算法

    • 发布日期:2015-12-29
    • 文件大小:1057792
    • 提供者:范晓军
  1. 实现线性表的链式存储结构

    3下载:
  2. 1.实现线性表的链式存储结构——线性链表。从文件输入一批整数,建立有序链表(升序),并完成: • 查找一个指定元素 • 插入一个给定元素 • 删除一个指定元素 • 统计链表的长度 • 输出线性链表 • 实现安逆序链表的重建 2.采用链式结构实现任意多项式的存储,求两个多项式的和。 -Linear linked list data structure
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-09-25
    • 文件大小:1024
    • 提供者:nemo
  1. Text-File-Array

    0下载:
  2. Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:44330
    • 提供者:tianchui
  1. xml_toolbox

    0下载:
  2. 这个程序即可以读取XMl文件并转换成matlab结构体,也可以把matlab结构体转换成xml格式存放。xml是最被看好的数据存储方式,xml格式的通用性减轻了大家编写格式转换代码的痛苦。-This process that can read XML files and converted into matlab structure can also be put into matlab structure xml format. xml are the most promising way
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:227975
    • 提供者:
  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. LabVIEWshujuliupan

    0下载:
  2. 本Demo演示了NI公司LabVIEW图形化开发环境的并行编程模式及高速数据存储和回放。当发生大量的数据连续存储时,使用TDMS格式将数据高速有效的保存再tdms文件中。本软件可以使用仿真数据用于测试系统平稳流盘的速率,还可以采集真实的从NI DAQ板卡采来的数据,并将数据存储在硬盘上。-This Demo shows the NI' s LabVIEW graphical development environment for parallel programming models an
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1672820
    • 提供者:天天一天天
  1. BTree

    0下载:
  2. 以文件存储形式实现B+树,包括创建和添加操作。-In the form of file storage to achieve B+ trees, including creating and add operations.
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:6071
    • 提供者:谢宁
  1. IEEE

    0下载:
  2. IEEE编码,编程模拟单精度浮点数文件存储-IEEE coding, programming, simulation single-precision floating point file storage
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:237979
    • 提供者:
  1. CustomerBillingManagement

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

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

    0下载:
  2. 文件存储空间的算法 可以显示此盘块的使用情况-File storage space the algorithm can show the use of this disk blocks
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:716
    • 提供者:颜聪
  1. d2a

    0下载:
  2. 简单的产生PAM调制序列的M文件,可生成txt文件存储数据-Simple produce PAM modulation sequence of M files, it can create a TXT files stored data
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:744
    • 提供者:龙少
  1. atmdemo

    0下载:
  2. C 模拟ATM自动取款机源代码(TXT文件存储),希望对大家有所帮助-C simulation source code for ATM automated teller machines (TXT file storage), we want to help
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:27967
    • 提供者:madud00011
  1. wenjianjiegou

    0下载:
  2. 把文件的逻辑结构转换成存储结构,设计便于顺序存取和直接存取的文件存储结构-Logical structure of the file into a storage structure, designed to facilitate sequential access and direct access to the file storage structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:109239
    • 提供者:
  1. TONGXUNLU

    0下载:
  2. 使用文件存储,能注册用户,内部存储结构为stl---vector-Use of file storage, to registered users, the internal storage structure for the stl--- vector
  3. 所属分类:STL

    • 发布日期:2017-05-15
    • 文件大小:4090500
    • 提供者:李秀鹏
  1. 1

    0下载:
  2. 用两个文件存储两个多项式的系数,用两个栈来表示这两个多项式,实现多项式的加、减、乘、除四种基本运算,再把结果输入到一个文件中。-Two files are stored with the coefficients of two polynomials, with two stacks to represent these two polynomials to achieve polynomial addition, subtraction, multiplication, division fo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2404
    • 提供者:刘某
  1. readsegy

    1下载:
  2. 用于读取sgy地震数据的matlab小程序,方便大家理解sgy文件存储规则-procedure for sgy file reading
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1449
    • 提供者:lby
  1. HNR.m

    3下载:
  2. 用来计算音频的谐噪比的matlab函数,可以直接使用 计算出音频每帧的谐噪比的值,生成txt文件存储计算出来的数据-calculate harmonic to noise ratio of audio
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:915
    • 提供者:wanglin
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com