-
良好的文件
good doc good doc -good docgood docgood docgood docgood doc
- 2022-12-05 11:30:04下载
- 积分:1
-
用C编写的GPS时间采集程序,对于对时间精度要求很高系统值得借鉴...
用C编写的GPS时间采集程序,对于对时间精度要求很高系统值得借鉴- GPS time gathering procedure compiles which with C, regarding
is worth to the time precision request very high system profiting from
- 2022-08-14 21:07:06下载
- 积分:1
-
UWB超宽带信号。2进制PPM脉冲编码调制MATLAB源代码。可以用在仿真中...
UWB超宽带信号。2进制PPM脉冲编码调制MATLAB源代码。可以用在仿真中-UWB Ultra-wideband signal. 2 M-ary PPM pulse code modulation MATLAB source code. Can be used in simulation
- 2022-10-04 09:15:02下载
- 积分:1
-
卫星接收系统原理的第一颗卫星通信第二、BAS…
卫星接收系统原理
第一章 卫星通信基础知识
第二章 DVB-S技术及其教学应用
第三章 卫星接收天线安装和调试
第四章 卫星数字接收机的使用
第五章 卫星数据接收卡的使用
第六章 远教IP数据接收软件的使用
第七章 流媒体节目的接收与播放
-satellite receiving system tenets first satellite communications Chapter II, basic knowledge of DVB-S technology and its application Teaching Three satellite antenna installation and commissioning of the fourth chapter of satellite digital receivers use Chapter V satellite data reception card use VI from the IP data using the software to receive Chapter VII of the streaming media programming and broadcast reception
- 2022-05-16 12:47:42下载
- 积分:1
-
操作系统实验,处理机调度,进程间通信,进程同步与互斥,存储管理
操作系统课程的实验,资源为4个Java源代码文件,实现了处理机调度,进程间通信,进程同步与互斥,存储管理,值得一看。
- 2022-12-29 10:25:04下载
- 积分:1
-
Advanced Programming is a senior mail launch procedures to set smtp test also se...
目录邮件发送高级编程是一个高级的邮件发动程序,能够设定smtp的验证,同时也能够发送附件,还能够设定各种编码以及数据加密。
-Advanced Programming is a senior mail launch procedures to set smtp test also sent to the annex, but also can set all kinds of coding and data encryption.
- 2023-06-02 10:40:04下载
- 积分:1
-
vc++ 6.0 二进制文件操作类,大家参考
vc++ 6.0 二进制文件操作类,大家参考-good
- 2022-08-19 21:03:50下载
- 积分:1
-
hc-sr04超声波测距及4位数码管显示
应用背景基于单片机与超声波传感器的一个测试程序,利用C语言编写,最远测距能达到20m,并能通过数码管实时显示,可用于机器人与智能小车的开发,对其他控制类开发也有重要的借鉴作用。关键技术基于C语言开发,通过超声波传感器进行测距,通过数码管实时显示距离,精度能精确到毫米,最远测距达到20m
- 2022-04-16 03:41:12下载
- 积分:1
-
OSIP
基于OSIP协议栈实现的UA客户端和UA服务器端的基本实现文档(内含详细代码)。是SIP电话开发的有用参考-OSIP-based protocol stack to achieve the UA client and server-side UA to achieve the basic document (containing the code in detail). The development of SIP phones is a useful reference
- 2022-01-21 04:26:28下载
- 积分: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