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

搜索资源列表

  1. AddressBook

    0下载:
  2. 通讯录程序,QT4编程,源代码测试通过,可以从文件中读取数据。-Address book program, QT4 programming, source code test pass, you can read data from the file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3756
    • 提供者:huanglei
  1. TIN

    2下载:
  2. 读取TXT 格式数据并进行简单的数据排序,并生成三角网-read data from txt,creat tin
  3. 所属分类:其他小程序

    • 发布日期:2013-04-25
    • 文件大小:36976
    • 提供者:kangkai
  1. linklist

    0下载:
  2. 一个完善的C++链表,具备将数据保存为二进制文件,以及从文件读取数据并创建链表功能,可用于通常的数据存储应用。-A perfect C++ List, with the data saved as a binary file, as well as read data from the file and create a linked list function can be used for normal data storage applications.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:5339
    • 提供者:寂寞北冰洋
  1. Internship1

    0下载:
  2. 薛超英数据结构实习一答案 设有n个人站成一圈,每个人持有一个密码(正整数)。现从第t个人开始,按顺时针方向“1,2,3,4,…”循环报数,数到m1(第t个人所持密码)的人出列,然后从出列者的下一个人重新开始报数,数到m2(刚出列者所持密码)的人又出列,如此重复进行,直到n个人都出列为止。 问题是:对于任意给定的n个人的原始排列顺序,求出n个人的出列顺序。 输入数据从文本文件“实习1数据.txt”中读取。该文件有两行:第1行只有一个整数,表示报数的起始位置;第2行
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:588
    • 提供者:刘诗博
  1. TreeData

    0下载:
  2. 此程序很好的介绍了树形控件的使用方法 给出了具体的操作步骤 包括了怎么样连接数据库 从数据库里的表读取数据形成树 对初学者是很用的-This procedure introduced a very good tree control given the use of specific steps include how to connect to database tables from the database to read data on the formation of the tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:68129
    • 提供者:张帆
  1. fifo

    0下载:
  2. To write data to the FIFO, present the data to be written and assert the write enable. At the next rising edge of the clock, the data will be written. For every rising edge of the clock that the write enable is asserted, a piece of data is written in
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:654
    • 提供者:guruguru
  1. array

    0下载:
  2. Array function. Read data from the text file and generate the output. This program evaluate the gred for student mark.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:6502
    • 提供者:ain
  1. winccdatabaseread

    0下载:
  2. WINCC数据库读取 读取WINCC数据库数据,存放在EXCEL里-WINCC database read WINCC database read data stored in the EXCEL
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1918
    • 提供者:chen
  1. com232

    0下载:
  2. 读取端口数据,方便调试用,可以搞一下,很好玩的。-Read data port for debugging, you can engage in what, it is fun.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:5437
    • 提供者:guozonghui
  1. read

    0下载:
  2. 本程序描述了怎样从文件中读入文本数据文件。-This procedure describes how to read from the document text data files.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:21682
    • 提供者:
  1. wen-du-ji-she-ji

    1下载:
  2. 创建一个VI程序模拟温度测量。假设传感器输出电压与温度成正比。例如,当温度为70°F时,传感器输出电压为0.7V。本程序也可以用摄氏温度来代替华氏温度显示。 本程序用软件代替了DAQ数据采集卡。使用Demo Read Voltage子程序来仿真电压测量,然后把所测得的电压值转换成摄氏或华氏温度读数。 共有5个小练习-Create a VI program to simulate temperature measurement. Suppose the sensor output vol
  3. 所属分类:Other systems

    • 发布日期:2015-10-09
    • 文件大小:445321
    • 提供者:刘二
  1. CMOSL

    0下载:
  2. C source for read BIOS cmos data
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:945
    • 提供者:lawrence chen
  1. 2

    0下载:
  2. 任意设计一个类(比如point类、RMB类、Student类等),要求 在类设计中对流操作符"<<"和">>"进行重载。在主程序中声明5个该 类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再 以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) requ
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1219383
    • 提供者:闻悦
  1. readGPSbyRS232

    0下载:
  2. 我主要是通过串口来实时采集GPS得同步数据,频率20HZ,而且数据长度(均大于200个字符)是变化的,每次都要提取里面有用的数据。所取数据用于汽车试验参数。 本人分别采用两种方式来实时读取串口数据:一种是大家常用的VISA控件; 另一种是调用Mscomm。本人在使用中感觉后一种通讯方式很好! -I mainly collected through the serial port in real-time GPS data were synchronized, frequency 2
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:39386
    • 提供者:joey
  1. bus

    0下载:
  2. IC总线程序,包括任一地址读取数据格式,以及任一地址写入数据格式-IC bus procedures, including either an address to read data formats, as well as an address to write any data format
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:4874
    • 提供者:hzhdhz
  1. read

    0下载:
  2. 运用labview程序时,从电脑中读出dat文件里的数据,方便进行后处理-Use labview program, from your computer to read dat file data, facilitate post-processing
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:17714
    • 提供者:孔霖
  1. Data

    0下载:
  2. 建立具有下列功能的类Date: a) 以多种格式输出日期,如 DDD YYYY MM/DD/YYYY June l4,1992 b) 用重载的构造函数初始化Date类的对象。初始化值是a)中格式的数据。 c) 构造函数用头文件time.h中的标准库函数读取系统的时间,把读取的时间赋给Date的数据成员。  -Established the following functional classes Date: a) the date output in
  3. 所属分类:Other systems

    • 发布日期:2016-01-26
    • 文件大小:241749
    • 提供者:大为
  1. pbpowerpoint_tx

    0下载:
  2. 能把pb应用程序读取的数据动态制作成一张powerpoint幻灯片,幻灯片中的报表就会随着数据库中信息的改变而改变。本资料将描述如何利用ole技术实现pb与powerpoint的通讯。-Pb application can read data produced a dynamic powerpoint slide, slide in the report will be with the database information is changed. This information will
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:41391
    • 提供者:you sss
  1. read_file

    0下载:
  2. 把已有的数据文件设置文件中的头控制循环的次数,对数据文件进行读入-read data file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:951379
    • 提供者:
  1. flash_magament

    0下载:
  2. 内核通过保持一个称为数据缓冲区高速缓冲的内部数据缓冲区来减小对芯片的存取频度。高速缓冲含有最近被使用过的串行Flash的数据。当从芯片中读数据的时候,内核试图先从高速缓冲中读取。如果数据已经在该高速缓冲中,则内核可以不必从芯片中读取数据。如果数据不在该高速缓冲中,则内核从芯片上读数据,并将其缓冲起来,这样下次使用时就不需要再从芯片中读取了。描述的就是数据缓冲区的管理。-Core by maintaining a data buffer as an internal data buffer cac
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3906
    • 提供者:linqiong
« 1 23 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com