03 2020 档案
摘要:第五步,虚拟硬盘分区并格式化:当前系统只有一个硬盘,这个硬盘的设备名称是/dev/hda。1.输入:fdisk /dev/hda。2.在“Command (m for help):”提示符下输入“n”代表新建分区。3.然后选择,分区类型,为“P”,即主分区。4.你可以键入 ‘p’ 来设定一个主分区。
阅读全文
摘要:需求: 按照课堂上所讲要求定义一个长方形类,并定义其求周长和面积的方法,然后定义一个测试类进行测试。 package com.company; public class Test { public static void main(String[] args) { int length; int w
阅读全文
摘要:#include <stdio.h> int main() { void hanoi(int n,char A,char B,char C); hanoi(3,'A','B','C'); return 0; } void hanoi(int n,char A,char B,char C) { if(
阅读全文
摘要:#include <stdio.h> int main() { int max(int arr[],int n); int arr[9]={7,4,8,6,3,2,9,11,5}; printf("%d\n",max(arr,9)); return 0; } int max(int arr[],in
阅读全文
摘要:所有的递归都是可以用函数来解决的。 位数不定的时候是不是就得用递归来做呢?(倒序输出)
阅读全文
摘要:#include<stdio.h> #include<string.h> int main() { char a[202]={0},b[202]={0}; scanf("%s%s",a,b); int a1[202]={0},b1[202]={0},c1[405]={0},i,j; int alen
阅读全文
摘要:1 #include<iostream> 2 #define Max 50 3 using namespace std; 4 typedef char ElemType; 5 6 typedef struct 7 { 8 ElemType data[Max]; 9 int length; 10 }s
阅读全文
摘要:#include <stdio.h> #include <string.h> int main() { char a[202]={0},b[202]={0}; scanf("%s%s",a,b); int a1[202]={0},b1[202]={0},c1[203]={0},i; int alen
阅读全文
摘要:#include <stdio.h> #include <string.h> int main() { char a[202]={0},b[202]={0}; scanf("%s%s",a,b); int alen=strlen(a),blen=strlen(b); int a1[202]={0},
阅读全文
摘要:谷歌搜索的一个网站上提供的方法: 此法适用于原理虚拟机能够正常上网,但是后来多半是因为非法关机,导致网络突然被禁用,笔者常见的现象是虚拟机右上角的“小电脑”呈暗黑色,点击显示网络已被禁用。 笔者这么乱搞了一通,可以上了,具体原因不明,但是能用就记下。 1、sudo rm /var/lib/Netwo
阅读全文
摘要:1 #include <iostream> 2 using namespace std; 3 typedef struct { 4 double real; //复数的实部 5 double imag; //复数的虚部 6 } Complex; 7 8 //复数的初始化 9 void initial
阅读全文
摘要:错误的开始是。。。。我点击了电脑开始配置。。。。后面是错误的一些垃圾记录 a.先建立好模型 (1/选择Console线,PC Switch分别选择RS 232 Console端口) (2/选择Copper Straight-Through,PC Switch分别选择 FastEthernet Fas
阅读全文
摘要:准备好一部电脑 然后准备一台路由器 然后准备一条线,选择console线就是第二种蓝色的 然后把线对着电脑选择RS 232 然后再对着交换机选择第一个Console 然后选择直连双绞线 对着电脑选择第一个(虽然只有一个选项ahh) FastEthernet是网卡的端口 然后点击交换机(Switch)
阅读全文
摘要:怎么和家人朋友相处 第二章:体育锻炼与健康 http://mp.zhizhuma.com/qr.html?crcode=120BYL1XB1C&share_=36216559 第一章: 大学体育与健康教育 https://mp.codeup.cn/qr.html?crcode=120BYL1W8B6
阅读全文
摘要:比赛: soft ability:排版能力,比如:文档编写能力,ppt制作能力 hard ability:算法能力,工程能力(前后端) 沟通能力,表达能力,团队协作能力
阅读全文

浙公网安备 33010602011771号