-
st_asio_wrapper
它是一个c/s网络编程框架,基于对boost.asio的包装(最低在boost-1.49.0上调试过),目的是快速的构建一个c/s系统;效率高、跨平台、完全异步,当然这是从boost.asio继承而来;
自动重连,数据透明传输,自动解决分包粘包问题(这一特性表现得与udp一样);
只支持tcp和udp协议;(It is a c/s network programming framework, based on boost.asio package (minimum tried to increase the boost-1.49.0), the purpose is to build a fast c/s systems efficient, cross-platform, fully asynchronous, Of course, this is from boost.asio inherited
Auto-reconnect, transparent data transmission, automatic sub-stick package to solve the problem (this feature behave the same with udp)
Only supports tcp and udp protocol )
- 2013-08-22 10:10:54下载
- 积分:1
-
12864实现多级菜单
说明: 12864实现多级菜单,一共有两级菜单,根据不同的菜单项实现不同的功能,(12864 implements multi-level menus, which have two levels of menus. It implements different functions according to different menu items.)
- 2020-06-24 08:40:01下载
- 积分:1
-
光敏传感器模块程序
说明: 光敏传感器返回值给adc,由lcd显示,AO接PA1,DO接PA4(The return value of photosensitive sensor to ADC is displayed by LCD .AO connects PA1, DO connects PA4 .)
- 2020-06-20 22:20:01下载
- 积分:1
-
MeanShift
meanShift,均值漂移,在聚类、图像平滑、分割、跟踪等方面有着广泛的应用。一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。(MeanShift, mean shift is widely used in clustering, image smoothing, segmentation, tracking and so on. Generally refers to an iterative step, that is, first calculate the offset of the current point mean, and then as a new starting point, continue to move, until certain end conditions are met.)
- 2017-09-13 10:10:55下载
- 积分:1
-
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
-
AD7606
基于DSP28335实现通过spi实现的片外AD7606的数据采集程序。(the data collection code of the AD7606 based on DSP28335)
- 2013-01-17 10:16:24下载
- 积分:1
-
STM32示波器
简单STM32示波器代码,能实现基本的功能,测试电路板是原子战舰阿波罗开发版,开发环境是Keil uVision5 ,欢迎下载测试,有问题可以一起探讨。谢谢!!!!!!!!!!!!!!
- 2022-06-02 00:14:38下载
- 积分:1
-
gametheoryincognitive
认知无线电中博弈论自适应功率控制中的实现(Game theory in cognitive radio in the realization of adaptive power control)
- 2021-02-26 09:29:39下载
- 积分:1
-
lunkuopipei
这是工业上用的工件匹配的程序,基于opencv写的,还不是特别完善,适合基础学习者(This is a piece of matching procedures used in industry, based on written opencv, is not particularly perfect for foundation learners)
- 2014-04-26 19:29:45下载
- 积分:1
-
LDC1000_F20x2_Threshold
File to integrate it with anther MCU
- 2020-06-21 19:00:01下载
- 积分:1