-
在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解
M F C是如何工作的。M F C窗口既可以由属于M F C的C +...
在第1章中,我们首先讨论在使用和不使用M F C的情况下创建一个窗口,以便清楚地了解
M F C是如何工作的。M F C窗口既可以由属于M F C的C + +类创建,也可以由一个早于并存在于
M F C之外的非C + +窗口类创建。我们将进一步观看窗口类并讨论那些由Wi n d o w s操作系统提
供的窗口类。最后,再看看M F C应用程序中都有什么。-In Chapter 1, we first discuss the use and does not use MFC create a window to a clear understanding of how the work of MFC. MFC window can belong to MFC from the C++ Type create, you can co-exist as early as by an outside non-MFC is C++ Window class to create. We will further watch window class and discussed by the Wi ndows provided by the operating system window class. Finally, take a look at MFC application has what.
- 2022-02-04 17:19:45下载
- 积分:1
-
司机MMP iFIX V6
Driver MMP iFIX v6 - Driver Modicon Modbus Plus for iFix Version 6.-Driver MMP iFIX v6- Driver Modicon Modbus Plus for iFix Version 6.xx
- 2022-01-28 17:08:34下载
- 积分:1
-
Example code to program a device C8051F30x through its C2 interface.
Example code to program a C8051F30x device through its C2 interface.-Example code to program a device C8051F30x through its C2 interface.
- 2022-02-06 15:44:35下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
铬网络的苹果层
应用背景我们提出了分散认知的协议允许二级用户自主搜索频谱没有中央协调员或专门的机会通信信道。硬件和能量约束,我们假设一个二级用户可能无法执行全频谱感知或可能不愿意监控没有数据传输时的频谱。我们发展基于机会频谱接入的分析框架部分可观测马尔可夫决策理论的研究(POMDP)。这一决策理论方法集成了设计频谱接入协议的频谱接入协议确定的物理层和交通统计由原网络应用层。它也允许频谱感知误差和约束容易合并与主要用户的碰撞概率。在此POMDP框架,我们提出了认知MAC协议优化二次用户的性能,同时限制主用户的干扰。次优策略与减少的复杂性,但可比性能的发展。无需附加控制信息交换次级发射机和接收机,建议分散协议确保在频谱之间的同步跳频在碰撞和碰撞的存在下,发射器和接收器频谱感知误差。关键技术本文提出了一种分散的方法Ad hoc网络MAC OSA。一种新的特征这项工作是剥削的机会,在插槽水平,允许低利率应用(如传感器节点)与主要用户。POMDP框架使一个机会用户使最优基于信念向量的感知和访问决策总结了基于网络状态的知识对所有过去的决定和意见
- 2022-07-15 23:41:35下载
- 积分:1
-
Java即时通信工具(JICQ)设计文档(PPT),内容详细。
Java即时通信工具(JICQ)设计文档(PPT),内容详细。-Java instant communication tools (JICQ) design documentation (PPT), which detailed.
- 2022-01-26 08:15:14下载
- 积分:1
-
m序列的概念、产生原理、方法、性质和运用,了解m序列的框图、仿真波形,学会对m序列的仿真设计....
m序列的概念、产生原理、方法、性质和运用,了解m序列的框图、仿真波形,学会对m序列的仿真设计.-The concept of m sequences, resulting in principles, methods, nature and use to understand the m sequence diagram, simulation waveforms, the Institute for Simulation and Design of m sequences.
- 2022-12-26 22:40:03下载
- 积分:1
-
modbus 采用Rtu方式时检测寄存的值.
modbus 采用Rtu方式时检测寄存的值.-modbus test using Rtu way that the value of storage.
- 2023-07-22 23:55:03下载
- 积分:1
-
Research article based on the pilot of the OFDM system channel estimation interp...
文章研究了基于导频的OFDM系统信道估计插值算法-Research article based on the pilot of the OFDM system channel estimation interpolation algorithm
- 2022-03-22 21:28:23下载
- 积分:1
-
在 mc-cdma 多用户检测
此 matlab 代码是为多用户检测的多载波码分 5g 系统多址接入。
- 2023-07-16 20:40:03下载
- 积分:1