-
信道号码的计算。主要应用于现在通用的通信标准cdma wcdma gsm
信道号码的计算。主要应用于现在通用的通信标准cdma wcdma gsm -Channel number of calculations. Is mainly used now a common communications standards cdma wcdma gsm, etc.
- 2022-06-20 07:47:58下载
- 积分:1
-
20050417112235232simple.c,简单的C程序设计开发技术
20050417112235232simple.c,简单的C程序设计开发技术-20050417112235232simple.c, a simple C program design and development technology
- 2022-03-01 10:45:16下载
- 积分:1
-
用VC++编写的串口调试精灵,对于开发口串口有好处!
用VC++编写的串口调试精灵,对于开发口串口有好处!-With VC++ Prepared serial debug wizard, serial port for the development of good!
- 2023-05-11 10:05:04下载
- 积分:1
-
用你的语音Modem实现像电话一样通话的程序
用你的语音Modem实现像电话一样通话的程序-Using your modem to implement talking app as phone
- 2022-08-25 19:56:39下载
- 积分:1
-
Jakes模型参数,移动衰落信道,设计Suzuki模型的主要部分
Jakes模型参数,移动衰落信道,设计Suzuki模型的主要部分-Jakes parameters
- 2022-05-12 14:41:22下载
- 积分:1
-
Alcatel CTI interface for the development of examples.
Alcatel CTI interface for the development of examples.
CSTA32CSTA32 对于阿尔卡特交换机的开发
- 2022-05-08 22:10:59下载
- 积分:1
-
wap开发品台产品 手机变成年升毫 很好用的
wap开发品台产品 手机变成年升毫 很好用的-development WAP phones goods into Taiwan products, or the good cents
- 2022-12-09 07:55:03下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
Win32 RAS (远程存取服务) API 例子
Win32 RAS (远程存取服务) API 例子-Win32 RAS (remote access services) API examples
- 2022-03-18 23:33:40下载
- 积分:1
-
PCOMM串口开发包,版本比较新,2.5。带有Example,适用于vc++,delphi,vb。...
PCOMM串口开发包,版本比较新,2.5。带有Example,适用于vc++,delphi,vb。-PComm Serial Development Kit, a relatively new version, 2.5. With Example, apply to vc++, Delphi, vb.
- 2022-01-25 16:10:14下载
- 积分:1