摘要: 网络对抗技术实验报告四 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 夏可 年级 2018级 区队 网络安全与执法四班 指导教师 高见老师 信息技术与网络安全学院 2019年12月24日 实验任务总纲 2019—2020 学年 第 一 学期 一、实验目的 1.通过对木马的练习,使读者理解和 阅读全文
posted @ 2020-12-21 11:27 夏可 阅读(114) 评论(0) 推荐(0)
摘要: 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 夏可 年级 2018级 区队 网络安全与执法四班 指导教师 高见老师 信息技术与网络安全学院 2019年12月19日 实验任务总纲 2019—2020 学年 第 一 学期 一、实验目的 1.加深并消化本课程授课内容,复习所学过的互联网搜索技巧、 阅读全文
posted @ 2020-11-26 14:59 夏可 阅读(73) 评论(0) 推荐(0)
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 夏可 年级 18级 区队 网安四区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年  阅读全文
posted @ 2020-11-19 11:10 夏可 阅读(88) 评论(0) 推荐(0)
摘要: 学 号 201821440003 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 夏可 年级 2018 区队 网四 指导教师 高见 信息技术与网络安全学院 2017年7月7日 实验任 阅读全文
posted @ 2020-10-29 11:12 夏可 阅读(57) 评论(0) 推荐(0)
摘要: #include<stdio.h>int average(int x,int y,int z){ int s; s=(x+y+z)/3; return s;}int main(){ int average(int x,int y,int z); int a[5][3],i,j,s,s1; for(i 阅读全文
posted @ 2019-06-03 15:44 夏可 阅读(131) 评论(0) 推荐(0)
摘要: #include<stdio.h>#include<math.h>int add(int x,int y){ int s; s=x+y; return(s);}int minus(int x,int y){ int s; s=x-y; return(s);}int multip(int x,int 阅读全文
posted @ 2019-06-03 15:05 夏可 阅读(202) 评论(0) 推荐(0)
摘要: #include<stdio.h>int main(int argc, char* argv[]){ int a[10]={0}; int i,j,temp; for(i=0;i<10;i++){ scanf("%d",&a[i]); } for(i=0;i<10;i++){ for(j=0;j<1 阅读全文
posted @ 2019-05-20 14:53 夏可 阅读(229) 评论(0) 推荐(0)
摘要: #include <stdio.h> int main(){ int a=22; long int s=0; do{ s=s+a; a=a+20; }while (a<=1002); printf("%d",s); return 0; } #include<stdio.h>int main(){ i 阅读全文
posted @ 2019-05-06 15:00 夏可 阅读(137) 评论(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); putcha 阅读全文
posted @ 2019-04-22 16:03 夏可 阅读(142) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-04-08 14:59 夏可 阅读(134) 评论(0) 推荐(0)