-
通信原理实验
数字信号2ask2psk2fsk调制与解调
通信原理实验
数字信号2ask2psk2fsk调制与解调-Communication Theory Digital Signal 2ask2psk2fsk experimental modulation and demodulation
- 2022-03-06 21:51:56下载
- 积分:1
-
ILI9320数据表。
ili9320 datasheet.
ILI9320 is a 262,144-color one-chip SoC driver for a-TFT liquid crystal display with resolution of 240RGBx320
dots, comprising a 720-channel source driver, a 320-channel gate driver, 172,800 bytes RAM for graphic data
of 240RGBx320 dots, and power supply circuit.
- 2022-07-28 15:26:33下载
- 积分:1
-
一款可以检测USB通信数据的工具及其代码,里面有三种方式(报告、特征报告和读写文件的方式)来测试HID通信PC TO HOST AND HOST TO PC 的...
一款可以检测USB通信数据的工具及其代码,里面有三种方式(报告、特征报告和读写文件的方式)来测试HID通信PC TO HOST AND HOST TO PC 的数据,我在模拟HID接口时受益非浅。在XP VS2003 环境下面测试通过!这里希望能达到抛砖引玉的作用!-one can detect USB data communication tools and code, which has three methods (report, Feature reports and documents through the reading and writing) to test communications HID PC TO HOST AND HOST TO PC The data, I simulated HID benefited greatly from the interface. In XP VS2003 below the test environment! Here hope to get feedback from the role!
- 2022-07-10 14:37:48下载
- 积分:1
-
It s a very famous serial genus, it makes you can write serial programme without...
很出名的一个串口类 让你不需要了解API就可以编写串口程序-It s a very famous serial genus, it makes you can write serial programme without understand API
- 2022-02-01 07:07:24下载
- 积分:1
-
Motorola开发资料,CodeWarrior for SEMV
Motorola开发资料,CodeWarrior for SEMV-HC08的用法-material from Motorola,illustration on CodeWarrior for SEMV-HC08
- 2023-06-01 06:25:02下载
- 积分:1
-
字符串匹配。输入XML文件中的Key值,可以在程序读入的XML文件中找到Key值相对应的信息并输出。...
字符串匹配。输入XML文件中的Key值,可以在程序读入的XML文件中找到Key值相对应的信息并输出。-StringMatch
- 2022-10-17 18:05:03下载
- 积分:1
-
各种常用控件的示例
各种常用控件的示例-various examples of commonly used controls
- 2023-04-17 21:40:03下载
- 积分:1
-
除了支持一般的小数运算,还支持常见的函数运算。 几个包中的MathFP是针对不同需要而提供的不同版本,开发J2ME只要使用net.jscience.math.M...
除了支持一般的小数运算,还支持常见的函数运算。 几个包中的MathFP是针对不同需要而提供的不同版本,开发J2ME只要使用net.jscience.math.MathFP就可以。-addition to general support for the fractional arithmetic, but also the common computing functions. Several packets of MathFP is different needs of the different versions, as long as the use of J2ME development net.jscience.math.MathFP can.
- 2022-01-30 18:02:52下载
- 积分:1
-
ADC0808技术资料,为英文原版资料,详细介绍该元件内部电路及原理及相关使用数据。...
ADC0808技术资料,为英文原版资料,详细介绍该元件内部电路及原理及相关使用数据。-ADC0808 technical information for the English original information, details on the components and principles of the internal circuits and related data.
- 2022-03-01 21:26:06下载
- 积分:1
-
QT实现简易UDP传输
资源描述
UDP是轻量级,不可靠,面向数据报的,无连接的协议,也能够与可靠性不是非常重要的情况下。
在Qt平台下编程,实现简易的本地主机的UDP报文传输。
QUdpSocket类用来发送和接受UDP数据包,这里的Socket简单来说就是一个IP地址和一个Port端口号,其中IP地址制定了网络中的一台主机,而端口号制定了该主机上的网络程序,这样使用套接字就可以实现网络上两台应用程序之间的通信。
- 2022-03-03 07:38:27下载
- 积分:1