-
用VC实现PC并行端口数字信息的输入/输出.
用VC实现PC并行端口数字信息的输入/输出.-With VC realize PC parallel port digital information input/output.
- 2022-01-30 10:41:54下载
- 积分:1
-
communications source, the CND
通讯源码,来电显示-communications source, the CND
- 2022-05-27 16:14:35下载
- 积分:1
-
转换波(无位二进制数字
to)
converting sin wave to digital bits (binary)
ADC
- 2022-04-21 05:54:10下载
- 积分:1
-
串口通信的实现
串口通信的实现 -serial communications to achieve!
- 2022-08-05 16:50:52下载
- 积分:1
-
Chinese RFC documents, without translation, the right to study very helpful!
中文RFC文件,无需翻译,对学习很有帮助!
- 2022-05-24 06:22:28下载
- 积分:1
-
对AODV协议的流程进行了详细的描述文件…
一个对AODV协议流程进行详细说明的文档,对深入学习AODV协议有很好的帮助
- 2022-03-17 00:28:33下载
- 积分:1
-
一个非常简单用户访问控制的技术通过使用蓝牙通信的智能设备身份验证
规模大通过的智能设备像智能手机一样为个人使用打开了一个机会来确定个人通过其智能设备的身份。本文旨在实现非常简单的通过使用指针式复示器板,如与使用蓝牙技术,几乎在每一个智能设备中可用的智能设备进行交互的 Arduino 的设备进行身份验证的用户的访问控制技术。通过试验讨论了实现过程。作为一种方法论的安全通信,手机的应用程序使用密码保护。一些可能的应用领域被讨论拟议的方法可用于启用相应的服务。新奇的这项工作是为用户的访问在有担保的受保护地方提供一个简单、 低成本的解决方案。进一步,拟议的身份验证机制是直观,需要最小的努力。
- 2023-01-08 06:00:03下载
- 积分:1
-
SerialPort Class to use to send and receive serial data to complete a small prog...
使用SerialPort类完成串口数据收发的小程序-SerialPort Class to use to send and receive serial data to complete a small program
- 2022-05-13 13:57:05下载
- 积分:1
-
用C#编写发手机中文短信息Windows服务
用C#编写发手机中文短信息Windows服务-Windows serve about chinese short message send programme with C# compile
- 2022-11-05 20:00:03下载
- 积分: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