摘要: 寒假计划 希望自己能尽力去做,争取完成其中的百分之九十以上,完成内容用删除线处理。 目前做到的用绿色处理,未做到用红色。 以下排序不分先后 阅读全文
posted @ 2019-01-01 23:35 ronnie14165 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 每一篇文章中,做题顺序不一定从前到后,最好先做最好拿分的填空题等整理文章思路,再做选项较少的段落主旨(细节)匹配题。 在名词的对于句子的匹配中,一个名词可能不止出现一次,暂时搞不清就先用排除法。 做题时注意时间,有舍才有得,迷惑性太强的先放过去。 小作文两段 静态图:饼状图为主,2饼比较 动态图:柱 阅读全文
posted @ 2018-08-31 22:56 ronnie14165 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 万能头文件 include PI 四舍五入 (https://zhidao.baidu.com/question/2117495607995670467.html) 记录函数运行时间 include include using namespace std; int main() { clock_t 阅读全文
posted @ 2018-08-24 15:01 ronnie14165 阅读(145) 评论(0) 推荐(0) 编辑
摘要: ``` clear all; close all, clc; % this clears your workspace, closes all figures, and clears command window % This script demonstrates how to use MATLAB to generate % a simple signal plot. In this... 阅读全文
posted @ 2019-03-07 14:27 ronnie14165 阅读(221) 评论(0) 推荐(0) 编辑
摘要: ``` Do you bring mobile phone or any other electronic devices?”回答 “No”。 Have you brought your identification card with you?” 回答 “yes”。 Could I see it? Good morning/ good afternoon. My name's George Wh... 阅读全文
posted @ 2019-02-03 20:42 ronnie14165 阅读(148) 评论(0) 推荐(0) 编辑
摘要: | 左对齐标题 | 右对齐标题 | 居中对齐标题 | | : :| : : | : : | | 短文本 | 中等文本 | 稍微长一点的文本 | | 稍微长一点的文本 | 短文本 | 中等文本 | | 一个普通标题 | 一个普通标题 | 一个普通标题 | | | | | | 短文本 | 中等文本 | 阅读全文
posted @ 2019-01-30 20:59 ronnie14165 阅读(89) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-01-20 12:37 ronnie14165 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ``` while(1) { Reset the central motors. while(1) { Read the distance from the player to the machine. if(the distance meets the requirements) break; ... 阅读全文
posted @ 2018-12-13 13:00 ronnie14165 阅读(140) 评论(0) 推荐(0) 编辑
摘要: ``` include "mbed.h" include "MCP23017.h" include "WattBob_TextLCD.h" include "TCS3472_I2C.h" include "stdint.h" include "VL6180.h" include "rtos.h" d 阅读全文
posted @ 2018-11-28 11:10 ronnie14165 阅读(214) 评论(0) 推荐(0) 编辑
摘要: ``` include "mbed.h" include "MCP23017.h" include "WattBob_TextLCD.h" include "TCS3472_I2C.h" include "stdint.h" include "VL6180.h" include "rtos.h" d 阅读全文
posted @ 2018-11-28 00:39 ronnie14165 阅读(319) 评论(0) 推荐(0) 编辑
摘要: ``` include include using namespace std; // void num() // { // p[i] = p[i 1] + p[i 2]; // } int main() { int p[50]; p[0] = 1; p[1] = 2; for(int i = 3 阅读全文
posted @ 2018-11-26 11:21 ronnie14165 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 如何在ARM mbed中同时读写 mbed中的中断缺陷——通过rise或fall触发进入到其他函数后无法跳出该函数,博文末尾会有中断方式 阅读全文
posted @ 2018-11-26 11:20 ronnie14165 阅读(434) 评论(0) 推荐(0) 编辑