-
STM32F4 内存管理实验.rar
STM32F4 内存管理实验.rar
STM32F4 内存管理实验.rar
- 2022-12-09 19:40:03下载
- 积分:1
-
MIMO-OFDM
MIMO-OFDM系统基本结构,有仿真结果图,详细的描述了MIMO效系统调制解调傅里叶变换,信道估计,频域均衡等通信系统模块,具有较高的参考价值。有仿真结果图,详细的描述了MIMO效系统调制解调傅里叶变换,信道估计,频域均衡等通信系统模块,具有较高的参考价值。
- 2022-12-03 07:40:03下载
- 积分:1
-
电梯模拟系统基本实现了电梯的正常运行所需要的各种功能,例如启动、上、下以及楼层的选择和楼层的显示。在启动时,我们没有特别的设置一个启动按钮,因为第一层的“上”按...
电梯模拟系统基本实现了电梯的正常运行所需要的各种功能,例如启动、上、下以及楼层的选择和楼层的显示。在启动时,我们没有特别的设置一个启动按钮,因为第一层的“上”按钮就起到了此功能,再特别添加一个“启动”按钮就显得冗余,当启动是,显示楼层为 “floor 1”。同时电梯里面的各个楼层均可以响应了。-Simulation system for the basic realization of the lift elevator required for the normal operation of various functions, such as start, the upper and lower floors, as well as the selection and display floors. At boot time, we do not have to set up a special start button, because the first line of " on" button on the play of this function, and then add a special " start" button has become redundant, when the start is that the show floor for the " floor 1. " At the same time, the various floors inside the lift can be responded to.
- 2022-07-09 07:13:14下载
- 积分:1
-
2048游戏c++源码(控制台版)
【实例简介】编了个2048
w上......
- 2021-08-23 00:31:02下载
- 积分:1
-
这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi...
这一系列是我平时收集的pascal深入核心编程,希望对大家有帮助,开发环境是delphi-this series is my usual collection of pascal-depth core programming, we hope to help the development environment is delphi
- 2022-02-02 17:49:08下载
- 积分:1
-
C#编写的dijkstra算法
这是我以前在网上找的老外编写的dijkstra算法,很不错,值得借鉴。作者信息如下:
Author: Jeppe Andersen
Website: nocture.dk
Feel free to use this in any way you want!
- 2022-04-12 10:53:34下载
- 积分:1
-
CListCtrl 的用法
void CListBackgroundDlg::SetListInit(){ //属性设置 m_list1.ModifyStyle(LVS_TYPEMASK,LVS_REPORT&LVS_TYPEMASK|LVS_SINGLESEL); DWORD dwStyle = m_list1.GetExtendedStyle(); m_list1.SetExtendedStyle(dwStyle|LVS_EX_FULLROWSELECT|LVS_EX_GRIDLINES); //设置行宽 CImageList image; image.Create(1,40,ILC_COLOR24|ILC_MASK,4,0); m_list1.SetImageList(&image,LVSIL_SMALL); //设置字体和大小 CFont font; font.CreateFont(16,0,0,0,FW_NORMAL,FALSE,FALSE,0,ANSI_CHARSET,OUT_DEFAULT_PRECIS,CLIP_DEFAULT_PRECIS,DEFAULT_QUALITY,DEFAULT_PITCH|FF_SWISS,"宋体"); m_list1.SetFont(&font); m_list1.GetHeaderCtrl()->SetFont(&font); //设置标题头 &n
- 2022-11-29 03:15:03下载
- 积分:1
-
BLDC STM8
STM8 BLDC方案,上电PWM线性增到最大,适合学习使用。
- 2022-05-31 13:38:58下载
- 积分:1
-
串口OPC
实现串口数据采集和发送,可以材料消防串口数据,也可以自己改写,进行采集其他串口类型数据
- 2022-03-09 12:54:08下载
- 积分:1
-
RN8209 串口参考程序
RN8209C及D初始化及UART通讯参考程序
- 2022-06-14 17:07:31下载
- 积分:1