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

stm32 usb <b>example</b>

  • stm32 usb虚拟串口cdc源码

    该文件是stm32虚拟串口源码,适用于stm32设备,能够与pc通过usb通信。

    标签: stm32 usb 虚拟串口 cdc

    上传时间: 2022-04-27

    上传用户:fliang

  • STM32 USB HID

    usb HID通信案例,通过USB口和上位机互传数据。

    标签: STM HID USB 32

    上传时间: 2013-05-24

    上传用户:refent

  • STM32 USB例程

    STM32F107 USB虚拟串口,不用考虑USB的通信协议,直接往API函数赋值就能发送数据

    标签: STM USB 32

    上传时间: 2013-05-27

    上传用户:christopher

  • 基于USB HID类数据通信的直流电源监控设计

    为了实现直流电源的监控,提出了一种具有USB HID数据通信功能的直流电源设计方案。详细论述了基于STM32 USB固件库(USB-FS Device library V3.3)的自定义HID类下位机的实现,介绍了如何在VC2010集成开发环境中编写多线程上位机程序并运用PlotLab(一个快速信号绘图和可视化的VCL组件)显示实时波形,最后再以实验开发板和PC实现了HID数据通信,证明了此监控设计方案的可行性。

    标签: USB HID 数据通信 直流电源

    上传时间: 2013-10-17

    上传用户:13162218709

  • usb+源代码

    stm32 usb驱动

    标签: usb 源代码

    上传时间: 2013-11-09

    上传用户:asdfasdfd

  • 数字运算

    数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    标签: 数字 运算

    上传时间: 2015-05-21

    上传用户:daguda

  • The government of a small but important country has decided that the alphabet needs to be streamline

    The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition

    标签: government streamline important alphabet

    上传时间: 2015-06-09

    上传用户:weixiao99

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058

  • USB虚拟串口程序

    STM32 USB模拟串口通信调试成功,并成功运行。。。。。。。。。。

    标签: USB 虚拟串口 程序

    上传时间: 2016-06-17

    上传用户:liguo

  • STM32 USB 液晶

    usb液晶源码,STM32F103芯片开发

    标签: STM USB 32 液晶

    上传时间: 2017-01-10

    上传用户:czjdxs