- 博客(4)
- 收藏
- 关注
原创 Discrete Mathematics 离散数学——图论
Discrete Mathematics 离散数学——图论定理: The Hand Shaking Theorem基本定义们定义1:Complete graph Kn定义2:Cycles Cn定义3:Whells Wn定义4:n-cube Qn二分图:Bipartite Graphs定理: The Hand Shaking TheoremHand Shaking Theorem: Let G ...
2019-06-12 17:24:26
2002
原创 C++ 面向对象编程
C++ 面向对象编程(以下为一些零碎知识点整理)类的对象的公共成员数据(public)可以直接使用 成员访问运算符(.) 来访问,private和protected不行。“::” 被称为 范围解析运算符调用成员函数和调用对象一样,也是使用 成员访问运算符(.)若函数的返回类型为地址,如(int &),函数体中的return值写要返回的变量名即可,无需添加取地址符运算符重载 ,...
2019-05-04 21:02:25
187
原创 Ubuntu gcc命令总结
Ubuntu gcc命令总结原文地址以下是个人摘要:默认编译:gcc test.c-o:gcc test.c -o out 确定可执行文件(.out文件)文件名为out-e / -s / -c:(这三部是相连的)gcc test.c -e -o test.i 把test.c预处理,输出test.igcc test.i -s -o test.s 把test.i汇编成test.sg...
2019-05-04 17:42:20
2888
原创 硬件软件接口 (RISC-V) Chapter 2
计算机组成与设计-硬件软件接口 RISC-V版Chapter2指令集RISC-V简介RISC-V基本语法Chapter2指令集The words of a computer’s language are called instructions, and its vocabulary is called an instruction set.----Computer Organizatio...
2019-02-18 22:41:34
2496
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅