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

搜索资源列表

  1. connection

    0下载:
  2. 通过USB将传感器连接至电脑上,并在电脑上读取传感器的数据-The sensor is connected via USB to your computer and read the sensor data on a computer
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:53628
    • 提供者:刘磊
  1. BinarySearchHeapConstruction

    0下载:
  2. Binary Search Heap Construction-Read the statement of problem G for the definitions concerning trees. In the following we define the basic terminology of heaps. A heap is a tree whose internal nodes have each assigned a priority (a number) such that
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:767
    • 提供者:刘辉
  1. CsharpExample

    0下载:
  2. 安捷伦万用表的上位机软件,可以读取测试到的各种数据,非常实用-Agilent multimeter PC software, you can read the test to a variety of data, very practical
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:277142
    • 提供者:dandy
  1. CsharpExample

    0下载:
  2. 安捷伦万用表的上位机软件,可以读取万用表测试得到的各种数据,不过要注意是在VS2005下做得-Agilent multimeter PC software, you can read a variety of data obtained multimeter test, but to pay attention to is doing in VS2005
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:331717
    • 提供者:dandy
  1. Oledb

    0下载:
  2. C#下,如果使用Oledb读取数据库里的数据,很久以前写的,现在拿出来分享一下-C#, if you use the Oledb to read the data in the , a long time ago to write, and now take out to share
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:26838
    • 提供者:风先生
  1. HY2_overread

    0下载:
  2. c# IDL混编 HDF5数据批量读取 HY-2-c# IDL mixed programming batch HDF5 data read, HY-2
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:105891
    • 提供者:oliver
  1. SerialPLC

    0下载:
  2. 利用LMS型激光获取环境参数来控制PLC操作的,文件主要包含激光数据的读取操作-Using LMS laser to obtain environmental parameters to control the operation of the PLC, the document contains the main laser data read operation
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3562
    • 提供者:孔龙飞
  1. ReadFileToMatrixData

    0下载:
  2. 读取文本文件中的数据,存储到二维数组中,数据可不确定行数和列数-Data read text files stored in the two-dimensional array, the data can be uncertain number of rows and columns
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:904
    • 提供者:王贵
  1. RinexSp3Reader

    1下载:
  2. 读取GNSS卫星精密星历Sp3文件。传入精密星历文件地址,便可以进行精密星历数据读取,读取完成后按卫星、时间、X、Y、Z格式存储在表结构中,以表的形式返回以供使用。-Reads the GPS satellite precise ephemeris Sp3 file. Incoming precise ephemeris file address, you can read the ephemeris data. Read as format of satellite number, time,
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3257
    • 提供者:曹操
  1. examples

    0下载:
  2. 用于测试遗传算法算法效率的一系列算例,首先读入问题库和优化函数,然后利用算例的数据进行测试。-A series of examples for testing the efficiency of the algorithm genetic algorithm, first read the question bank and optimization functions, then use the data to test examples.
  3. 所属分类:CSharp

    • 发布日期:2017-05-13
    • 文件大小:2685843
    • 提供者:许可
  1. WindowsFormsApplication1

    0下载:
  2. 文件读取和向结构体拷贝,不用将每个结构体内的成员赋值,直接拷贝获取-read file and copy data to struct
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:72653
    • 提供者:brad
  1. tushu

    0下载:
  2. 图书管理系统,可以对图书信息,读者信息,借阅信息进行增删改查功能,且数据单独保存在三个不同文本中,可以随时调用读取文件。-Library management system, information on books, readers information, loan information CRUD functions, and data is stored separately in three different text, you can call at any time to rea
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:351827
    • 提供者:王杰
  1. ReadExcel

    0下载:
  2. 读取Excel表格的内容和图片,显示到dataGridView控件。-Read Excel Data and Picture to display in dataGridView.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:173558
    • 提供者:carlos
  1. OperationTXT-3

    0下载:
  2. 首先通过File.ReadAllLines()方法读入文本文档中内容并返回字符串数组contents,这样每行数据就成为了这个字符串数组contents的一个元素,再利用split()方法将每一个元素以空格或制表符分割,返回字符串数组,这样一行数据又被返回了3个字符串放入字符串数组中,通过Convert.ToDouble()方法将其转化为double类型并计算。创建一个StringBuilder数据类型将每行的字符串添加进去,转换为string后,最后用File.WriteAllText方法写入
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:65684
    • 提供者:Baron
  1. OperationTXT-4

    0下载:
  2. 这一篇与上一篇比较类似,目的相同,不同之处为读入到了list中,list泛型集合可以当作可变长数组使用。通过StreamReader创建一个流sr,然后通过一个while循环将读得的每行数据放入字符串类型的list中,之后对每个list分割,并返回一个字符串数组,这个字符串数组就可以通过转化为double来计算了,计算完成后可以通过放入sb中统一写入到文本文档中。-This is a comparison similar to the previous one, the same purpose
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:44654
    • 提供者:Baron
  1. WaveDataProcess

    0下载:
  2. WAV声音文件的读取和时间可选的数据切片。-WAV sound files are read and time sliced with optional data.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:82153
    • 提供者:lee
  1. ZBDYY_CSharp

    0下载:
  2. 本软件适合于娱乐公共场所,电器设备的监控。采用C#.NET平台开发。可实现PLC数据区的读写。-The software is suitable for the public places of entertainment and the monitoring of electrical equipment. Using C#.NET platform development. PLC data area can be implemented to read and write data.
  3. 所属分类:CSharp

    • 发布日期:2017-05-28
    • 文件大小:10547817
    • 提供者:司杰
  1. ProcessImg

    0下载:
  2. 栅格数据使用GP工具进行裁剪,读取dn值到xls表中,对表格的新建、删除、更新、读取、计算等功能-Raster data using the GP tools for cutting, xls read dn value to the table, the table is new, delete, update, read, calculation and other functions
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:219673
    • 提供者:juan
  1. opcASync_RW

    0下载:
  2. vc编写的工业自动化中opc客户端,实现数据读写等功能-vc prepared industrial automation opc client, the data read and write functions
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1772013
    • 提供者:王元
  1. file_ReadWriteTest

    0下载:
  2. C#文件读取写入,使用FileStream类进行文件的读取,使用StreamWriter写入文件数据,然后使用StreamReader读取文件,一行一行的输出。 -C# file read and write, use the FileStream class to read the file, use the StreamWriter to write the file data, and then use the StreamReader to read the file, line b
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:36375
    • 提供者:wdl
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com