-
explains OFDM transmitter AM/PM effect at 64QAM signals
explains OFDM transmitter AM/PM effect at 64QAM signals
- 2022-01-26 06:52:27下载
- 积分:1
-
串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:...
串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket
PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。
另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows
CE不支持Windows下常用的串行通信重叠I/O方式(OVERLAPPED),因此编写Windows CE下的串口通讯类有一些与桌面Windows不同的地方。
以下是我从SDK程序改写而来的MFC类,希望能和致力于WINCE开发的朋友多多交流,由于本人才疏学浅,程序中有许多不完善的地方,请大家指正。我的程序是基于“主动发送请求,被动接收响应”的假设,因此我只设置了一个接收数据的线程。-serial communication is the computer, communications and control areas the most basic means of communication. Bringing in the "Embedded Development/pulled" communities, it was often the question where to find serial communications, in fact, the question I have asked. :) And the general answer is to provide you with a Pocket PC 2002 SDK examples procedures. But in the end SDK MFC procedures and the structure are quite different, MFC prepared to use communication program who is not very convenient. The other hand, is a Windows CE-based Unicode operating system, Windows C
- 2022-05-21 18:26:03下载
- 积分:1
-
这是一个关于勒让德函数的类,可以直接加入到项目中调用
这是一个关于勒让德函数的类,可以直接加入到项目中调用-It is a Legendre function of the category, can be directly added to the project, call
- 2022-10-11 19:15:03下载
- 积分:1
-
实现定时关机的小程序,XP下编译通过相信对帮助你
定时关机小程序 在VC。NET、XP下编译通过 相信对你有帮助-Mytob.BSNotes small program in VC.NET, XP compile believe right help you
- 2023-04-08 02:40:04下载
- 积分:1
-
最优化算法,包括最速下降法,共轭梯度法,拟牛顿法
最优化算法,包括最速下降法,共轭梯度法,拟牛顿法-optimization algorithms, including the steepest decline, the conjugate gradient method, the quasi-Newton method
- 2022-03-21 19:49:14下载
- 积分:1
-
VB模拟掷硬币掷硬币实验VB模拟实验…
VB模拟掷硬币实验 VB模拟掷硬币实验-VB simulated throwing coins in a coin toss experiment VB simulation experiments simulated a coin toss experiment VB
- 2022-06-17 19:20:46下载
- 积分:1
-
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文...
完成堆栈抽象数据类型的顺序、链式表示与实现。实现功能:数值转换,计算器(表达式求值),迷宫求解,判断某个字符串是否是回文
-Completion of the stack abstract data type of the order, said that with the realization of the chain. The realization of functions: numerical conversion calculator (expression evaluation), to solve the maze to determine whether a string is a palindrome
- 2022-08-07 03:17:15下载
- 积分:1
-
示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数....
示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
- 2022-03-12 03:09:44下载
- 积分:1
-
1.进制之间的转换:可以实现十进制转换成其他的进制:二进制,八进制,十六进制;2.机器码之间的转换:输入真值,可以转换成原码,反码还有补码。...
1.进制之间的转换:可以实现十进制转换成其他的进制:二进制,八进制,十六进制;2.机器码之间的转换:输入真值,可以转换成原码,反码还有补码。-1.the conversion of scales:implemant of conversion in decimal and orther scales:binary, octal, and hex.2.the conbersion of machine codes:input ttuth value,then converting into form code,complement and base complement
- 2022-02-12 00:43:19下载
- 积分:1
-
C#窗体应用程序:串口助手
VS2010编写的串口助手,仅供入门参考功能:HEX串口数据接收,发送;参数可配置(串口选择,波特率,数据位,停止位,校验位);接收发送计数;
- 2022-07-25 02:00:08下载
- 积分:1