-
SerialDotNet2
原本.net1.1都是采用justinIO.cs的,它调用的是winAPI,可能存在不同设备的兼容性问题。现在.net2直接在system.io.port下面有serialPort了,这样可以直接用。
鉴于.net2和.netCF2对于threading有不同的用法,所以两个版本都做了,分别是PC+.net2和wm5sp+.netcf2的。
由于smartphone的蓝牙都是默认com6和com7的,所以如果这个程序大家想用作蓝牙串行,在你们的桌面端蓝牙配置的时候要注意把虚拟串口重新定义到com6。具体做法以IVT Bluesoleil为例子,装好蓝牙驱动程序以后,会在设备管理器里面多出几个串行口;而IVT默认的串行口是com10/11,这样就要把设备管理器com10/11的高级属性里面的端口重新强制定义到com6/7,这样就可以了。因为我做蓝牙串行,所以程序代码中都采用了COM6, 9600, 8, N, 1 的通信格式。
本论坛也有cpp的smartphone串行程序,大家可以搜索一下。那个也不错,我调试的时候smartphone采用这个来调试的。()
- 2007-09-06 16:58:26下载
- 积分:1
-
waterfilling
通信中,非常经典的注水算法的代码,在OFDM中子载波,功率分配中调用(Communication, very classic water algorithm code, in the neutron-carrier OFDM, power allocation call)
- 2021-01-09 11:18:51下载
- 积分:1
-
一个取网络上IP的源代码,可用来取网络上IP的功能。
一个取网络上IP的源代码,可用来取网络上IP的功能。-an IP network from the source code can be used to gain access to the IP network functions.
- 2022-08-03 03:29:12下载
- 积分:1
-
Exceptional-cPP
Exceptional c++中文版,指导c++程序员写出高效整洁的代码(Exceptional c++ Chinese version of the guide c++ programmers to write efficient code clean)
- 2013-08-19 16:24:48下载
- 积分:1
-
实现QPSK位同步G算法Gardner
说明: 实现QPSK位同步G算法,方法很经典,可以查看小数u和误差变化(Gardner matlab
The QPSK bit synchronization g algorithm is implemented. The method is very classical, and the decimal u and error change can be viewed)
- 2020-02-13 18:46:32下载
- 积分:1
-
code
卫星干扰源定位方面的算法程序,包括三星及四星定位(Algorithm process of satellite interference location , including three-star and the four-star position)
- 2021-04-28 20:08:43下载
- 积分:1
-
802.1x认证客户端认证,网络审计,the contents of the
802.1x认证客户端,上网认证,内容审计-802.1x client authentication, Internet authentication, the contents of the audit
- 2022-11-13 20:45:08下载
- 积分:1
-
Big-Data
《大数据时代》是国外大数据研究的先河之作,本书作者维克托·迈尔·舍恩伯格被誉为“大数据商业应用第一人”,拥有在哈佛大学、牛津大学、耶鲁大学和新加坡国立大学等多个互联网研究重镇任教的经历,早在2010年就在《经济学人》上发布了长达14页对大数据应用的前瞻性研究。(" Big Data era" is the first of its kind for large data studies abroad, Victor Meyer Schonberg known as the author of the book " Big Data business applications first person" , with at Harvard University, Oxford University, Yale University and a number of Internet research center such as the National University of Singapore, teaching experience, as early as 2010 in " The Economist" published up to 14 pages on a prospective study of a large data applications.)
- 2013-12-02 18:42:07下载
- 积分:1
-
DDLEMAG
使用gsm收发短信的方式传递文件,包括相关支持函数()
- 2018-03-28 19:49:53下载
- 积分:1
-
8
说明: 8. 单径瑞利信道中的四发四收V-BLAST:
(1) 请设计一种具体的导引辅助的信道估计方法,用Simulink进行仿真,测量16QAM调制时的误码率性能。画出比特信噪比与信道估计均方误差的关系曲线,画出比特信噪比与误码率的关系曲线。
(2) 计算所设计方案的频谱效率是多少,单位为bit/Hz/s。(8. Four transmit four receive v-blast in single-path Rayleigh channel:
(1) please design a specific navigation-assisted channel estimation method and conduct simulation with Simulink to measure the bit error rate performance of 16QAM modulation.The relation curve between the bit signal-noise ratio and the mean square error of channel estimation is drawn, and the relation curve between the bit signal-noise ratio and the bit error rate is drawn.
(2) calculate the spectral efficiency of the designed scheme in bit/Hz/s.)
- 2019-01-15 11:01:23下载
- 积分:1