-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2023-04-05 10:25:04下载
- 积分:1
-
使用Kermit协议传输文件的程序
使用Kermit协议传输文件的程序-Using kermit protocol to transfer file
- 2023-08-16 18:15:03下载
- 积分:1
-
因特殊的业务需要,某些电话交流需要在第三方的监视下进行,假定某电话交流由甲乙丙三方发起,丙为监听控制方,当甲开始说话时,丙可以不允许乙听,并且开始录音,当甲说完...
因特殊的业务需要,某些电话交流需要在第三方的监视下进行,假定某电话交流由甲乙丙三方发起,丙为监听控制方,当甲开始说话时,丙可以不允许乙听,并且开始录音,当甲说完时,丙确定是否可以让乙听,如可以。给乙放录音,当乙说话时,重复以上操作。-because of special operational needs, some telephone exchanges in the surveillance of third parties under the assumption that a telephone exchange was launched by the tripartite B, and C to monitor the controlling party, began to speak when the A, B C can not listen, and began recording at the end when A and C to determine whether or not they can B listen, if we can. B recordings to release, when the B words, to repeat the operation.
- 2022-03-20 05:47:37下载
- 积分:1
-
PrivateSubCombo30.zip visual basci code. very nice code
PrivateSubCombo30.zip visual basci code. very nice code-PrivateSubCombo30.zip visual basci code. very nice code...
- 2022-06-17 09:50:13下载
- 积分:1
-
另类的UDP聊天,分有客户端与服务器端,VB编程,很好用,
另类的UDP聊天,分有客户端与服务器端,VB编程,很好用,-alternative UDP Chat, for a client and server, Visual Basic programming, useful,
- 2022-01-25 20:07:33下载
- 积分:1
-
LPC214X读MMCSD卡的例程文档pdf
LPC214X读MMCSD卡的例程文档pdf-LPC214X Reading MMCSD card routines pdf file
- 2022-07-11 02:17:48下载
- 积分:1
-
CDMA基础知识
CDMA基本概念 通信网络基本组成 上下行信道的分类 调制方式...
CDMA基础知识
CDMA基本概念 通信网络基本组成 上下行信道的分类 调制方式-CDMA basic knowledge of the basic concept of CDMA communications network elements downstream channel modulation classification
- 2022-08-16 00:52:15下载
- 积分:1
-
这是一个通讯软件
这是一个通讯软件-This is a communications software
- 2022-10-10 18:10:02下载
- 积分:1
-
CRC算法原理及实现,生成多项式为"1 1000 0000 0000 0101"(CRC
CRC算法原理及实现,生成多项式为"1 1000 0000 0000 0101"(CRC-16),简记作0x18005。-CRC algorithm and implementation, generating polynomial for the
- 2022-01-23 10:44:51下载
- 积分:1
-
串口收发程序
fafasdfasfasfasdfasfasfas
fsdafasfasdgfdhfdghgdfjhdfghdgf
hdfghfdghfdghdfghdfghdfg// DlgSend.cpp : implementation file
// Download by http://www.codefans.net
#include "stdafx.h"
#include "SCC.h"
#include "DlgSend.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgSend dialog
CDlgSend::CDlgSend(CWnd* pParent /*=NULL*/)
: CDialog(CDlgSend::IDD, pParent)
{
//{{AFX_DATA_INIT(CDlgSend)
m_nCycMode = 0;
m_nCycSel = 0;
m_unTime = 1000;
m_unLine = 1;
m_unStart = 1;
m_unEnd = 2;
m_unTrigger = 0;
//}}AFX_DATA_INIT
}
void CDlgSend::DoDataEx
- 2022-03-05 20:00:41下载
- 积分:1