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

搜索资源列表

  1. smallnote

    0下载:
  2. 模仿小记事本设计的小程序,可以打开,保存,读取数据(数据流)-Small notepad designed to imitate a small program that can open, save, read data (data flow)
  3. 所属分类:Menu control

    • 发布日期:2017-11-16
    • 文件大小:337258
    • 提供者:方晶
  1. com

    0下载:
  2. 实现qt环境下的串口读取数据,并进行数据的解析,发掘,获取有用的数据,并显示。-QT environment to achieve the serial read data, and data analysis, to explore, to obtain useful data, and display.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:663016
    • 提供者:Arthur
  1. Producers_consumers

    0下载:
  2. • 一个大小为3的缓冲区,初始为空 • 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 • 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: • 显示每次添加和读取数据的时间及缓冲区的状态 • 生产者和消费者用进程模拟。-• a buffer of
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:337675
    • 提供者:Dean Miller
  1. Stack

    0下载:
  2. 堆栈实现。堆栈就是这样一种数据结构。它是在内存中开辟一个存储区域,数据一个 顺序地存入(也就是“压入——push”)这个区域之中。有一个地址指针总指向最后一个压入堆栈的数据所在的数据单元,存放这个地址指针的寄存器就叫做堆栈指示器。开始放入数据的单元叫做“栈底”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器中的地址数自动减 1。这个过程叫
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:593
    • 提供者:诚溜
  1. USB_HID_CH375

    0下载:
  2. CH375 实现HID——USB资料 实现键盘的通讯,PC成功读取数据-CH375 achieved HID- USB data communication the keyboard, PC successfully read data
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:47737
    • 提供者:gfhggh
  1. L1G-R-hyperion-data-read-with-IDL

    0下载:
  2. L1GST或者L1R级Hyperion高光谱数据读取-L1GST or L1R grade Hyperion hyperspectral data read
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:335907
    • 提供者:huaoking
  1. testUsbDevice

    0下载:
  2. usb通信的例子, 测试usb设备 的小例子,能够读取数据 -usb communication example, test usb device small example, the ability to read data
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-16
    • 文件大小:4446535
    • 提供者:吴衣
  1. histogram

    0下载:
  2. read data from a file and plot the histogram of the numerical values
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-03
    • 文件大小:44014
    • 提供者:maher
  1. ConsoleApplication_serialPort

    0下载:
  2. Read data from serial port with 2D scanner - In Proce-Read data from serial port with 2D scanner - In Process
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:28065
    • 提供者:cedoming
  1. VCBusiness-communication

    0下载:
  2. 基于access2007数据库。实现数据存在,数据的读取,数据的修改等等。-Based access2007 databases. Data exists, the data read, data modification, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2417511
    • 提供者:303906779
  1. DataBase

    0下载:
  2. 连接数据库,并从数据库中读取数据,显示在窗体中-Connect to the database, and read data from the database, displayed in the form
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:808
    • 提供者:lukuan
  1. IDL-READ-FILE

    0下载:
  2. idl8.0环境下,可以实现读取数据,虽然不能读取所有类型,但是可以读取一般类型的数据。-idl8.0 environment, can read the data, although it can not read all types, but the general type of data can be read.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:3906
    • 提供者:liubin
  1. LightData

    0下载:
  2. 自己编写的一个读取数据作图并保存为图片的程序-I have written a read data mapping program and it can be saved as a picture
  3. 所属分类:File Operate

    • 发布日期:2017-05-19
    • 文件大小:5602486
    • 提供者:许云志
  1. BookSys

    0下载:
  2. C# 动态实现读取数据,此案例是读取书籍信息 、供初入C#的学生学习-C# dynamic implementation to read data, this scenario is to read the book information for students entering the C#
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:130888
    • 提供者:谢谢
  1. data

    0下载:
  2. listview导入、导出txt文件;listview与SQL2005数据库的读写操作-listview import, export txt file listview with SQL2005 database read and write operations
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:121407
    • 提供者:曾辉雄
  1. ZUIBIAO

    0下载:
  2. MFC 画出简单的坐标 并通过按钮产生随机点坐标(横坐标逐渐增大纵坐标随机)存入文件中 另一按钮实现读出数据并将点连成折线-MFC drawing simple coordinate and through the button generates random point coordinates (abscissa increases ordinate random) into a file and another button to achieve read data points conn
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:39722
    • 提供者:cuiyaoyao
  1. SunAuxTest

    0下载:
  2. 管道 实现进程间通信 管道读数据是一次性操作,进程A将数据压入管道中,进程B读取数据,释放空间以便写更多的数据-Pipes for interprocess communication channels read data is a one-time operation, process A will be pressed into the pipeline data, process B to read data, freeing space for more data to write
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:3183
    • 提供者:twx
  1. Read-Rinex-File

    0下载:
  2. 读取Rinex观测文件的头文件,并将关键信息输出到一个Excel文件中。-Read the head file of observation data in a Rinrx file ,then output it in a Excel file!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4190850
    • 提供者:奥巴马
  1. ProjectAboutResection

    0下载:
  2. 摄影测量后方交会函数,主要实现从文件读取数据,简化数据录入过程-Photogrammetry Resection function, primarily to read data from a file, to simplify data entry process
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1726413
    • 提供者:柳星河
  1. Read-Data_Value

    0下载:
  2. 用于在数据库内按照名称查找对应存储的数据-Used in the database by name to find the corresponding stored data
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:815
    • 提供者:lyxxzrb
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 50 »
搜珍网 www.dssz.com