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

搜索资源列表

  1. 18b20.rar

    0下载:
  2. DS18B20一线总线数字式传感器的原理与使用.doc DS18B20智能温度控制器(汇编与C语言).doc ME300实例-LED数码管显示电子钟(汇编、C语言).doc 基于DS18B20的智能温度测量装置.doc 可以考虑用DS18B20采用的单线的数据接口.doc 一个温度定时报警器.doc,DS18B20 bus line digital sensor with the use of the principle. Doc DS18B20 intelligent tempera
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:205151
    • 提供者:陈海
  1. FxjTest.rar

    1下载:
  2. 此程序为分析家股票行情分析软件数据接口消息测试,This procedure for the analysts stock analysis software test data interface information
  3. 所属分类:其他小程序

    • 发布日期:2013-09-13
    • 文件大小:39257
    • 提供者:hjg008
  1. gshq092

    1下载:
  2. 我好不容易找来的股票行情插件,功能齐全,最新版的插件,,读取大智慧提供的flash数据接口实现实时查看真实的股票行情信息。本插件完全绿色、代码简洁,无数据库,不会对UCHome系统造成任何影响,安装和卸载都十分简单。-uchome chajian gupiao
  3. 所属分类:Other systems

    • 发布日期:2015-04-03
    • 文件大小:58534
    • 提供者:chen
  1. vb

    2下载:
  2. 用于和证券行情数据接口的股票数据读取方式源码是用VB做的。-And securities for the stock market data interface to read the way the data source is used to do in VB.
  3. 所属分类:Other systems

    • 发布日期:2015-08-07
    • 文件大小:10583
    • 提供者:依佳
  1. MIPI_TDWG_whitepaper_v3_2

    0下载:
  2. 多媒体显示串行数据接口MIPI--MIPI_TDWG_whitepaper-mitimedia display serial data interface mipi--MIPI_TDWG_whitepaper
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:237138
    • 提供者:henry
  1. FTOD_SDRAM10.3.18

    0下载:
  2. FPGA与DSP数据接口转换时序,简单实用的,SDRAM时序读写数据。-FPGA and DSP data interface conversion timing, simple and practical, SDRAM read and write data timing.
  3. 所属分类:Other systems

    • 发布日期:2016-10-13
    • 文件大小:13487089
    • 提供者:郝金
  1. pcl818

    0下载:
  2. 研华数据采集卡的C接口驱动库,适用于pcl818或pci1784-Advantech Data Acquisition Card C interface driver library for pcl818 or pci1784
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:15716
    • 提供者:luzhankui
  1. LabV

    0下载:
  2. LabVIEW以太网接口数据采集器设计LabVIEW Data Acquisition Ethernet Interface Design-LabVIEW Data Acquisition Ethernet Interface Design
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1688899
    • 提供者:huu
  1. LabVIEW-Matlab-Mixed-Programming-

    2下载:
  2. 针对LabVIEW在数值分析和处理方面的不足,提出了实现LabVIEW与Matlab混合编程的几种方法。通过LabVIEW专有程序接口调用Matlab,LabVIEW设计用户图像界面,负责数据采集 Matlab在后台提供大型算法供LabVIEW调用,其程序的调用方法,可使用Matlabscr ipt节点或ActiveX函数模板。-According to the defect of LabVIEW in complex numerical analysis and processing,seve
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:270078
    • 提供者:jack
  1. dzh-c

    0下载:
  2. 大智慧或以前的分析家的数据接口,可以利用该接口读取股票行情数据,比如买卖盘口、挂单、成交量以及财务信息-Can use the interface to read the stock market data, such as the sale of bets, Guadan, turnover and financial information and so on
  3. 所属分类:Other systems

    • 发布日期:2016-08-22
    • 文件大小:6144
    • 提供者:foam
  1. Netcdf C++接口使用说明

    0下载:
  2. 这是用C++语言读取NetCDF文件数据的常用接口函数说明,很实用。(This is the paper about NetCDF C++ API.)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:576512
    • 提供者:风敲竹
  1. EEPROM接口的FPGA实现

    0下载:
  2. EEPROM接口的FPGA实现 工程说明 AT93C46在DI接收到读指令时,地址被解码,数据在DO引脚上串行输出。写周期是完全自主调时的,在写入之前不需要单独的擦除周期。本项目要求AT93C46完成读和写功能的混合功能。 案例补充说明 本案例要求实现一个AT93C46的接口能够根据命令,实现EWEN、WRITE和READ功能,在这里我们提供了具体的设计思路: 1. 上游模块在rdy=1时,给出start命令,开始进行EWEN、WRITE或者READ操作;在rdy=0期间,star
  3. 所属分类:其他

  1. stock.m

    0下载:
  2. kline.c 文件是一个mex c文件,编译出来一个接口,通过该接口 得到日行情数据。详情请参见源代码。如何使用这个编译出来的接口文件呢?请查看stock.m文件(The kline.c file is a mex C file that compiles an interface to obtain daily market data through the interface. For details, see source code. How do I use this compiled
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:iblicd
  1. V10与中控指纹通用接口程序

    0下载:
  2. 中控指纹考勤机与V10接口, 设置指纹机数据接收方案,及卡号上传方案,由此服务程序定时处理数据同设备间交互(zksoft fingerprint attendance machine and V10 interface, The data receiving scheme of fingerprint machine and the program of card number uploading are set up, so the service program can process
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:2124800
    • 提供者:bundur
  1. CPU接口

    0下载:
  2. 单片CPU接口设计 端口定义: mbeb:接口类型定义,1为intel模式,0为moto模式 wr_rwb:intel模式下,低电平为写有效;moto模式下,低电平为写有效,高电平为读有效; rd_eb:intel模式下,低电平为读有效;moto模式下,高电平为读允许; a:地址输入,(5:0) d:双向数据总线,(7:0) rd:低电平内部电路读有效 wr:低电平内部电路写有效 add:内部电路读写地址 mbd_in:cpu写入内部寄存器的数据(7:0) mbd_out:
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:2048
    • 提供者:莫小依
  1. 第三方接口工具.jar

    0下载:
  2. 使用Java语言开发的测试第三方接口测试工具,主要用来判断第三方接口的返回数据是否符合要求。(The test third party interface test tool developed in the Java language is used to determine whether the returned data of the third party interface meets the requirements.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:3033088
    • 提供者:JiaQiang
  1. TdxDP

    0下载:
  2. 获取通达信数据接口的库,getStockDayInfo("通达信路径","股票代码"); 都是文本型的(He gets a package by data interface library)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:4096
    • 提供者:闲心
  1. STM32读取ADXL345数据

    1下载:
  2. STM32读取ADXL345数据 加速度传感器ADXL345数据读取程序 IIC总线接口(STM32 reads ADXL345 data)
  3. 所属分类:其他

    • 发布日期:2021-04-22
    • 文件大小:2325504
    • 提供者:中中花花
  1. 增值税发票税控开票软件清单信息数据接口规范

    1下载:
  2. 航天金税接口文档 增值税发票税控开票软件清单信息数据接口规范(Space information gold tax interface data file VAT invoice invoice control software invoice information data interface specification)
  3. 所属分类:其他

    • 发布日期:2021-01-28
    • 文件大小:18432
    • 提供者:williamstar
  1. 数据维护

    1下载:
  2. 下载股票行情数据并每日更新,利用jqdata数据接口每日下载股的历史数据到本地,可以根据历史数据进行量化交易策略的研究(load stock data everyday)
  3. 所属分类:其他

    • 发布日期:2020-06-16
    • 文件大小:6031360
    • 提供者:quantzhou
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com