- 博客(4)
- 收藏
- 关注
原创 关于ubuntu下的Linux系统基本操作
一、安装 1、 ①在清华大学镜像下载ubuntu:https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/20.04/ ②在官网下载VirtualBox 2、安装完成 3、设置各项数据 二、命令操作 当前Linux系统发型版本信息:uname -a 2、当前Linux系统内核版本信息:uname -r 3、当前目录的文件信息:ls -a 4、目录之间的跳转:cd ..
2022-03-18 15:35:08
2502
原创 【C++】原神角色管理系统——基于vs的系统开发
首先成果展示给大家放上链接: B站:【原神】原神系统演示_原神 以下是代码部分(有点长): #include <iostream> #include <fstream> #include <string> #include <conio.h> #include<cstring> #include<iomanip> #include<windows.h> #include<stdlib.h> #includ
2021-10-23 12:58:48
3466
3
原创 类与对象——StackArray类
#include<iostream> #include<iomanip> #define PIE 3.14 using namespace std; class Cylinder { double radius; double height; public: Cylinder(double r = 1, double h = 1) :radius(r), height(h) { } void volume() { ...
2021-09-15 23:08:00
219
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人