CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 读取data文件并存储

搜索资源列表

  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. CX_01_05_1

    0下载:
  2. (1) 设计要求 输入功能:能通过键盘向系统输入数据。要求随时都能使用该项功能实现记录输入,一次可以输入一条记录,也可以输入多条记录。所谓一条记录,一个学生的基本信息及其入住情况。 (2) 显示功能:能显示系统存储的记录信息,包括学生信息和寝室的入住情况。 (3) 入住功能:将已经存入的学生入住到寝室中。 (4) 交换功能:将已经入住的学生交换寝室,要求一对一交换。 (5) 查询功能:能查询系统信息。要求至少提供两种查询方式,如按照学号查询、按宿舍名查询,任何一种查询都要
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3000
    • 提供者:geliang
  1. DbfFile

    0下载:
  2. 为了使用VC语言编程直接读取dbf文件。需要了解dbf文件的二进制文件格式,下面给出简要的说明。 表文件由头记录及数据记录组成。头记录定义该表的结构并包含与表相关的其他信息。头记录由文件位置 0 开始。数据记录1紧接在头记录之后(连续的字节),包含字段中实际的文本。 记录的长度(以字节为单位)等于所有字段定义的长度之和。表文件中存储整数时低位字节在前。-Programming language in order to use VC to read dbf files directly
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:19093
    • 提供者:oooo
  1. Heyy

    0下载:
  2. 读取DAT和txt文件的VC代码,存储在数组中,并能够实现数据的操作和文件的存储。-DAT, and txt files to read VC code stored in the array, and can achieve the data manipulation and file storage.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:1905954
    • 提供者:
  1. DataCertificate

    1下载:
  2. 1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区; 2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password; 3:读取pfx文件,导出pfx中公钥和私钥; 4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密; -1: Call. NET2.0 of MAKECERT to create a digital certificate containing the private key and s
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:1903
    • 提供者:段皓耀
  1. postgresql_to_excel(python)

    0下载:
  2. 该文件实现了使用python脚本,从postgreslq数据库中读取数据,并存储数据到excel中。-This file implements the use of python scr ipt to read data from postgreslq database and stored in the data to excel.
  3. 所属分类:Shell api

    • 发布日期:2017-04-03
    • 文件大小:658
    • 提供者:张永健
  1. pciv

    0下载:
  2. 海思Hi3520 PCI总线演示程序 PCIV 相关样例程序包含以下几部分: 1、PCIV MSG :PCI业务层的消息通讯封装。基于MCC模块提供的ioctl接口,提供消息端口的打开关闭、消息发送、消息接收等接口。 相关代码为pciv_msg.c、pciv_msg.h。 2、PCIV Trans:PCI业务层的数据传输封装。基于PCI DMA传输接口、PCI消息交互及一套基本的读写指针Buffer,实现业务层通用数据传输接口。 可以用于主从片之间的任何类型的
  3. 所属分类:Embeded Linux

    • 发布日期:2016-01-21
    • 文件大小:2685952
    • 提供者:sillygenius
  1. string_trans

    0下载:
  2. 从文本文件中读取按照一定格式存储的数据,并经过字符串处理,将数据存储到数组中。主要用到了char*到浮点数的转换,文件读取的一些常用函数。-Read from a text file format for storing data according to certain, and after a string processing, the data stored in the array. Main use of the floating-point conversion to char*,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:241258
    • 提供者:ZYZ
  1. CSV_OP

    0下载:
  2. 读取csv文件的封装。并对读取后的数据进行处理,和存储。支持stl操作。-Read csv file package. And read the data processing, and storage. Support stl operations.
  3. 所属分类:STL

    • 发布日期:2017-04-05
    • 文件大小:180356
    • 提供者:dingdong
  1. IDDbfFilen

    0下载:
  2. 为了使用Visual C语言编程直接读取dbf文件。需要了解dbf文件的二进制文件格式,下面给出简要的说明。 表文件由头记录及数据记录组成。头记录定义该表的结构并包含与表相关的其他信信息。头记录由文件位置 0 开始。数据记录1紧接在头记录之后(连续的字节),包含字段中实际的文本。 记录的长度(以字节为单位)等于所有字段定义的长度之和。表文件中存储整数时低位字节在前。 -In order to use the Visual C language programming directly rea
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:19291
    • 提供者:认可
  1. GPSSatCalc

    0下载:
  2. GPS星历文件解算。包括,将世界时转换为GPS时和读取星历文件中的数据并存储等。-The GPS ephemeris File solver. Including conversion for GPS and to read the ephemeris file data storage.
  3. 所属分类:transportation applications

    • 发布日期:2017-12-01
    • 文件大小:58758
    • 提供者:xuzhimin
  1. 1

    1下载:
  2. 任务概述:设计一个简单的教务管理程序,能新增、查询、显示、修改和删除学生的各科成绩信息。程序要求: 1)能够从屏幕上根据提示读取一个学生的成绩信息并保存。学生的各科成绩数据用文件来存储,按学号排序存放。 2)记录修改:能选择修改学生的姓名、班级和各科成绩,学号不可修改。在修改或删除之前需要用户进一步确认,确认无误后再进行操作。 3)能够按学号或姓名查询学生的成绩并显示。 4)统计功能:可以统计全部学生的总成绩及班上的排名;统计各科的平均成绩和及格率。 5)要求有友好的信息提示功能,例如学号只能是
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:1841
    • 提供者:sss
  1. Block3D_test

    0下载:
  2. 建立简单的数据结构,从文件中读取并存储特定的一组数据。最终利用树形控件,将数据按其特定的格式显示出来-Create a simple data structure, read from the file and store a specific set of data. Eventually use tree controls, the data according to their specific format display
  3. 所属分类:TreeView

    • 发布日期:2017-04-10
    • 文件大小:2073813
    • 提供者:陈文
  1. ruku

    0下载:
  2. 气象地面报自动入库小程序,自动读取地面气象报文,并存储到CSV数据文件中-Automatically read the ground meteorological message and store data into the CSV data file
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:9464
    • 提供者:林磊
  1. readbmp

    0下载:
  2. 使用标准的C语言写的BMP图像读取并存储程序。头文件包含BMP图像的结构体,给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素位数等数据进内存,存放在相应的全局变量中,同时将其写到指定文件中。 -Using the standard C language to read and write BMP image storage program. The header file contains the structure of BMP images, given an image
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:30229
    • 提供者:姜是
  1. read_1

    0下载:
  2. 读取内容为ASCII码编辑的STL文件,统计面元数并存储数据。-Read the contents of the ASCII STL file editing, statistics and data storage bin number.
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:452284
    • 提供者:童杰
  1. VCPPseismic-SEGY

    0下载:
  2. 地震勘探采集的地震数据一般以地震道为单位进行组织,采用SEG-Y文件格式存储。SEG-Y格式是由SEG (Society of Exploration Geophysicists)提出的标准磁带数据格式之一,它是石油勘探行业地震数据的最为普遍的格式。读取数据后经过处理可以得到有关地下构造和岩性等大量有用信息信息。但是原始数据数据量庞大而且杂乱无章,为了使大量的数据变得直观、易于理解,揭示数据间的内在联系,必须对原始数据经过一系列变换转换成图形图像,将信息以更容易理解的形式展现出来。VC++功能强
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:578570
    • 提供者:gesila1982
  1. get_Eph2.10

    0下载:
  2. 导航定位,星历文件RINEX2.10版本的数据,读取星历文件,并存储。-Navigation and positioning, RINEX2.10 ephemeris file version of the data, read ephemeris file, and store.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1151
    • 提供者:keke
  1. read-data-from-sarial-port

    0下载:
  2. 使用RXTX技术,pc端接收上位机发送来的二进制数据,进行读取,按照协议进行解析,并进行显示、存储,导出为excel文件。-Use RXTX technology, pc terminal receiving PC to send binary data, read, according to the protocol analysis, and display, storage, export to excel file.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-13
    • 文件大小:2743457
    • 提供者:王子
  1. 提取autoMPG数据的的c#程序

    0下载:
  2. 可以读取autodata原始数据集中的数据并将数据按照列存储在不同文件中,以方便matlab程序读取,可以通过筛选去掉数据集中不合理的数据(You can read the data from the original autodata data set and store the data in different files according to the column, so as to facilitate the reading of the matlab program, and
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:271360
    • 提供者:upczhaokai
« 12 3 »
搜珍网 www.dssz.com