-
SerialPortTerminal
说明: 基于C#的串口调试助手,调试通过,应用于本人设计的一个上位机程序的一部分功能中。(C#-based assistants for serial debugging, debugging through applied to a host computer I designed part of the process functions.)
- 2010-03-21 09:29:35下载
- 积分:1
-
drawing
This program demonstrates OpenCV drawing and text output functions
- 2013-08-02 23:08:35下载
- 积分:1
-
LDPC_decode
用C语言编写的LDPC译码程序,希望对大家有用(Using C language LDPC decoding process, in the hope that useful)
- 2021-05-07 07:58:37下载
- 积分:1
-
通过RTSP获取到网络摄像机的视频流
很完整的RTSP获取码流的代码,
#ifdef _WIN32_WCE
#include "stdafx.h"
#endif
#ifndef _WIN32_WCE
#define WIN32_LEAN_AND_MEAN
#endif
#include
#include
#include
#include
#include
#include
#include
#ifdef _WIN32_WCE
#pragma comment(lib, "ws2.lib")
#else
#pragma comment(lib, "ws2_32.lib")
#endif
#define PP_NAME "User-Agent:rtsp client(v1.0)"
#define PP_CRLF "/r/n"
//测a试?之?用?
long InitSocket();
long DeInitSocket();
long InitTCPSocket(int port);
long InitUDPSocket(const char *ip, int port);
long GetSokcetPort(int sock, int *port);
- 2022-05-31 21:03:15下载
- 积分:1
-
satpep NS2仿真脚本
NS2仿真脚本satpep ;satpep:TCP性能增强代理
- 2023-04-16 03:20:03下载
- 积分:1
-
Design-of-GSM-in-Home-safe
介绍了一种家居安防系统的硬件电路。采用门磁、热释红外、主动红外、振动、可燃性气
体、烟雾等传感器及新型的安防集成电路, 由高性能收发组件完成外围信号的采集和传送。采用高性价比
的PIC单片机作为主控器件,工作稳定可靠。(Design of the Aptitude Safe--System Circuit in Home--Living
Circumstance)
- 2009-05-14 15:54:56下载
- 积分:1
-
基于UDP协议的文件异步传输
基于UDP协议的文件异步传输。基于.net的UDP编程主要使用UdpClient 类实现。UdpClient 类
- 2022-03-09 18:42:05下载
- 积分:1
-
plot_modified_FWGN
用MATLAB仿真出改进FWGN信道模型 优于普通FWGN信道模型 两者可以作比较(MATLAB simulation of improved FWGN channel model is superior to both ordinary FWGN channel model can be compared)
- 2014-09-22 07:20:15下载
- 积分:1
-
AD8370(驱动)
基于stm32 AD8370驱动程序 已测试可用 注意电路问题 认真阅读相关资料(Driver based on STM32 AD8370 has been tested and can be used to pay attention to circuit problems. Read the relevant materials carefully.)
- 2020-06-24 14:20:01下载
- 积分:1
-
I2C_ADS
使用microchip公司的DSPIC33FJ16GS504作为控制器,模拟I2C总线与16位AD芯片ADS1100实现通信。误差10mv以内。(Using the microchip company DSPIC33FJ16GS504 as a controller, I2C bus and 16-bit analog AD chip ADS1100 communication. Error of less than 10mv.)
- 2011-11-24 16:22:26下载
- 积分:1