搜索结果
查询Tags标签: 10.20,共有 8条记录-
2022/4/4周一学业有成项目小结
EV:上午:6.30起床6.50跑步,8.00-10.20上课好好学习,10.20休息下午:4.00-5.50写操作系统实验,6点休息晚上:8.30-11.00学习高数,11.30睡觉当日完成进度:50% 按照计划EV:433+33.3=466.6 今日消费共30 AC=593.5+30=623.5 pv=1052(因为生病的原因彻底懈怠了,将近一周…
2022/4/4 23:49:22 人评论 次浏览 -
linux路由配置
路由配置: 1、路由转发配置 net.ipv4.ip_forward = 1 (要想路由生效需配置路由转发) 2、添加临时路由 route add -host 192.168.1.2 dev eth0 route add -host 10.20.30.148 gw 10.20.30.40 route add -net 10.20.30.48 netmask 255.255.255.248 gw 10.20.30.41 route …
2022/2/11 7:16:35 人评论 次浏览 -
10.20
#include<complex.h> #include<iostream> #include<cmath>int main() {using namespace std;complex<double> c1(3,4);complex<double> c2(4.5);complex<double> c3(c2);cout << " c1 = " << c1 << endl…
2021/10/24 6:09:50 人评论 次浏览 -
10.20
#include<complex.h> #include<iostream> #include<cmath>int main() {using namespace std;complex<double> c1(3,4);complex<double> c2(4.5);complex<double> c3(c2);cout << " c1 = " << c1 << endl…
2021/10/24 6:09:50 人评论 次浏览 -
float trap
1 #include <stdio.h>2 3 int main()4 {5 6 double i;7 8 for(i=0;i!=10;i+=0.1)9 printf("%.1lf\n",i); 10 11 return 0; 12 } 0.00.10.20.30.40.50.60.70.80.91.01.11.21.31.41.51.61.71.81.92.02.12.22.32.42.52.62.72.82.93.03.13.23.33.43.53.63.73…
2021/10/18 6:10:09 人评论 次浏览 -
float trap
1 #include <stdio.h>2 3 int main()4 {5 6 double i;7 8 for(i=0;i!=10;i+=0.1)9 printf("%.1lf\n",i); 10 11 return 0; 12 } 0.00.10.20.30.40.50.60.70.80.91.01.11.21.31.41.51.61.71.81.92.02.12.22.32.42.52.62.72.82.93.03.13.23.33.43.53.63.73…
2021/10/18 6:10:09 人评论 次浏览 -
Linux网络配置命令
1、 ifconfig 可以使用ifconfig命令来配置并查看网络接口的配置情况。 例如: (1)配置eth0的IP地址, 同时激活该设备。 #ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up(2) 配置eth0别名设备eth0:1的IP地址,并添加路由。 #ifconfig eth0 192.168.…
2021/9/29 7:14:04 人评论 次浏览 -
Linux网络配置命令
1、 ifconfig 可以使用ifconfig命令来配置并查看网络接口的配置情况。 例如: (1)配置eth0的IP地址, 同时激活该设备。 #ifconfig eth0 192.168.1.10 netmask 255.255.255.0 up(2) 配置eth0别名设备eth0:1的IP地址,并添加路由。 #ifconfig eth0 192.168.…
2021/9/29 7:14:04 人评论 次浏览