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

搜索资源列表

  1. gcsjduqu

    0下载:
  2. 读取高程数据文档,并将不规则的数据读取为规则的数据-Read the elevation data documents, and irregular data read data for the rules
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:10243
    • 提供者:邹国雄
  1. CSharpDHT11

    0下载:
  2. 软件总共分为四层:界面层、串口层、数据层、显示层、操作层。 界面层主要提供人机交互界面,方便使用者观察数据和操作。 串口层主要负责下位机与上位之间的通信和简单的数据处理。 数据层主要对数据进行存储,以及被其它各层调用数据。 显示层主要负责数据的显示。分为简易界面的显示和主界面的显示。简易界面包括实时时间和特定时刻的温湿度显示。主界面包括直接读取串口处理后数据的文本显示和从数据库中读取数据的控件显示。 操作层主要负责的数据进行细致处理,包括添加、删
  3. 所属分类:CSharp

    • 发布日期:2017-06-15
    • 文件大小:23858971
    • 提供者:陈剑明
  1. shiboqiyanshi

    0下载:
  2. 利用串口读取数据并且绘制曲线图,一个示波器的范例,并且美化了皮肤,希望对大家有用-Using the serial port read data and graph, an example of an oscilloscope, and beautify skin, hope useful for everyone
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:40842
    • 提供者:肖强
  1. dsp

    0下载:
  2. 编辑MFC界面,打开txt数据文件,读取数据文件中数据的行数-MFC editing interface, data txt file open, file read data line number data
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-10
    • 文件大小:1278
    • 提供者:xiaobai
  1. AccessRd_jb51

    0下载:
  2. 利用vbs程序从access文件中读取数据信息。-read data from access file with VBS code
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:11883
    • 提供者:张友林
  1. STM32F3Discovery_IMU-master

    0下载:
  2. This program which read data from accelerometer and gyro on stm32f3discovery board-This is program which read data from accelerometer and gyro on stm32f3discovery board
  3. 所属分类:Other systems

    • 发布日期:2017-05-30
    • 文件大小:12559146
    • 提供者:G
  1. read--radiosonde-data

    1下载:
  2. 主要读取气象探空数据,并将读取到的数据进行画图的程序-The main goal of this program is that reading radio sounding data
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:1086
    • 提供者:wei
  1. Execl

    0下载:
  2. 用MFC写的从EXCEL读取数据并把数据排序后写入到txt文件中的小例子。-Write to read data from EXCEL using MFC and the data is written to the txt file sorted in small examples.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2468796
    • 提供者:陈辰
  1. Read-and-display-image-data

    0下载:
  2. 读取图像,显示图像的红绿蓝三个波段的数据,显示图像的灰度值数据,鼠标点击图像的任意位置,显示该位置的RGB值。-Read image, three bands display RGB image data, the image data display gradation value, mouse click anywhere in the image, the RGB values ​ ​ of the display position.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:608212
    • 提供者:
  1. CeShi

    0下载:
  2. 串口读取数据,适合连续的测试数据收发测试。我是给车间检测热表做的-COMM read data
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:79566
    • 提供者:陈世云
  1. Mouse_simular

    0下载:
  2. 本文件功能是从串口读取数据,并且将数据转化为鼠标数据坐标数据。-This document function is to read data from the serial port, and the mouse data coordinate data into the data.
  3. 所属分类:Communication

    • 发布日期:2017-04-24
    • 文件大小:59268
    • 提供者:周sir
  1. read-IC-date

    0下载:
  2. VB代码读取IC卡数据,可了解一下简单的IC卡读取过程。-Read IC card data
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:54574
    • 提供者:jah
  1. txt

    0下载:
  2. 从文本中读取数据到二维数组,也能写数据到文本-To read data from a two-dimensional array of the text, can write data to the text
  3. 所属分类:File Operate

    • 发布日期:2017-04-08
    • 文件大小:218016
    • 提供者:舟舟
  1. InfraRedPrint

    0下载:
  2. Simple program to read data from barcode USB-reader, and output readed text to printer
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:15927
    • 提供者:Stas
  1. shiyansan

    0下载:
  2. 实验三、生产者消费者问题 一个大小为3的缓冲区,初始为空 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次-Third experiment, the producer of consumer issues a buffer of size 3, in
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3368
    • 提供者:吴我
  1. c-Sharp-excel-read-and-save

    1下载:
  2. c#的 excel读取和保存: 利用Microsoft.Office.Interop.Excel实现读取excel文件内容到datatable中,在返回去保存到excel内。解决编程读取excel中数据和保存的问题-c# excel read and save the: use Microsoft.Office.Interop.Excel to read excel file contents to datatable, and in return to save the excel. Re
  3. 所属分类:.net

    • 发布日期:2017-04-17
    • 文件大小:175675
    • 提供者:栗子
  1. SerialPort

    1下载:
  2. * Function: 串口的打开、关闭、数据发送 以及 自动接收 (1)采用【事件驱动】的方式,即当缓冲区接收到数据的时候,【自动执行接收数据】,有效的节省系统资源,提高执行效率。 原理:建立一个事件线程,它监视串口的事件和错误信息。当有事件或错误发生时,它主动向【主线程】发送一个Windows消息。主线程在消息相应函数中处理已发生的事件或错误。 (2)采用“异步方式”读串口,耗时的读数据在单独的线程中进行。 (3)编程步骤:定义全局变量、创建串口、开启事件线程、发送数据、自定
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:6900
    • 提供者:Sun Jin
  1. serialReceiveStrData

    0下载:
  2. C#编写的串口接收读取数据简易界面,方便实用-C# prepared by the serial interface receives the read data simple, convenient and practical
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:53595
    • 提供者:向官腾
  1. accdb

    0下载:
  2. 利用C#,读取Accdb数据库的数据,根据学号和课程号查询相应的数据集-read data from Accdb
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:57804
    • 提供者:陈慈达
  1. SystemStatusMonitor

    1下载:
  2. 基于C#,利用串口显示下位机采集数据的小软件,主要功能:串口数据读取,数据实时显示,以时间为文件名实时保存,利用datagridview实时显示数据,且可以将表格数据输出为excel格式-Based on C#, the use of serial display data collected by a small bit of software, the main function: serial data read, data real-time display, real-time as
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4727339
    • 提供者:贾川
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 ... 50 »
搜珍网 www.dssz.com