加载中...

关于我

1
2
3
4
5
6
7
8
9
10
11
12
13
14
module about_me(
input [39:0] Name , //DavidGu
input [7:0] BirthYear , //1998
input Gender , //Male
input [13*8-1:0] Address , //XiAn,China
input [29*8-1:0] Github , //https://github.com/XduDavid
output [1:0] Motion
);

localparam Happy = 2'd0;
localparam Sad = 2'd1;
localparam Indifferent = 2'd2;

assign Motion = Happy;

关于她

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#include “iostream”
using namespace std;
class Luge : protected MyMother,protected MyFather
{
private:
string EnglishName("Luna");
string BirthYear("2000");
string university("XDU");
string level("entry-level");
protected:
string BoyFriend("DavidGu");
public:
string GetMyInterests()
{
string one("Delicacy ");
string two("Running ");
string three("BiliBili ");
string four("Shopping");
return one+two+three+four;
}
string GetMyKnowProgrammingLanguage()
{
string lang1("C/C++ ");
string lang2("Go ");
string lang3("Python");
return lang1+lang2+lang3;
}
string GetStudingProgrammingLanguage()
{
string lang1("C++");
return lang1;
}
string GetMySchedule()
{
string Schedule1("Hoping graduate successfully.");
string Schedule2("Promoting the scientific research projects in the laboratory successfully.");
return Schedule1+Schedule2;
}
}

免责声明

本站以分享互联网经验、学习知识为目的,所有文章所涉及使用的工具、资源等均来自互联网, 仅供学习和研究使用,版权归作者所有。本站内的文章多为博主原创,仅供学习交流之用,不参与商业用途。

如果无意之中侵犯了您的版权,请来信告知。本站将在第一时间删除!

遵守相关法律法规,由于本站资源部分来源于网络,开发也是使用开源模板,故无法核实资源侵权的真实性,无论出于何种目的要求本站删除内容,需要提供相关证明,否则不予处理


评论
公告
部分Blog的图片可能裂掉,参考Misc-Git目录下的解决方案
最新文章
网站资讯
文章数目 :
57
已运行时间 :
本站总字数 :
117.1k
本站访客数 :
本站总访问量 :
最后更新时间 :