-
蓝牙语音网关软件源代码
蓝牙语音网关软件源代码-Bluetooth voice gateway software source code
- 2022-02-15 08:16:36下载
- 积分:1
-
前言请注意本文概述了对邮件软件的开发平台。
Preface Please note this article outlines the development of mail software on platforms Pocket PC 2000 and older only. Pocket 2002 had significantly changed how mail is handled by the OS. I suggest you read the aricles available at the Pocket PC Developers Network Introduction Windows CE provides support for Email Storage as part of the core operating system (ie. its comes on the ROM chip). Microsoft provides a series of API s in the library msgstore.lib which its cal...
-Preface Please note this article outlines the development of mail software on platforms P ocket PC 2000 and older only. Pocket 2002 had sig nificantly changed how mail is handled by the OS . I suggest you read the aricles available at the Pocket PC Developers Network Introduction Win dows CE provides support for Email Storage as pa rt of the core operating system (ie. its comes on the ROM chip). Microsoft provides a series of AP I"s in the library msgstore.lib which its cal
- 2022-03-13 05:38:32下载
- 积分:1
-
MagicSopc DDR
MagicSopc DDR-Sdram
- 2022-11-13 20:00:04下载
- 积分:1
-
Rs232串行通讯控制
Rs232串行通讯控制-Rs232 serial communication control
- 2022-03-11 20:36:09下载
- 积分:1
-
ZRP 路由选择协议
这段代码是 routng 协议的移动自组网中区域路由协议。这个协议用在扩展的主动路由和路由需求。它是非常效能协议,因为它有沉默的这两个协议的特点。
- 2023-06-21 22:35:04下载
- 积分:1
-
使用ntp(network time protocol)协议从网络时间服务器获取时间并显示出来...
使用ntp(network time protocol)协议从网络时间服务器获取时间并显示出来-use the network time protocol get network time from some ntp server,and print
- 2022-03-10 10:14:57下载
- 积分:1
-
模拟瑞利信道中BPSK调制的误码率
Simulates the BER for BPSK modulation in Rayleigh channel
- 2023-03-05 02:45:04下载
- 积分:1
-
瑞利信道
瑞利衰落是一种统计方法;
- 2022-03-03 18:48:47下载
- 积分:1
-
一个4*8天线数的mimo仿真程序,采用16QAM调制解调,在平坦衰落环境下的误码率情况...
一个4*8天线数的mimo仿真程序,采用16QAM调制解调,在平坦衰落环境下的误码率情况-a 4* 8 the number of MIMO antenna simulation program using 16QAM modulation and demodulation, the decline in flat environment of the BER
- 2022-07-25 20:30:40下载
- 积分:1
-
MFC写的串口测试工具源码
CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
- 2022-02-25 01:02:02下载
- 积分:1