2020年12月10日

摘要: 学 号 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 郑翔文 年级 2018级 区队 四区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 阅读全文
posted @ 2020-12-10 08:52 p201821440017 阅读(40) 评论(0) 推荐(0) 编辑

2020年11月24日

摘要: 学 号201821440017 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 郑翔文 年级 2018级 区队 网安四区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验 阅读全文
posted @ 2020-11-24 19:02 p201821440017 阅读(83) 评论(0) 推荐(0) 编辑

2020年11月11日

摘要: 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 郑翔文 年级 2018 区队 网安四区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2020—2021 学年 第 一 学期 一、实验目的 1.加深并消化本课程授课内容,复习所学过的互联网搜索技巧、方法和技术; 阅读全文
posted @ 2020-11-11 12:24 p201821440017 阅读(113) 评论(0) 推荐(0) 编辑

2020年10月28日

摘要: 学 号201821440017 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 郑翔文 年级 2018 区队 网安四区 指导教师 高见 信息技术与网络安全学院 2017年7月7日 实 阅读全文
posted @ 2020-10-28 21:24 p201821440017 阅读(110) 评论(0) 推荐(0) 编辑

2019年6月3日

摘要: #include<stdio.h>int average(int a,int b,int c){ int d = 0; d = (a+b+c)/3; return d;}int average2(int a,int b,int c,int d,int e){ int f = 0; f = (a+b+ 阅读全文
posted @ 2019-06-03 15:21 p201821440017 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 一 #include <stdio.h>int add(int a, int b){ int c; c = a + b; return c;}int minus(int a, int b){ int c; c = a - b; return c;}int multip(int a, int b){ 阅读全文
posted @ 2019-06-03 14:58 p201821440017 阅读(112) 评论(0) 推荐(0) 编辑

2019年5月20日

摘要: 一: #include <stdio.h> void bubble(int arr[], int L, int R){ int i; if (L == R){ }else{ for(i = 0;i <=R-1; i++){ if(arr[i] > arr[i+1]){ int temp = arr[ 阅读全文
posted @ 2019-05-20 14:40 p201821440017 阅读(114) 评论(0) 推荐(0) 编辑

2019年5月6日

摘要: #include <stdio.h> int main(){ int long s=0;int i;for(i=22;i<=1002;i=i+20){s=s+i;}printf("%d\n",s);return 0;} #include <stdio.h> int main(){ int long 阅读全文
posted @ 2019-05-06 14:42 p201821440017 阅读(114) 评论(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); put 阅读全文
posted @ 2019-04-22 15:33 p201821440017 阅读(131) 评论(0) 推荐(0) 编辑

2019年4月8日

摘要: #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,c 阅读全文
posted @ 2019-04-08 15:02 p201821440017 阅读(129) 评论(0) 推荐(0) 编辑

导航