登录
首页 » 通信 » USB设计需要的资料,包括:MINI USB接口尺寸封装,USB_debuger程序,usb定义。...

USB设计需要的资料,包括:MINI USB接口尺寸封装,USB_debuger程序,usb定义。...

于 2022-07-06 发布 文件大小:3.26 MB
0 63
下载积分: 2 下载次数: 1

代码说明:

USB设计需要的资料,包括:MINI USB接口尺寸封装,USB_debuger程序,usb定义。-USB-required information, including: MINI USB interface size packaging, USB_debuger program, usb definitions.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 就是用串口讯线将两台机子用串口连起来进行讯,最简单的。比如在a机上输入一个字符,在b机上能显示出来...
    就是用串口通讯线将两台机子用串口连起来进行通讯,最简单的。比如在a机上输入一个字符,在b机上能显示出来 -Serial communication is to use two machines will be used for serial communication link, the most simple. For example, in a plane into a character, b plane will display
    2022-02-27 03:20:15下载
    积分:1
  • GPRS拔号程序,可以实现拔号,GPRS拔号程序,可以实现拔号
    GPRS拔号程序,可以实现拔号,GPRS拔号程序,可以实现拔号-GPRS dial
    2022-03-24 21:19:09下载
    积分:1
  • 本库名为 Simple Multiple Communication 简称SMCOMM,本库作用是实现多串口同步的读写操作。
    本库名为 Simple Multiple Communication 简称SMCOMM,本库作用是实现多串口同步的读写操作。-The library called Simple Multiple Communication referred to SMCOMM, the library role is to realize the serial number of the read and write operations simultaneously.
    2022-02-03 18:55:55下载
    积分:1
  • 夏普平坦衰落多径仿真,包括PDF,CDF,PSD分析,一…
    多径锐利平坦衰落仿真,包括PDF,CDF,PSD的分析,且带有一个BPSK通信的实例-Sharp flat fading multipath simulation, including the PDF, CDF, PSD analysis, and with a BPSK communication examples
    2022-01-25 17:47:19下载
    积分:1
  • window下串口软件源代码
    简单的VC6.0程序,编译成功,可以实现设置波特率,选择端口号,打开端口。发送数据,接收数据等基本功能,是学习用C++编程实现串口编程的实例。
    2022-12-14 23:35:04下载
    积分:1
  • labview 变频控制485,CRC校验
    labview  变频控制485通信,CRC校验。labview  变频控制485通信,CRC校验
    2023-07-18 07:45:04下载
    积分:1
  • AWGN channel. Uses a file called BPSK (containing BPSK voltage levels) and adds...
    AWGN channel. Uses a file called BPSK (containing BPSK voltage levels) and adds gaussian noise to it. The noise is generated by box muller equation. Note: BPSK file was generated from BPSK modulator source: BPSK.c
    2022-01-26 08:19:10下载
    积分:1
  • WDM驱动程序设计   一.WDM简介   微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动...
    WDM驱动程序设计   一.WDM简介   微软不断推出新的操作系统,现在Windows98和Windows2000已经成了主流,原先用来实现驱动程序的VxD技术随着Win95的淡出也慢慢地将退出历史舞台,在Windows98和Windows2000中设备驱动程序将根据Windows驱动程序模型(WDM)来设计。WDM通过提供一种灵活的方式来简化驱动程序的开发,在实现对新硬件支持的基础上减少并降低所必须开发的驱动程序的数量和复杂性。 -WDM Driver Design 1. WDM briefed constantly introduce new Microsoft operating system, now Windows 98 and Windows 2000 has become mainstream. originally used to achieve the VxD driver technology with the Windows 95 are slowly fade out to be from the historical stage, in Windows 98 and Windows Device Drivers under Windows Flooding dynamic process model (WDM) to the design. WDM by providing a flexible way to simplify driver development, the realization of new hardware support on the basis of the reduction and cut the need to develop drivers for the number and complexity.
    2022-05-25 14:38:54下载
    积分:1
  • FPGA/CPLD应用,uart的Verilog HDL原码
    FPGA/CPLD应用,uart的Verilog HDL原码-FPGA/CPLD applications, UART Verilog HDL source
    2022-05-21 20:24:29下载
    积分:1
  • A. 产生一个长为1000的二进制随机序列,“0”的概率为0.8,”1”的概率为0.2;B. 对上述数据进行归零AMI编码,脉冲宽度为符号宽度的50%,波形采样
    A. 产生一个长为1000的二进制随机序列,“0”的概率为0.8,”1”的概率为0.2;B. 对上述数据进行归零AMI编码,脉冲宽度为符号宽度的50%,波形采样率为符号率的8倍,画出前20个符号对应的波形(同时给出前20位信源序列);C. 改用HDB3码,画出前20个符号对应的波形;D. 改用密勒码,画出前20个符号对应的波形;E. 分别对上述1000个符号的波形进行功率谱估计,画出功率谱;F. 改变信源“0”的概率,观察AMI码的功率谱变化情况;-have a length of 1,000 random binary sequence, "0" with a probability of 0.8, "a" with a probability of 0.2; B. above zero AMI data coding, and pulse width of symbols width of 50%, waveform sampling rate Symbol rate for the eight times that he painted before the 20 symbols corresponding waveforms (also given before 20 Source sequence); C. HDB3 code switch to depict the former 20 symbols corresponding waveform; D. Miller to switch codes to depict the former 20 symbols corresponding waveform; E. respectively above 1,000 symbols for the power spectrum waveform estimated to depict the power spectrum; F. Change source "0" the probability to observe AMI code changes in the power spectrum;
    2022-05-24 14:06:42下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 13今日下载