-
traffic-gen-master
traffic-gen-master
cmake_minimum_required(VERSION 2.8)
project(traffic-gen)
find_package(PkgConfig)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wno-long-long")
set(traffic-gen_SOURCES
src/main.c
src/options.c
src/sender.c)
set(traffic-gen_HEADERS
include/options.h
include/sender.h)
include_directories(include/)
add_executable(traffic-gen
${traffic-gen_HEADERS}
${traffic-gen_SOURCES})
target_link_libraries(traffic-gen m)
- 2022-07-07 17:56:05下载
- 积分:1
-
CPP
销售公司员工管理 期末C++大作业 十分有用(Sales staff management At the end of the c++ big homework is usefu)
- 2013-11-13 16:59:30下载
- 积分:1
-
基于MATALAB的GSM物理层仿真程序
信道编解码、GSMK调制解调、viterbi均衡等整套的L1算法,并有详细的文档说明
- 2023-06-15 12:10:14下载
- 积分:1
-
3Droom
说明: 简单的OpenGL 3D
OpenGL In SDL(OpenGL In SDL)
- 2020-09-13 13:47:58下载
- 积分:1
-
MatlabCprogramtoghter
说明: 精通Matlab与C++混合程序设计第2版(Matlab and C++ program toghter)
- 2009-08-23 03:30:04下载
- 积分:1
-
duilib-master
开源库,实现界面开发,可以使用开发各种界面,使用Win32(Open Source Library for Interface Development)
- 2020-06-18 18:00:01下载
- 积分:1
-
一种适合TDMA系统突发信号检测的改进算法
说明: 与连续信号的解调相比,短时突发信号持续时间短,不适用性能良好的反馈环路算法,需要使用前向幵环算法。与一般突发信号相比,短时突发信号没有训练序列、同步头等辅助信息,所有参数需要利用有限的数据估计。与合作通信相比,盲接收信号参数的初始偏差较大,估计范围小的算法不适用。每个突发包的数据有限,解调过程不允许丢失任何符号。(Compared with the demodulation of continuous signal, short burst signal has a shorter duration and is not suitable for the feedback loop algorithm with good performance. Forward loop algorithm is needed.)
- 2019-04-21 12:06:19下载
- 积分:1
-
live555H.264
VC下的RTSP源代码,live555+H264(RTSP source code under VC, live555+ H264)
- 2010-09-25 11:43:50下载
- 积分:1
-
c# realize the library management system, including the Book inquiries, loan, ad...
c#实现的图书馆管理系统,包括图书查询,借阅,添加,管理,等模块-c# realize the library management system, including the Book inquiries, loan, adding, management, and other modules
- 2022-07-21 01:44:57下载
- 积分:1
-
chuankoucaiji
使用串口采集温度数据,并实时显示温度数据(Serial collected temperature data)
- 2012-06-14 10:04:03下载
- 积分:1