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

搜索资源列表

  1. XMLRead

    0下载:
  2. XML文件读取数据和声音按键,用于读取初始化数据以及点击按键发出声音。-XML file to read data and voice buttons to read the initialization data, and click the button sound.
  3. 所属分类:File Operate

    • 发布日期:2017-05-24
    • 文件大小:7917426
    • 提供者:Loki
  1. readControlFromxml

    0下载:
  2. 从xml里面读取数据 然后初始化所有的界面信息 但是前提你要知道界面的id 和 所有控件的 id  xml的结构是由我自己定的 -Read data from the xml inside the interface and then initialize all the information but only if you know the id of the interface and all the controls id xml structure is determined b
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-01
    • 文件大小:247121
    • 提供者:陈勇
  1. Read-DataBase-and-Draw-Curves

    0下载:
  2. 通过读取数据库中的数据画出数据变化的趋势曲线-By reading data in a database draw the data change trend curve
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:49265
    • 提供者:黄显
  1. ExcelInOut

    0下载:
  2. 一个excel导入导出的程序,演示如何将数据从excel中读出到dategridview中,以及改变后如何保存到excel中去。-An excel import and export procedures of how to read data from excel to dategridview, as well as how to save the changed excel go.
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:1098244
    • 提供者:fuyancan
  1. wlyz

    0下载:
  2. acc数据库三层网络验证,通过asp读取数据-acc three-network authentication database, read data via asp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-10
    • 文件大小:1050020
    • 提供者:李升
  1. paixusuanfajiqiyingyong

    0下载:
  2. 这个文档里面含源代码和实现文档,主要包含以下几个功能:1.从键盘输入n个数,并按从小到大输出,并且可以多次进行。2.从一个.txt文件中读出数据,并且按从小到大输出 。 3.从键盘输入一个数组的值,将数组的值逆序并输出 4.输入一行字符,统计其中的英文字母,空格,数字,和其他字符的个数 等等,里面有实现6个功能-This document which contains the source code and implementation documentation, including the
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:176973
    • 提供者:张小慧
  1. junheng

    0下载:
  2. 对bmp8位灰度图像进行读取数据存储数据,并进行均衡化处理,并绘制直方图存储为图像,通过此程序,可对均衡化过程有所了解。-Bit grayscale images of bmp8 read data stored in the data, and the equalization process, and draw the histogram is stored as an image, through this program, you can understand the process o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7629383
    • 提供者:litian
  1. readklm1b

    1下载:
  2. 读取NOAA卫星avhrr探测仪的*.lac格式文件的IDL函数-read data of the NOAA16/AVHRR,format*.lac
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:5393
    • 提供者:xu
  1. telephone

    0下载:
  2. VC编程:写入和读取记忆ic的数据,并能复制读取数据并可将之写入下一台机器。-VC program: ic memory write and read data, and can copy and can read data written to the next machine.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:82763
    • 提供者:slyaoba
  1. 18b20

    0下载:
  2. 单片机控制18B20温度采集!可以通过液晶或者数码管来读取数据!-SCM control 18B20 temperature acquisition! Through the LCD or digital tube to read data!
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:29338
    • 提供者:周奇
  1. read_data

    0下载:
  2. 用于读取数据,进行数据的读取工作。很好用的,试试就行- Used to read data, read data work. Good use, try on the line
  3. 所属分类:文件操作

    • 发布日期:2017-04-06
    • 文件大小:805
    • 提供者:zhangyadong
  1. STC12C5A60SPVS1003

    0下载:
  2. 使用STC的12C5A60S单片机+VS1003开发的MP3播放器,支持U盘SD卡,支持上电自动播放,逐首步进,音量调节,播放时间显示,其中U盘部分使用沁恒的CH375,SD卡采用模拟SPI方式读取数据,文件系统使用FAT32,最大特点是主程序结构明了,显示部分使用函数指针,-STC s 12C5A60S using SCM+ VS1003 development of the MP3 player, SD card support U disk, support for automatic p
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:357978
    • 提供者:周游
  1. FIFO-verilog

    0下载:
  2. 本实验完成的是8位异步FIFO的设计,其中写时钟100MHz,读时钟为5MHz,其中RAM的深度为256。当写时钟脉冲上升沿到来时,判断写信号是有效,则写一个八位数据到RAM中;当读时钟脉冲上升沿到来时,判断读信号是有效,则从RAM中把一个八位数据读出来。当RAM中数据写满时产生一个满标志,不能再往RAM再写数据;当RAM中数据读空时产生一个空标志,不能再从RAM读出数据。-In this study, completed the 8-bit asynchronous FIFO design,
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:334206
    • 提供者:肖波
  1. matlab-excel-data-exchange

    0下载:
  2. 实现matlab对EXCEL表格的读写操作,并可以通过姓名列或学号列对EXCEL表进行查询-read and write EXCEL file by matlab operation ,and inquery the EXCEL file by name column or xuehao column
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:4087
    • 提供者:birdy
  1. Caminho-mais-curto

    0下载:
  2. this project help you to create a connection between serial port and computer to read data from and then send a data from the computer to the serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:184397
    • 提供者:laith Samara
  1. biancheng1

    0下载:
  2. 编程实现希尔、快速、堆排序、归并排序算法,并计算每种算法的比较、交换次数、执行时间。要求准备不同数量级(100、1000、10000、20000)的待排数据存入文件;再从文件读入数据,排序;将结果写入文件中。-Programming Hill, quick, heap sort, merge sort algorithm, and calculate for each algorithm, switching frequency, the execution time. Asked to pre
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2095863
    • 提供者:汪奔波
  1. VB-read--power-data

    0下载:
  2. 用VB在线读取电能表数据并发送命令,源代码提供参考-vb read power data
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:11437
    • 提供者:countrybb
  1. cloud-data

    0下载:
  2. 点云数据读取,3D/2D,供学习参考使用-cloud data read
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:902238
    • 提供者:liugao
  1. Example_8_8

    0下载:
  2. 主要是读取XML文件的数据,让你了解DateSet和XML数据之间的转换,操作-Mainly to read data from XML file
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-03
    • 文件大小:26227
    • 提供者:lin
  1. read-Matrix-for-SAR-DATA

    1下载:
  2. Read Matrix for SAR DATa
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:835
    • 提供者:Farhad
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 50 »
搜珍网 www.dssz.com