-
串口调试助手源码
一个简便版的串口调试助手,可以自添加需要的功能。(A simple version of the serial debugging assistant, you can add the required functions.)
- 2019-07-01 09:23:15下载
- 积分:1
-
interp1_interp2
C语言实现Matlab中interp1和interp2中的功能。(Interp1 and interp2 in Matlab, C language the function.)
- 2021-03-29 14:39:11下载
- 积分: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
-
stm32f103-pid
PID=port ID,在STP(生成树协议)中,若在端口收到的BPDU中BID和path cost相同时,则比较PID来选择阻塞端口。数字电视复用系统名词 PID(Packet Identifier) 在数字电视复用系统中它的作用好比一份文件的文件名,我们可以称它为“标志码传输包” 。工程控制和数学物理方面 PID(比例积分微分)英文全称为Proportion Integration Differentiation,它是一个数学物理术语。PID由8位端口优先级加端口号组成,端口号占低位,默认端口号优先级128。
- 2022-04-26 18:14:59下载
- 积分:1
-
arcobjects--methods
这本书是AO提高的必备书籍 他将庞大的AO抽丝剥茧 提供了不少快速掌握的捷径(a good book for increase your AE programming technique)
- 2011-09-14 10:16:25下载
- 积分:1
-
easydspic4_mikroc_dspic_examples
A VERY GOOD EXAMPLES FOR DSPIC IN mikroc
- 2012-03-16 02:14:20下载
- 积分:1
-
project_inliers
cmake验证是否安装正确, 验证是否安装正确(cmake cmake cmake installation installation correct)
- 2014-09-22 07:49:05下载
- 积分:1
-
WWDG
窗体看门狗,实现应用运行异常监控。cortex-m3和dsp区别之处。(Form watchdog, exception monitoring applications running. Office of the cortex-m3 and dsp difference.)
- 2012-02-09 10:19:23下载
- 积分:1
-
UDF for fluent simulation of gravity heat pipe
可用于重力热管的fluent模拟,有效模拟热管中液态水的蒸发和蒸汽的冷凝(Can be used for fluent simulation of gravity heat pipes, effectively simulating evaporation of liquid water and condensation of steam in heat pipes)
- 2019-05-18 22:56:29下载
- 积分:1
-
一个有关用C#做插件(Add
一个有关用C#做插件(Add-in)的源代码。
有助于帮助我们在使用.net平台下开发相关的功能插件,并提供许可证。-one of the C# plug-do (Add-in) the source code. Help us to help in use. Net platform functions related to the development of plug-in and provide permits.
- 2022-05-25 17:54:04下载
- 积分:1