摘要: 恢复内容开始 实验四 恶意代码技术 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 陈陶然 年级 18 区队 网络安全与执法四区 指导教师 高见 信息技术与网络安全学院 2016年11月7 阅读全文
posted @ 2020-12-03 17:23 破雨来 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 实验三—密码破解技术 学 号201821440002 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 陈陶然 年级 2018级 区队 网络安全与执法四区队 指导教师 高见 信息技术与网络安 阅读全文
posted @ 2020-11-19 14:01 破雨来 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 陈陶然 年级 2018 区队 网安四区 指导教师 高见 信息技术与网络安全学院 2020年11月5日 实验任务总纲 2020—2021 学年 第 一 学期 一、实验目的 1.加深并消化本课程授课内容,复习所学过的互联网搜索技巧、方法和技术; 阅读全文
posted @ 2020-11-06 16:26 破雨来 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 陈陶然 年级 2018 区队 网安四区 指导教师 高见 信息技术与网络安全学院 2017年7月7日 实验任务总纲 2017—2018  阅读全文
posted @ 2020-10-22 16:20 破雨来 阅读(52) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> void jia(),jian(),chen(),chu(); int jia(int a,int b) { int c; c=a+b; return(c); }; int jian(int a,int b) { int c; c=a-b; return(c); 阅读全文
posted @ 2019-06-03 14:46 破雨来 阅读(71) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main(){ int ctr[11]; int i,j,m,n; for(n=0;n<10;n++){ scanf("%d",&ctr[n]); } for(i=0;i<10;i++){ for(j=i+1;j<10;j++){ if(ctr[i]>ct 阅读全文
posted @ 2019-05-20 14:13 破雨来 阅读(105) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main(){ int i,b,c; long int a; a=0; for(i=22;i<=1002;i=i+20){ a=a+i; } printf("%d\n",a); return 0; } #include<math.h> #include<s 阅读全文
posted @ 2019-05-06 14:11 破雨来 阅读(148) 评论(1) 推荐(0) 编辑
摘要: #include<stdio.h> int main(void) { int a,b,c,d,e; scanf("%d %d %d %d %d",&a,&b,&c,&d,&e); getchar(); } #include<stdio.h>int main(void){int year;scanf( 阅读全文
posted @ 2019-04-22 16:14 破雨来 阅读(143) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>int main(){ int a,b,sum; a=123; b=456; sum=a+b; printf("sum is %d\n",sum); return 0;} #include<stdio.h>int main(){ char c1,c2; c1=97; 阅读全文
posted @ 2019-04-08 15:12 破雨来 阅读(116) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <math.h> #include <time.h> #include <stdlib.h> #include <windows.h> int math (){ int i; char c,gu; srand((unsigned)time(NU 阅读全文
posted @ 2019-03-25 12:53 破雨来 阅读(57) 评论(0) 推荐(0) 编辑