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

搜索资源列表

  1. 8255A

    0下载:
  2. 1、 设计一个电路,由8086通过8255A读取四个开关的状态,然后通过查表输出结果由LED七段数码管显示相应的数字。例如:当四个开关全部断开,读取的数据为1111,则数码管显示F。画出电路图、按要求编写程序,在仿真环境下调试通过。-a circuit design 8086 through 8255A Reads four switch status, and then display the corresponding number the LED seven-segment LED o
  3. 所属分类:assembly language

    • 发布日期:2017-04-24
    • 文件大小:86504
    • 提供者:艾小麦
  1. SRAM2RGB_TOP

    0下载:
  2. 关于SDRAM的读写程序,从而用显示频显示。将数据存如IP核,直接读出显示。-About SDRAM read and write procedures to use to display video display. To store the data such as the IP core, direct readout display.
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-13
    • 文件大小:2011
    • 提供者:林稷安
  1. Virtual-serial-transmission

    0下载:
  2. 虚拟串口传输、接收数据,具有保存,读取功能,可显示在GRAPH上-Virtual serial transmission, the received data, with the save, read function, can be displayed on the GRAPH
  3. 所属分类:LabView

    • 发布日期:2017-05-21
    • 文件大小:6554769
    • 提供者:无痕
  1. H37NEW

    0下载:
  2. 利用8088/86CPU控制8251A可编程串行通信控制器,实现两个实验台之间的串行通讯。其中一个实验台作为发送方,另一侧为接收方。发送方读入按键值,并发送给接收方,接收方收到数据后在LED上显示。-8088/86CPU control 8251A programmable serial communication controller, serial communication between the two experiments. One of the experiments as the
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1846
    • 提供者:Liujiaan
  1. WaveFileParser

    0下载:
  2. A WAV file is binary file in the RIFF format, RIFF format enables the user to haev multiple information in the same file which can either be used or not. The information is stored in chunks, each chunk have its type (4 chars) and side (dword) s
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:1682
    • 提供者:cravena
  1. LibrarySystem

    0下载:
  2. 本系统是可以在VC6.0上运行的,编译源程序:去掉“只读”属性。复制数据库Library.mdb到任意位置。为Library.mdb建一个系统ODBC数据源:Library。-The system is able to run on VC6.0, compile source: remove the read only attribute. Copy Database Library.mdb to any location. Library.mdb build a system for th
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:120642
    • 提供者:俊帆
  1. ha0122

    0下载:
  2. HT48F MCU系列1K位EEPROM Data Memory的读写 - 使用汇编语言-HT48F MCU 1K位EEPROM Data Memory write /read Using assembly language
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:4705
    • 提供者:Limingming
  1. 24c02

    0下载:
  2. 24c02存储器读写程序,从txt复制到编译器即可 内附数据入口,出口-24C02 memory read and write procedures, copied the txt to the compiler The data included entrance, exit
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:1162
    • 提供者:李春龙
  1. OV7725_i2c_timing_ctrl

    1下载:
  2. iic接口verilog HDL代码,经过测试验证,在OV7725控制接口上验证- //i2c interface output i2c_sclk, //i2c clock inout i2c_sdat, //i2c data for bidirection //user interface input [7:0] i2c_config_size, //i2c config data counte output reg [7:0] i2c
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3283
    • 提供者:bryan
  1. Compatibility-serial-port

    1下载:
  2. 在Labview平台下开发wince6.0程序,利用兼容模式串口实现读写功能,数据的上传和下载,解决了Visa串口在wince中不能使用的问题-Labview platform to develop the wince6.0 program, the use of compatible mode to achieve read and write functions, data upload and download
  3. 所属分类:LabView

    • 发布日期:2016-06-14
    • 文件大小:14336
    • 提供者:wavf
  1. INTERPOLATION

    0下载:
  2. 读取3D数据,对3D数据进行插值运算并转换为二维数组-read 3D data a txt document, then process these data with interpolation algorithm
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:34886
    • 提供者:李丽
  1. trial

    0下载:
  2. 可读取串口数据并显示在波形图上,然而并没有数组来储存数据,数据直接转换为数值后显示于波形图。-Serial data can be read and displayed on the waveform, but not the array to store data.
  3. 所属分类:LabView

    • 发布日期:2017-04-30
    • 文件大小:22671
    • 提供者:Lelouch
  1. file_read_write

    0下载:
  2. 编写程序,要求将产生的20个0-1之间的随机数分别存储为文本文件,电子表格文件和和二进制文件;编写程序,要求从保存的文本文件,电子表格文件和和二进制文件的数据分别读出兵显示在前面板中。-Write a program that requires generated 20 random numbers between 0 and 1 are stored as text files, spreadsheets, documents and binary files written procedu
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:31024
    • 提供者:宇文辰
  1. read-plc-data

    0下载:
  2. labview读写PLC,通过串口来进行上位机和PLC的通信-PLC, labview, speaking, reading and writing through a serial port for PC and PLC communication
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:14953
    • 提供者:王巧智
  1. txttoarray

    0下载:
  2. 通过labview读取txt文本文档,并将文本文档txt中的数据转成数组-Through labview read TXT text documents, and the data in a text document TXT into an array
  3. 所属分类:LabView

    • 发布日期:2017-04-29
    • 文件大小:11532
    • 提供者:王巧智
  1. PS2--digital-display

    0下载:
  2. 用外部中断读取PS2键盘的数据 并在数码管上显示,此程序只处理数字键盘。其余按键功能用户可以自行扩展,为了程序简单便于阅读和学习,程序中没有使用奇偶校验, 校验程序请自行添加-External interrupt data read PS2 keyboard and display on the digital tube, this program only handles numeric keypad. Remaining keys function the user can expa
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:23343
    • 提供者:梅跃
  1. sig-delta-example

    0下载:
  2. 采用串行数据来读取电流采样值,可以抑制电流的干扰,已经用于实际-Serial data read current sampling values, you can suppress interference currents, it has been used for real
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3045
    • 提供者:5679648
  1. CoolTerm_0

    0下载:
  2. Rotary Encoder file used to read and decode the data any rotary incremental encoder-Rotary Encoder file used to read and decode the data any rotary incremental encoder
  3. 所属分类:Editor

    • 发布日期:2017-04-12
    • 文件大小:602
    • 提供者:JamesHolden
  1. Stock-V1.0

    0下载:
  2. 读取新浪股票数据,通过分析MACD以及RSI得出股票买卖信号并保存。-Read Sina stock data, stock trading signals derived by analyzing the MACD and RSI and save.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-10
    • 文件大小:1072767
    • 提供者:yxj
  1. operator-precedence-parser

    0下载:
  2. 1、给出文法如下: G[E] E->T|E+T T->F|T*F F->i(E) 可以构造算符优先表如下: + * ( ) i + * ( ) i 2、计算机中表示上述优先关系,优先关系的机内存放方式有两种1)直接存放,2)为优先关系建立优先函数,这里由学生自己选择一种方式; 3、给出算符优先分析算法如下: k:=1 S[k]:=‘#’ REP
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1803
    • 提供者:忆昔
« 1 2 ... 16 17 18 19 20 2122 23 24 25 »
搜珍网 www.dssz.com