2020年12月4日
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 宗博涵 年级 2018级 区队 四区队 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 阅读全文
posted @ 2020-12-04 10:08 P201821440023 阅读(66) 评论(0) 推荐(0) 编辑
  2020年11月20日
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 宗博涵 年级 2018 区队 四区队 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年  阅读全文
posted @ 2020-11-20 17:53 P201821440023 阅读(83) 评论(0) 推荐(0) 编辑
  2020年11月7日
摘要: 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 宗博涵 年级 2018 区队 四区队 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 第 一 学期 一、实验目的 1.加深并消化本课程授课内容,复习所学过的互联网搜索技巧、方法和技术; 2 阅读全文
posted @ 2020-11-07 16:57 P201821440023 阅读(77) 评论(0) 推荐(0) 编辑
  2020年10月27日
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 宗博涵 年级 2018 区队 四 指导教师 高见 信息技术与网络安全学院 2017年7月7日 实验任务总纲 2017—2018 学年  阅读全文
posted @ 2020-10-27 18:28 P201821440023 阅读(115) 评论(0) 推荐(0) 编辑
  2020年10月22日
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 宗博涵 年级 2018 区队 四 指导教师 高见 信息技术与网络安全学院 2017年7月7日 实验任务总纲 2017—2018 学年  阅读全文
posted @ 2020-10-22 18:17 P201821440023 阅读(127) 评论(0) 推荐(0) 编辑
  2019年6月3日
摘要: #include<stdio.h>int main(){ void average(double a[5][3],double i,double j); double a[5][3],j; int h,i; printf("请输入学生成绩:\n"); for(h=0;h<=4;h++) { for( 阅读全文
posted @ 2019-06-03 15:57 P201821440023 阅读(125) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>int main(){ int add(int x,int y); int minus(int x,int y); int multip(int x,int y); int quotient(int x,int y); int mod(int x,int y); i 阅读全文
posted @ 2019-06-03 14:49 P201821440023 阅读(135) 评论(0) 推荐(0) 编辑
  2019年5月20日
摘要: #include<stdio.h>int main(){ int a[10],i,j,n; printf("请输入数字:"); for(i=0;i<=9;i++) { scanf("%d",&a[i]); } for(i=0;i<=9;i++) { for(j=i+1;j<=9;j++) { if( 阅读全文
posted @ 2019-05-20 15:39 P201821440023 阅读(160) 评论(0) 推荐(0) 编辑
  2019年5月6日
摘要: #include<stdio.h>int main(){ int a,b; long int s; a=2; s=0; while(a<=100) { b=a*10+2; s=s+b; a=a+2; } printf("%d\n",s); return 0;} #include<stdio.h>in 阅读全文
posted @ 2019-05-06 14:43 P201821440023 阅读(119) 评论(0) 推荐(0) 编辑
  2019年4月22日
摘要: #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); putc 阅读全文
posted @ 2019-04-22 15:24 P201821440023 阅读(127) 评论(0) 推荐(0) 编辑