摘要: 学 号 201821440024 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 周旸昊 年级 2018级 区队 网络安全与执法实验班 指导教师 高见 信息技术与网络安全学院 2016年1 阅读全文
posted @ 2020-12-03 11:40 201821440024 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 学 号 201821440024 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 周旸昊 年级 2018级 区队 网络安全与执法实验班 指导教师 高见 信息技术与网络安全学院 2016年1 阅读全文
posted @ 2020-11-19 11:20 201821440024 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 周旸昊 年级 2018级 区队 网络安全与执法实验班 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016 阅读全文
posted @ 2020-11-07 12:15 201821440024 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 周旸昊 年级 2018级 区队 网络安全与执法七区 指导教师 高见 信息技术与网络安全学院 2017年7月7日 实验任务总纲 2017 阅读全文
posted @ 2020-10-28 22:14 201821440024 阅读(478) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> typedef struct Fushu { int shibu; int xubu; struct Fushu *next; }Fushu,*Linklist; Fushu *insert(Fushu *fushu,int a,int b){ Fushu *cu 阅读全文
posted @ 2019-10-29 11:11 201821440024 阅读(175) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" int main(){ double average(double a,double b,double c); double m[5][3]; int i,j; double n[5],p[3]; for(i=0;i<5;i++) for(j=0;j<3;j++ 阅读全文
posted @ 2019-06-03 15:21 201821440024 阅读(155) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" int main(){ int add(int a,int b); int minus(int a,int b); int multip(int a,int b); int quotient(int a,int b); int mod(int a,int b); int a,b,c,d,e,f,g; s... 阅读全文
posted @ 2019-05-20 15:53 201821440024 阅读(185) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" int main(){ int a[10]; int i,j,k; for(i=0;ia[j]){ k=a[j]; a[j]=a[i]; a[i]=k; } } }for(i=0;i<10;i++){... 阅读全文
posted @ 2019-05-06 15:28 201821440024 阅读(156) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" int main(){ long a,s=0; for(a=22;a<1003;a=a+20){ s=s+a;} printf("%ld\n",s); return 0; } #include "stdio.h" int main(){ long a=22; long s=0; wh... 阅读全文
posted @ 2019-04-22 16:05 201821440024 阅读(138) 评论(0) 推荐(0) 编辑
摘要: #include "stdio.h" int main(){ char a,b,c,d,e; a=getchar(); b=getchar(); c=getchar(); d=getchar(); e=getchar(); putchar(a); putchar(b); putchar(c); putchar(d);... 阅读全文
posted @ 2019-04-22 15:35 201821440024 阅读(196) 评论(1) 推荐(0) 编辑