-
MPC-from-UC-Berkeley
伯克利大学MPC珍贵资料,对理解MPC、编程具有重要参考意义(Berkeley MPC valuable information programming has important reference significance in understanding the MPC)
- 2020-08-14 18:58:28下载
- 积分:1
-
FreeRTOS实验15-1 FreeRTOS软件定时器实验
硬件资源:
1,DS0(连接在PA8),DS1(连接在PD2上)
2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)
3,ALIENTEK 2.8/3.5/4.3寸LCD模块(仅支持MCU屏)
4,按键KEY0(PC5)/KEY1(PA15)/KEY_UP(PA0,也称之为WK_UP)
实验现象:
通过按键KEY_UP可以控制定时器AutoReloadTimer_Handle的开启,这个是
周期定时器,一旦开启就会不断的运行,直到按下KEY1将其关闭。按下KEY0
可以打开定时器OneShotTimer_Handle,这是个单次定时器,只会运行一次,
运行周期到了以后就会停止运行,除非按下按键KEY0将其再次开启。(Hardware resources:
1, DS0 (connected to PA8), DS1 (connected to PD2)
2. Serial port 1 (baud rate: 115200, PA9/PA10 connected on board USB to serial chip CH340)
3, ALIENTEK 2.8/3.5/4.3 inch LCD module (only supporting MCU screen)
4. Keyboard KEY0 (PC5)/KEY1 (PA15)/KEY_UP (PA0, also known as WK_UP)
Experimental phenomena:
The timer AutoReloadTimer_Handle can be turned on by keying KEY_UP. This is
The periodic timer will run continuously once it is turned on until KEY1 is pressed to turn it off. Press KEY0
You can turn on the timer OneShotTimer_Handle, which is a single timer and only runs once.
The run cycle will stop after that unless KEY0 is pressed to turn it on again.)
- 2020-06-24 05:00:01下载
- 积分:1
-
-array-antenna
一种考虑互耦计算大型阵列天线辐射和散射场的新方法(A large array antenna mutual coupling calculation of radiation and scattering field to consider new methods)
- 2013-12-05 18:54:36下载
- 积分:1
-
AutoPtr
智能指针. new一个对象以后不需要delete, 即可被释放. 利用了对象的构造和析构.(Smart pointer. New future does not need an object delete, can be released. Use of the object structure and destructor.)
- 2016-02-15 02:49:14下载
- 积分:1
-
stm32f103的工程模板
里面包含stm32f103新建工程所需的全部资料
- 2023-04-20 12:20:04下载
- 积分:1
-
4*4的光立方源程序
采用STC公司的STC12C5A60S2芯片作为主控的4*4的光立方源程序
- 2023-07-12 12:15:02下载
- 积分:1
-
SOCKS代理客户端
c++通过SOCK5代理IP转发,实现代理访问的效果源码,代理IP需要自己提供
c ++ through SOCKS5 proxy IP forwarding, to achieve the effect of proxy access source code, need to provide their own proxy IP
- 2022-02-21 03:27:26下载
- 积分:1
-
sar
SAR成像算法的分析; SAR成傢算法简要介绍 ;Chirp-scaling算法 ; 分布式小卫星SAR解方位多普勒模糊的点目标仿真; 分布式小卫星SAR成像的仿真参数 ;
点目标成像仿真及结果 (SAR imaging algorithm analysis SAR algorithm married briefly Chirp-scaling algorithm distributed small satellite SAR azimuth Doppler ambiguity solution point target simulation distributed small satellite SAR imaging simulation parameters Point Target Imaging Simulation and results)
- 2010-07-07 14:07:57下载
- 积分:1
-
aodv-c
AODV的源代码,包括c++、头文件以及编写用来测试的tcl(AODV source code, including c++, head files, and write to test of TCL
)
- 2012-05-03 19:49:18下载
- 积分:1
-
Visual C#多线程下载网络文件实例
C# 下载文件,使用多线程下载,只是简单的多线程下载的示例,并不支持断点续传,这里重点是演示将多线程技术应用到网络下载程序中。在代码中定义了一个函数,方便程序调用,此函数可实现输入下载文件地址和下载后的存储地址,立即下载文件,很方便。
- 2022-01-25 16:16:53下载
- 积分:1