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

搜索资源列表

  1. data

    0下载:
  2. You can read this pdf file.
  3. 所属分类:DSP program

    • 发布日期:2017-12-09
    • 文件大小:372567
    • 提供者:cuizhengming
  1. AT45DB321

    0下载:
  2. 针对AT45DB621、642系列存储器的spi总线读写程序,有需要的朋友可以下载,绝对实用-wirte or read data from EEPROM at45DB642 serires,spi BUS
  3. 所属分类:SCM

    • 发布日期:2017-11-07
    • 文件大小:3080
    • 提供者:redwind
  1. Read-opencv-sequences

    0下载:
  2. opencv中的序列是如何读取和存储的。并实现在视频或图像上读出才序列的数据,显示在图像上。-opencv in sequence is how to read and stored. And the achievement of the video or image data read out before the sequence is displayed on the image.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-19
    • 文件大小:1845994
    • 提供者:杨松超
  1. Protection-devices

    0下载:
  2. 继电保护装置:atmega128与cpld合成结构:ad转换器对模拟电流采样,读到的数据存在ram中,并进行fft计算与参考值对比,发出出口信息,完成电动机综合保护,还能提供转子笼条断条的故障-Protection devices: atmega128 and cpld Composite Structure: ad converter for analog current sampling, read data exists in ram, and make fft calculation c
  3. 所属分类:SCM

    • 发布日期:2017-11-09
    • 文件大小:37863
    • 提供者:leon
  1. AA

    0下载:
  2. 对txt文件进行分析和读入,并对读入的数据进行处理-Txt file for analysis and reading, and for processing the read data
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:753
    • 提供者:chenyong
  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. tuxiang

    0下载:
  2. 从一个.bmp文件中读取数据(包括BITMAPINFOHEADER,调色板和实际图象数据),将其存储在一个全局内存句柄hImgData中,这个hImgData将在以后的图象处理程序中用到。同时填写一个类型为HBITMAP的全局变量hBitmap和一个类型为HPALETTE的全局变量hPalette。这两个变量将在处理WM_PAINT消息时用到,用来显示位图。该函数的两个参数分别是用来显示位图的窗口句柄,和.bmp文件名(全路径)。当函数成功时,返回TRUE,否则返回FALSE。-From a.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:1024
    • 提供者:刘旭
  1. contour-movie

    0下载:
  2. 在完成matlab的基本文件读写功能基础上,绘制等值线以及动画等。共有两个代码,其一为从一文本文件(.txt)中读取数据 ,勾画平面等值线,另外一个从一个文本文件汇总读取数据,制作动画。-After completing the basic matlab file read and write functions, based on the contour map and animation. There are two codes, one from a text file (. Txt) t
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:990
    • 提供者:刘依恒
  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. ds18b20Pwan

    0下载:
  2. 用STC89C51控制DS18B20,读取数据,并对DS18B20转换后的数据进行处理,最后在数码管上显示DS18B20测出的温度-With STC89C51 control DS18B20, read data, and DS18B20 converted data processing, and finally in the digital tube display DS18B20 measured temperature
  3. 所属分类:assembly language

    • 发布日期:2017-11-22
    • 文件大小:82557
    • 提供者:一绝
  1. JOSEPH

    0下载:
  2. 我这个是用顺序表存储结构(数组)写的JOSEPH环,算法简单易懂,适合初学数据结构认识阅读-I this is a sequence table storage structure (array) wrote JOSEPH ring algorithm simple, suitable for beginners to read data structure knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:796
    • 提供者:chenji
  1. Producers_consumers

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

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

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

    • 发布日期:2017-11-21
    • 文件大小:337736
    • 提供者:Dean Miller
  1. EX4_SD_PIC

    0下载:
  2. pic 单片机sd卡模块程序,可以从sd中读取数据然后在12864上面显示-it is a pic microchip which control the secure digital module,meanwhile it read data from the program and display on the chip 12864
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:52135
    • 提供者:杨刚
  1. myMusicPlayer

    0下载:
  2. 具有下一张,上一张,旋转,放大,删除功能,可以从U盘等外部存储设备读取数据,具有LCD触摸屏,以上功能可以通过触摸屏实现。 -Has a lower one, on one, rotate, zoom, delete function, from the U disk and other external storage device to read data, with LCD touch screen, these functions can be achieved via the to
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:212735
    • 提供者:王超
  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. ins

    0下载:
  2. 捷联惯导结算程序,读取数据文件,东北天地理坐标系,最后给出位置速度和姿态-SINS settlement procedures, read data files, Northeast days geographic coordinate system, and finally gives position, velocity and attitude
  3. 所属分类:transportation applications

    • 发布日期:2017-04-02
    • 文件大小:1027
    • 提供者:zhangyi
  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 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com