▍1. D2XXNotify-Application
这个例子显示了如何使用的Windows RegisterDeviceNotification功能,收到WM_DEVICECHANGE消息(This example shows how to use the Windows RegisterDeviceNotification function to receive WM_DEVICECHANGE messages)
这个例子显示了如何使用的Windows RegisterDeviceNotification功能,收到WM_DEVICECHANGE消息(This example shows how to use the Windows RegisterDeviceNotification function to receive WM_DEVICECHANGE messages)
void swap1(int x, int y) //值传递 void swap2(int *px, int *py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用(void swap1(int x, int y) //值传递 void swap2(int*px, int*py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用)
调试串口很有帮助,用windowsAPI编写,避免了com控件的局限性(help for serialport debug)
实现物理层网络编码的仿真,此为无信道编码环境下实现的(network coding)
运行在opnet仿真平台下的dsr路由协议模型(Configure the IMS model has an important role in packages, sip and umts 3g network in opnet)
TCH全速率,实现把源码发送并利用纠错和交织保护来保护源码(TCH full rate, realize the source code to send and the use of error correction and interwoven protection to protect the source code)
对学习AD HOC网络很有帮助的一些电子文档,可以了解此网络的基本原理和一些协议之间的比较,以及改进。大家看看肯定会有所帮助哦(The study of electronic document helpful AD HOC network)
这是一个CD4067B的技术资料,希望对大家有帮助。(This is a CD4067B technical information, we hope to help.)
说明: 这个C++程序建立了高斯白噪声信道模型下的RS码的编码及译码算法,并且给出了其比特误码率性能。(This program has realized the RS code,the coding and decoding mode (and furthermore has simulated the ber performance of decoding ))
华为内部员工学习资料,对于想进华为的朋友会有很大帮助。(The internal staff s learning materials in huawei is more helpfull for someone who want to go huawei.)
光纤放大器模拟程序,包括泵浦功率、光纤增益、光纤长度等参数(fiber amplifier)
zigbee的一些基础知识,引脚及其相关协议等(basic zigbee )
一种基于服务质量的SMAC协议,对无线传感器的QOS的MAC协议代码。做了分析。(SMAC based on the quality of service agreement)
实现局域网内的通讯。类似于QQ聊天室可以群聊(Communication within a LAN.)
My Fetion 实现PC客户端通过FETION WEB URL 发送短信( My Fetion)
这是一个rtsp的VC++实现,希望对你有用(This is a rtsp' s in VC++, you want to be useful)
一种Ipod Shuffle Cable检测程序(One kind of Ipod Shuffle Cable testing procedures)
HC-05蓝牙模块的使用,包括全部参数,外部电路搭建,AT指令等(HC-05 Bluetooth module to use, including all parameters, the external circuit to build, AT commands, etc. )
二进制格雷码与自然二进制码的互换 它就是介绍怎么把二进制格雷码与自然二进制码的互换。主要是异或操作(itis to for 2to 2)