-
smartnotepad原代码v1.0
SmartNotePad v1.0原代码-SmartNotePad original code v1.0
- 2022-02-06 23:12:46下载
- 积分:1
-
h.264算法优化的多篇硕士,博士论文,可以参考对h.264算法进行优化,以便在dsp等平台上进行移植运行。...
h.264算法优化的多篇硕士,博士论文,可以参考对h.264算法进行优化,以便在dsp等平台上进行移植运行。-h.264 algorithm optimization of multi-chapter master, doctoral thesis, can refer to the h.264 algorithm is optimized in order to dsp and other platforms to run on the transplant.
- 2023-03-01 11:50:04下载
- 积分:1
-
局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理
局域网通信,c++编写,内有详细服务器端和客户端通信源码,并含原理-LAN communications, c++, with detailed server and client communication source, and containing Principle
- 2022-08-19 02:35:34下载
- 积分:1
-
这是一个usb2.0和usb1.1的协议,调试OK,运行很稳定
这是一个usb2.0和usb1.1的协议,调试OK,运行很稳定-This is a USB2.0 and USB1.1 agreement, debugging OK, run very stable
- 2022-07-16 03:20:04下载
- 积分:1
-
H.264 over IP. Useful document for H.264 over IP. Published by IEEE.
H.264 over IP. Useful document for H.264 over IP. Published by IEEE.
- 2022-02-05 12:39:35下载
- 积分:1
-
RFC1055 A NONSTANDARD FOR TRANSMISSION OF IP DATAGRAMS OVER SERIAL LINES: SLIP
RFC1055通过串行线路传输IP数据报的非标准:SLIP
- 2022-07-27 16:45:30下载
- 积分:1
-
中国电信parlayx webservice开发文档及规范
中国电信parlayx webservice开发文档及规范-China Telecom parlayx webservice development documents and regulations
- 2022-01-26 02:49:58下载
- 积分: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
-
Modbus协议
modbus协议-----51端程序的实现-modbus protocol----- 51-side programs to achieve
- 2022-06-02 19:21:46下载
- 积分:1
-
FFT的C++代码及TeeChart画图
采用VS2010平台实现了FFT变换,其中采用原位运算方式,精度为浮点(运算量和精度的折中)。利用指针传递参数,输入和输出为同一数组,包含实部和虚部。画图部分用于显示运算结果。从图像显示的计算结果来看,FFT运算结果正确。
- 2023-01-10 20:35:04下载
- 积分:1