虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Report

  • SDxCentral-Mega-NFV-Report

    The following sections profile many of the vendors in the NFV market. The individual profiles were created through a collaborative effort between SDNCentral’s Research Team and the Vendor’s product experts. SDNCentral worked under the assumption the information provided by the vendors was factual, auditing the submissions only to remove unverifiable claims and hyperbole. Extended profiles can be viewed online. While every attempt has been made to validate the capabilities listed in the profiles, SDNCentral advises end users to verify the veracity of each claim for themselves in their actual deployment environments. SDNCentral cannot be held liable for unexpected operations, damages or incorrect operation due to any inaccuracies listed here. SDNCentral welcomes feedback and additional information from end users based on their real-world experiences with the products and technologies listed. The SDNCentral research team can be reached at

    标签: SDxCentral-Mega-NFV-Report

    上传时间: 2020-06-01

    上传用户:shancjb

  • The+digital+dilemma

    The digital dilemma: Telecoms fi rms prepare for the future is an Economist Intelligence Unit (EIU) Report commissioned by WIPRO. The Report strives to identify the key issues that companies within the telecoms sector are facing as they attempt to reshape their businesses to compete in a more digitised world.

    标签: digital dilemma The

    上传时间: 2020-06-01

    上传用户:shancjb

  • Inside+the+Smart+Home

    In 2001, Orange, a UK mobile network operator, announced the “Orange at Home” project, a smart house incorporating the latest technology wizardry built some 20 miles north of London. It was intended to be more than a mere showcase, with plans for real families to move in and live with the smart home. My then research establishment, the Digital World Research Centre at the University of Surrey, was commissioned to study how these families reacted to their new home, and to Report lessons for the future development of smart homes and smart home technologies.

    标签: Inside Smart Home the

    上传时间: 2020-06-06

    上传用户:shancjb

  • Guidelines+for+Electrical+Transmission+Line

    Since the original publication of Manual 74 in 1991, and the preceding “Guidelines for Transmission Line Structural Loading” in 1984, the understanding of structural loadings on transmission line structures has broadened signifi cantly. However, improvements in computational capa- bility have enabled the transmission line engineer to more easily deter- mine structural loadings without properly understanding the parameters that affect these loads. Many seasoned professionals have expressed concern for the apparent lack of recent information on the topic of struc- tural loadings as new engineers enter this industry. The Committee on Electrical Transmission Structures is charged with the responsibility to Report, evaluate, and provide loading requirements of transmission struc- tures. This task committee was therefore formed to update and revise the 1991 manual.

    标签: Transmission Guidelines Electrical Line for

    上传时间: 2020-06-07

    上传用户:shancjb

  • The Internet of Things From RFI

    With more than two billion terminals in commercial operation world-wide, wire- less and mobile technologies have enabled a first wave of pervasive communication systems and applications. Still, this is only the beginning as wireless technologies such as RFID are currently contemplated with a deployment potential of tens of billions of tags and a virtually unlimited application potential. A recent ITU Report depicts a scenario of “Internet of things” — a world in which billions of objects will Report their location, identity, and history over wireless connections.

    标签: Internet Things From The RFI of

    上传时间: 2020-06-08

    上传用户:shancjb

  • MAX30102芯片心率血氧传感器模块传感器模块软硬件设计资料包括STM32测试源码AD设计原理图及

    MAX30102芯片心率血氧传感器模块传感器模块软硬件设计资料包括STM32测试源码AD设计原理图及心率及血氧参考设计资料:参考代码及实验数据工程文件及库心率及血氧参考设计资料芯片数据手册1771.pdf2ES Teck PEMS White Paper.pdf31930_accessories.pdf5273c08fe2b6b_1_4264142A_EN_p.pdfAvant 2120 Brochure.pdfcelyon-1057-daeg.pdfDr. Bob case study for dental.pdfenvitec.pdfgclarke-2015-MASc-thesis.pdfiadt02i4p261.pdfIHE_PCD_Suppl_POI.pdfijcsit2014050679.pdfIMECS2009_pp1537-1540.pdfLuksSwensonPulseOximetryatHighAltitude.pdfMI_CCHD_Screener_Tips_Flier_3-21-13_422078_7.pdfMoon.pdfnotes6.pdfpansw_spo2_sensor.pdfPK_EN_MAsimo2008Product Catalog.pdfpm-60a-spo2-Report-4.pdfpulse-oximetry-at-home.pdfpulse-oximetry.pdfpulse.pdfPulseOxFinal_low.pdfpulse_ox.pdfpxc3976461.pdfReusable SpO2 Sensors.pdfSP02-cross-reference-sensor.pdfsprt533.pdfsszb140.pdfview.pdf

    标签: max30102 芯片 心率血氧传感器 stm32

    上传时间: 2021-11-24

    上传用户:fliang

  • USB HID学习手册

    HID 型概述第一个被windows支持的usb外围设备类是人机接口设备。hid是human interface device人机接口设备的英文缩写。是指直接和人进行互动的设备。如鼠标、键盘等。运行在WINDOWS98或其他更高的版本的操作系统的PC机,系统除了提供通用的USB设备的底层驱动以外,还单独提供了一些HID设备的完整驱动,应用程序可以很容易的与操作系统内部的hid通讯。这样使得符合hid类的USB设备很容易开发与运行。也就是说,我们如果想实现一个USB的HID类设备,是不需要在Windows下开发自己的驱动程序,HID不一定要是标准的外设类型,唯一的要求是交换的数据存储在报文的结构内,设备固件必须支持报文的格式。任何工作在该限制之内的设备都可以成为一个hid,例如温度计,电压计,读卡机等。hid类设备只能使用控制传输与中断传输两种方式。HID的交换的数据格式称为报文。报文形式灵活,能处理任何类型的数据。HID特有的请求,Set Report和Get Report为主机和设备之间的任何类型数据块传输提供了一种方法。主机发出Get Report请求,设备响应向主机传送数据块;主机发出Set Report请求,设备响应准备接收主机发出的数据块。对于一个全速设备,中断传输方式下每笔事务能够传送的最大数据量是64字节,全速设备每毫秒不能有超过一笔事务,所以每秒最多传送64000字节。高速设备,每笔事务能够传送的最大数据量是1024字节。对于不能一次传输完毕的数据,接收和发送报文可以采用多笔事务。下表列举出了与HID类设备通信过程中使用到的大量函数,这些函数的用法在DDK的帮助文档中均有详细地解释。这些函数包含在Hid.dll,Setupapi.dl、Kernel32.dll三个动态链接库中,分别起到与HID设备通讯,寻找与识别设备,交换数据的作用。

    标签: usb hid

    上传时间: 2022-05-31

    上传用户:

  • COMSOl Multiphysics图形操作界面使用手册

    第一节主界面说明1-1主界面M ain Interface图形操作界面是建模的最简单方法之一,当我们在模型浏览器(M odelNavigator)中设定好应用模式以后,会自动弹出图形操作界面。下图表示2D应用模式的图形操作界面:第二节文件莱单File$2-1新建New新建:开启模型浏览器,建立新模型52-2打开模型库O pen M odelL.brary打开模型库:打开模型库中已存在的例子$24打开open打开:载入已经建好的模型$25保存Save保存:储存模型$26另存为SaveAs另存为:在另一个路径下储存模型$2-7 打印Print打印:打印模型28生成报告Generate Report生成报告:生成一个能详细说明模型的应用模式、几何属性、材料和边界设置等的报告文件。其中,在Format中设定生:成报告的格式、存放的路径;在Contents中选择报告包含哪些部分.

    标签: COMSOl Multiphysics

    上传时间: 2022-06-20

    上传用户:

  • VIP专区-嵌入式/单片机编程源码精选合集系列(123)

    VIP专区-嵌入式/单片机编程源码精选合集系列(123)资源包含以下内容:1. 研华数据采集卡c++ console程序多通道采集数据的例子.2. 基于AT89C51的电子秤方案,原理图,程序.3. FAT32 study Report,it s discrips the FAT332 stard , FAT32 学习笔记.4. 基于arm的嵌入式书籍.5. 三菱FX系列PLC密码解密软件.不需注册..6. This guide reviews the rules and syntax of the principle commands that comprise C and its object-ori.7. 红外遥控大全.8. ADI公司DDS芯片AD9830应用资料.9. ADI公司DDS芯片AD9832应用资料.10. ADI公司DDS芯片AD9833应用资料.11. ADI公司DDS芯片AD9834应用资料.12. PXA27x Processor Family Optimization Guide.13. ti的c2000的spi。有用的着的时候。可以在程序中测试spi口.14. *名称:LCD12864显示程序 功能:显示英文.15. 89c51与ds1302代码显示时间的源程序.16. 51实验板的原理图!可以作为简单的起步参考.17. 由于找不到安装 红旗需要的文件.18. W3100是WIZnet公司专门为以太网互联和嵌入式设备推出的硬件TCP/IP协议栈芯片.19. 基于状态转换法设计的电机正反转、调速PLC源程序.20. s3c4510b的源代码以及并口JTAG下载调试程序.21. 介绍了实时嵌入式系统的相关内容,对于研究嵌入式很用用..22. 射频读写模块是采用最新Mifare技术的微型嵌入式非接触式IC卡读写模块。内嵌ISO14443 Type A协议解释器,并具有射频驱动及接收功能,可以简单实现对MifareOne等卡片的读写操作,读写.23. AT91SAM7S64开发板的ADS范例for ATMEL S64-EKAT91SAM7S64-BasicMouseUSB.24. ds18b20的一个完整程序.25. 我的一个交通灯的课程设计.26. mcuzone的AT91RM9200EK底板原理图Rev2.0.27. 有关I2C设计的资料. 有关I2C设计的资料..28. cmos的教程.29. This designs demonstrates how to use the Ethernet port using a Nios II system on the DE2 board. It s.30. 低频数字式相位测量仪.31. 使用C C++ 开发嵌入系统 详细实例 很实用.32. 270开发板串口扩展测试程序,arm9 工控板测试.33. 利用PCB上的走线实现高频低通滤波器的设计.34. LPC2131 对大家和有帮助的.35. 这是一个AVR单片机的红外遥控程序.36. 嵌入式实时操作系统psos的系统调用手册.37. 题目1:DSB调制与解调电路的MATLAB实现及调制性能分析 题目2:SSB调制与解调电路的MATLAB实现及调制性能分析 题目3:AM调制与解调电路的MATLAB实现及调 题目5:PM调制与解.38. 该PDF文档是CPLD/FPGA的入门教程。里面叙述了PLD的基本结构.39. 51单片机+max7219驱动实例 8位LED同时循环显示1-9.40. 嵌入式系统中U-Boot基本特点及其移植方法.

    标签: 红外线 波形 测系统 编码

    上传时间: 2013-07-21

    上传用户:eeworm

  • VIP专区-嵌入式/单片机编程源码精选合集系列(135)

    VIP专区-嵌入式/单片机编程源码精选合集系列(135)资源包含以下内容:1. AT89C52红外接收c源码 已经过调试 下载即可使用.2. 步进电机驱动控制技术及其应用设计研究 一编论文.3. Nucleus PLUS source code anasisy. An open source OS which is widely used in embedded development dom.4. 数字系统CAD 开发平台实验部分共有6 个实验.5. 12位ads7816的两种读取方式:SPI方式和手动方式.6. 可用于嵌入式编程学习.7. ADE7755应用于单相CPU卡表的硬件设计原理图.8. 电能表的结构原理介绍和工作原理介绍.9. 这是一个关于C++编程规范的资料.10. C/C++bianchengguifan.11. 赛车程序:先对赛道和赛车建立模型.12. This document teach how you interface the microcontroller to the devices using i2c , spi and serial.13. 我收集的一些I2C的技术文档和在linux环境的应用分析等.14. 模糊PID在电阻炉温度控制系统中的应用。提出了FUZZY-PID控制器.15. 在网站上找到的一个比较不错的字符叠加程序.16. 包的运用.17. 嵌入式高速数据采集器的研制.18. 嵌入式C_C++语言精华文章集锦.19. Visual C++网络通信协议分析与应用实现代码.20. 嵌入式C编程语言入门与深入.21. 周立功的PCI51XX CAN卡在VC6.0下的开发示例.22. 飞思卡尔S12系Serial_Peripheral_Interphase_(SPI)应用范例.23. 飞思卡尔S12系列Inter-IC_Bus__(IIC)应用范例.24. 开机时.25. 简单的程序.26. U2270B组成的读卡头原理图!典型应用电路.27. lpc214x的开发平台下载软件 使用lpc214x的开发.28. ZIGBEE1015无线传感器统会自动删除debug和release目录.29. Introduction: 1. Macro1: AddFailureModeCol is used to the test Report generated from GNPO Rpt Tools.30. 适合用于嵌入式的zc301摄像头驱动。解压缩之后放在/driver/media/video/zc0301目录下.31. 开源嵌入式图形软件FLTK使用 视频教程.32. jz4740 nand boot source code. jz4740 nand 引导代码.33. 用C++写的一个模拟ATM自动取款机的程序.我这个程序不同于网上现有的那个不能记录用户填写信息的..34. 该电子日历可显示年、月、日、星期、时、分的时间信息。 整个系统采用AT89C52作为中央处理芯片.35. 让你了解AODV在OPNET下怎么运用.36. 基于GPS定位的嵌入式汽车监控器设计.37. 使用手册.38. Zigbee培训资料.39. EASYARM2210的原理图 设计ARM硬件的重要参考.40. 嵌入式平台的开发全过程 非常易懂 嵌?胧狡教ǖ目⑷?非常易懂.

    标签: 夜视

    上传时间: 2013-05-25

    上传用户:eeworm