wangchuang2022
wangchuang2022
全部文章
C++ 袁辉...
C 袁辉勇 谭浩强 湖南师范大学(7)
DHTML 罗苹(1)
Hibernate(1)
JavaEE 彭遨员(10)
JavaScript(1)
JavaSE邓爱萍(86)
JavaWeb 彭东海(1)
Oracle 唐海波(1)
python王胜春(1)
Redis(2)
Test考试(1)
UML 刘友继(2)
XML 刘槐德(1)
前端UI JavaScript肖敏雷(6)
安卓 Android 吴洋(2)
操作系统OS 羊四清(6)
数据库sql 刘刚常(15)
数据结构DataStructure羊四清(7)
生物信息学 王建新 谢民主(7)
程序员工程师(2)
算法设计与分析 张连明(3)
编译原理CompilerP朱素英(2)
计算机网络ComputerNet张连明(16)
设计模式DesignModel 蒋少华(6)
软件工程SW 蒋少华(2)
面试interview(9)
高级数据库SQL 谢民主(22)
归档
标签
去牛客网
登录
/
注册
wangchuang2022的博客
English coding Disease
全部文章
/ C++ 袁辉勇 飞思
(共43篇)
两点距离 外部函数作友元 类的成员函数作友元 友元类(类的所有成员函数作友元)
1359 外部函数作友元 #include #include #include using namespace std; class point { double x,y; public: &nbs...
C++
2022-05-09
0
265
1367 模板类
1367 模板类 #include using namespace std; template class Test { T x[100]; int len; public: T...
C++
2022-05-09
0
248
日期 a=a+1 a++ ++a
来自专栏
a=a+1 #include<iostream> using namespace std; class Date { int y,m,d; public: Date(int yy,int mm,int dd) &nb...
2022-05-07
0
290
袁辉勇 运算符++ Date t=*this; return t;
来自专栏
a++ Date operator ++(int ) #include <iostream> using namespace std; class Date { ...
2022-05-07
0
328
袁辉勇 求和 class T 模版
来自专栏
#include<iostream.h> class T { public: int n; int f() { &nb...
C++
2022-05-07
0
252
袁辉勇 求和 int f() int f(int n)
#include <iostream.h> int main() { int n,s=0; cin>>...
2022-05-07
0
258
袁辉勇 求和 T(int x) { n=x; }
void set(int x) { n=x; } #include <iostream.h> class text { &nb...
2022-05-07
0
276
袁辉勇 求和 15 5050
#include<iostream.h> class T { public: int n; int f() &...
2022-05-07
0
276
袁辉勇 5=16 运算符 重载 加法+ 减法- 日期 复数(实部 虚部)
Date operator +(int n) { Date t; t.year=year; ...
C++
2022-05-07
0
316
袁辉勇 5=16 运算符 重载 ++自增
来自专栏
Date operator ++(int ) #include <iostream> using namespace std; class Date { int&n...
C++
2022-05-07
0
290
首页
上一页
1
2
3
4
5
下一页
末页