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

搜索资源列表

  1. Dalu

    0下载:
  2. vc++读取dxf格式的数据并实现对图像的放大、缩小、漫游功能-vc++ to read data in dxf format and realize the image enlarged, reduced, roaming
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3224747
    • 提供者:何开录
  1. BarCode

    0下载:
  2. 一个二维条码生成程序,封装成一个控件,可以在网页上使用,从串口读取数据!-A two-dimensional bar code generating program, packaged as a control on the page can be used to read data from the serial port!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:621361
    • 提供者:wanghui
  1. ourdev_552702

    0下载:
  2. 通过串口将TXT文件中的数据读取出来,并显示波形-Through the serial port data in the TXT file to read out and display the waveform
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:15459
    • 提供者:sidian
  1. read_txt_date

    0下载:
  2. 从文本中读取数据,也可以向文本中写入数据。挺简单的,适合学习用。-To read data from the text, you can also write data to the text. Quite simple, suitable for learning to use.
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:2628
    • 提供者:邓杨军
  1. mailslot

    0下载:
  2. 在邮槽建立的简单的客户机/服务器设计体系中,数据只能从客户机传到服务器,数据通信是单向进行的。服务器进程的职责是创建一个邮槽,而且是能从邮槽读取数据的唯一一个进程。邮槽客户机进程则负责打开邮槽的"实例",该进程是能够向其中写入数据的唯一一种进程。 -In the mail slot to establish a simple client/server design system, the data can only be transmitted from the client server
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2689
    • 提供者:李洋
  1. 4-2

    0下载:
  2. 了解线程如何通过文件对象在永久存储介质上互相发送数据。激活并启动一个线程,接着一个线程创建进程。每个线程从指定的文件中读取数据,数据的增加是以创建时发送给它的数量进行的,然后将新数值写回文件。-Learn how to file object thread-permanent storage medium to send data with each other. Activated and start a thread, and then a thread creation process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1386
    • 提供者:li yang
  1. SiteTest

    1下载:
  2. Viual C++ 编写的现场监控程序,用户从 下位机读取数据-Visual C++ Program Which Read Data From the OMRON PLC.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-20
    • 文件大小:5729735
    • 提供者:gilbert
  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. lontest

    0下载:
  2. 读取钱龙软件的股票信息,并讲数据库中的二进制文件转换为文本文件查看-read qinlong Stock software infomation
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:34687
    • 提供者:renzhen
  1. READTXTto

    0下载:
  2. 改变以前读取TXT文件是整段读取的缺点,实现了TXT中数据的逐行读取以及数据的分解。-To change the previous paragraph to read TXT file is to read the shortcomings of the whole to achieve the progressive reading TXT data, and data decomposition.
  3. 所属分类:File Operate

    • 发布日期:2017-05-19
    • 文件大小:5248637
    • 提供者:胡涛
  1. StudentInfoManageSys

    0下载:
  2. 该程序是学生信息管理系统,首先从XML中读取数据,然后保存到SQL SERVER2000 数据库中,再从数据中读出来,可以增删改操作。-The program is the Student Information Management System, first of all read data from the XML and then saved to SQL SERVER2000 database, and then read out from the data, you can add
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:436906
    • 提供者:阿伟
  1. wmprogramme

    0下载:
  2. 手机软件 sdf数据库 读取数据查询程序!-Sdf database phone software to read data query program!
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:551
    • 提供者:houlei
  1. Stock

    0下载:
  2. 新浪的股票接口,读取数据演示代码,对于炒股的人十分有参考性。-Sina' s stock interface, read data presentation code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:392435
    • 提供者:haoxiongdi
  1. BinTu

    0下载:
  2. 画立体饼图,从数据库动态读取数据,是一学习饼图很好的源代码,初学者易入手.-Painted three-dimensional pie chart, dynamic read data from the database is a good pie chart to learn the source code easy for beginners to start.
  3. 所属分类:.net

    • 发布日期:2017-04-07
    • 文件大小:48550
    • 提供者:小牛
  1. opc

    2下载:
  2. OPC的异步读取数据的类的封装。将opc的初始化,异步读取,同步读取,写,停止等功能封装到类中。使用的时候自己创建一个vc6项目,然后把压缩文件中的文件放到项目根目录,include头文件后就可以用了。-OPC asynchronous read data class package. The opc initialization, asynchronous read, synchronous read, write, and stop functions encapsulated into c
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:12711
    • 提供者:温运伟
  1. GPS_SPP

    0下载:
  2. 伪距单点定位,Rinex文件读取数据解析,计算卫星在轨位置,计算测站坐标-Pseudo-range single-point positioning, Rinex file read the data analysis, calculation of satellite position in orbit to calculate station coordinates
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:4165939
    • 提供者:陈金荣
  1. shuizhunwang

    0下载:
  2. 水准网平差计算未知点坐标,矩阵的定义与生成,平差计算原理,数据读取-Leveling network adjustment calculation of the unknown point coordinates, the matrix definition and generation, adjustment calculation principle, the data read
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:2957
    • 提供者:杨帆
  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. syi

    0下载:
  2. 线性单向表基本操作及基本功能的编程实现 主要功能有 :输入数据 ,修改数据,读取数据-Linear one-way form the basic operation and basic functions of programming the main features are: the input data, modify data, read data ...
  3. 所属分类:CSharp

    • 发布日期:2017-05-10
    • 文件大小:2227817
    • 提供者:冯军红
  1. C18

    0下载:
  2. Windows应用程序中的数据控件 BindingSourceArray 绑定数组数据源的案例。 BindingSourceDataSet 绑定DataSet数据源的案例。 DataGridViewEdit Windows中的数据显示控件实现编辑的案例。 DataGridViewRowCol 读取数据控件中的行和列的案例。 DataGridViewSample 数据视图使用案例。 DataGridViewWebService 数据视图与Web服务结合
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:411232
    • 提供者:aya00
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com