摘要: 调整格式技巧: Word 中点击 “文件”--》"选项"--》“显示”,将高亮部分全部打钩,有利于查看格式字符、 “分页符” 和“分节符” 两个很有用, 其中分节符 前后的页码是独立的。 样式间的关系: 关系图内容是类比 C++ 中类的继承编写的伪代码,“正文”为基类,派生出 “论文--正文”, “ 阅读全文
posted @ 2024-11-14 21:51 星云体 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1. Language Characteristics Okay, and now we are going to talk about the characteristics of languages. We are going to talk about different language f 阅读全文
posted @ 2023-10-31 15:14 星云体 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1. From Now to C1 Now is the time to talk about the things that you can do later on after finishing this challenge. After those ten days, and even if 阅读全文
posted @ 2023-10-31 15:11 星云体 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1. Schedule Okay, so this is pretty much all for now when it comes to our program from the theoretical side. Now all you have to do is actually apply 阅读全文
posted @ 2023-10-31 15:10 星云体 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1. Instruction of the course Everything you learn will help you create your own 10-day schedule which is the base of the program. This program is divi 阅读全文
posted @ 2023-10-31 15:06 星云体 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1. Model of Learning So now it's time to go to the stage room. These will actually change their names once we actually started the program. Once you s 阅读全文
posted @ 2023-10-31 01:01 星云体 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 中科大: deb https://mirrors.ustc.edu.cn/ubuntu/ jammy main restricted universe multiverse deb-src https://mirrors.ustc.edu.cn/ubuntu/ jammy main restrict 阅读全文
posted @ 2023-07-07 00:26 星云体 阅读(140) 评论(0) 推荐(0) 编辑
摘要: * new Class 与 引用 <qpushbutton.cpp> : QPushButton::QPushButton(QWidget *parent) : QAbstractButton( *new QPushButtonPrivate , parent) { Q_D(QPushButton) 阅读全文
posted @ 2023-05-02 15:36 星云体 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 神中神书本: 这种创建 Windows 下带有图形用户界面程序 的方式称为 Windows API ,MFC 是对 Windows API 进行封装来 开发 图形用户界面 的方式 。 简单程序: // HelloWindowsDesktop.cpp // compile with: /D_UNICO 阅读全文
posted @ 2023-04-27 01:07 星云体 阅读(136) 评论(0) 推荐(0) 编辑
摘要: Audacity 安装 FFmpeg : Installing FFmpeg 阅读全文
posted @ 2023-04-02 00:30 星云体 阅读(175) 评论(0) 推荐(0) 编辑