-
Typical configuration examples of low
低端交换机典型配置实例V1.30
希望新手快速上手-Typical configuration examples of low-end switches hope novice Quick v1.30
- 2023-07-30 04:55:04下载
- 积分:1
-
上网计时的程序,可以知道上网用了多长时间,记录并显示出来。...
上网计时的程序,可以知道上网用了多长时间,记录并显示出来。-Internet time the procedure can use the Internet to know how long the record and displayed.
- 2022-06-27 20:12:06下载
- 积分:1
-
provide an overview of the radar probability of detection calculations and relat...
provide an overview of the radar probability of detection calculations and related topics.-provide an overview of the radar probabili ty of detection calculations and related topic s.
- 2022-02-10 03:27:46下载
- 积分:1
-
实现了简单的通信功能,是比较好的socket教材
实现了简单的通信功能,是比较好的socket教材-Realize a simple communications functions, is a better socket material
- 2022-01-30 15:48:46下载
- 积分:1
-
本文件为中兴公司关于wcdma的培训资料,介绍了wcdma的基本原理和实现方案...
本文件为中兴公司关于wcdma的培训资料,介绍了wcdma的基本原理和实现方案-This document is for the companies ZTE WCDMA training on information, introduce the basic principles of the WCDMA and the realization of the program
- 2023-02-04 08:45:04下载
- 积分:1
-
GPS信号生成、捕获与跟踪的Matlab源代码
这个是GPS信号生成、捕获与跟踪的matlab源代码,对初学者很有帮助。首先生成C/A码,然后进行频域捕获。利用相干与非相干方法进行跟踪。
- 2022-01-26 00:00:04下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-03-07 15:20:27下载
- 积分:1
-
“很难找到“充分的描述由很多。用年的ContactID协议
"Hard to find" full description of ContactID protocol from Ademco used by many home security devices to send messages to CMS (Central Monitoring Station) about security events.
Has full technical description and can be used to easy make CMS communication module that sends info from your alarm system to CMS station.
- 2022-06-15 22:28:53下载
- 积分:1
-
智能DWG _
DWG_Smart-Card_CCID_Rev110 smart的USB方面的协议,无须驱动-DWG_Smart-Card_CCID_Rev110 smart aspects of the USB protocol, no need to drive
- 2022-09-01 16:05: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