上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: Storing Lists of Values with Vectors Vector The first collection type we'll look at is , as known as a Vector . Vector allows you to store more than o 阅读全文
posted @ 2021-01-26 09:48 kaleidopink 阅读(145) 评论(0) 推荐(0)
摘要: Packages and Crates A crate is a binary or library. The crate root is a source file that the Rust Compiler starts from and makes up the root module of 阅读全文
posted @ 2021-01-24 15:00 kaleidopink 阅读(134) 评论(0) 推荐(0)
摘要: 自动控制原理 1. 自动控制的一般概念 反馈系统的基本组成 测量元件 给定元件 比较元件 放大元件 执行元件 校正元件 自动控制系统的基本控制方式 反馈控制方式 无论什么原因使被控量偏离期望值而出现偏差时,必定会产生一个相应的控制作用去降低或消除这个偏差。 开环控制方式 特点是控制装置与被控对象之间 阅读全文
posted @ 2021-01-18 22:06 kaleidopink 阅读(7011) 评论(0) 推荐(0)
摘要: Defining and Instantiating Structs Rust allows us to use structs to organize a group of related data. We use such syntax to define a struct: To instan 阅读全文
posted @ 2021-01-12 10:53 kaleidopink 阅读(252) 评论(0) 推荐(0)
摘要: author: lunar date: Wed 14 Oct 2020 09:22:03 AM CST SPI (Serial Peripheral Interface) 串行外设接口概述 SPI即串行外围设备接口,SPI的内部非常简洁: 从图中可以看出,主机和从机都有一个串行移位寄存器,主机通过向 阅读全文
posted @ 2020-12-21 00:26 kaleidopink 阅读(264) 评论(0) 推荐(0)
摘要: USART串行通信 串行通信通常用于连接两个距离较远的物理设备 基本原理 串行通信最常用的通信标准是 RS232C 右边的为更常用的一种 DSR: 指示数据通信设备是否准备好接受数据 DTR:数据终端设备准备好 RTS:请求由DTE向DCE发送数据 CTS:请求清除发送信号,由DCE发出 DCD:数 阅读全文
posted @ 2020-12-20 00:13 kaleidopink 阅读(450) 评论(0) 推荐(0)
摘要: GPIO GPIO(General Purpose Input Output) GPIO功能描述 STM32的GPIO模块通过软件编程实现I/O端口的重新映射,从而达到I/O端口功能的复用。 GPIO端口的每个位可以由软件分别配置成下列9个模式: 浮空输入:当引脚浮空时,相当于介入高电平; 上拉输入 阅读全文
posted @ 2020-12-20 00:12 kaleidopink 阅读(279) 评论(0) 推荐(0)
摘要: Chapter 5 Frequency Domain Analysis Method of Linear System 5 1 Frequency Characteristics Frequency Characteristics means the frequency response when 阅读全文
posted @ 2020-12-03 22:03 kaleidopink 阅读(592) 评论(0) 推荐(0)
摘要: author: lunar date: Sun 27 Sep 2020 07:57:23 AM CST USART Serial Communication USART: Universal Synchronization Asynchronization Receive Trigger. Simp 阅读全文
posted @ 2020-12-02 16:11 kaleidopink 阅读(170) 评论(0) 推荐(0)
摘要: fcitx5 在WPS中正常使用 自从上个月升级到fcitx5之后,在WPS中就无法正常使用了。因为平时使用WPS的时候也不多,所以一直没有处理。但是最近为了写期末论文,需要用到WPS writer,所以花了一个多小时查阅各种论坛终于弄好了。 先看下我的系统配置: 错误来源 好像是因为wps在较新的 阅读全文
posted @ 2020-11-21 15:22 kaleidopink 阅读(1648) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页