摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 赵旸 年级 2018 区队 三 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 第 一 阅读全文
posted @ 2020-11-30 10:34 赵木木木木🍈 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 赵旸 年级 2018 区队 三区队 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 第 阅读全文
posted @ 2020-11-16 10:36 赵木木木木🍈 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 赵旸 年级 2018 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 阅读全文
posted @ 2020-11-02 10:17 赵木木木木🍈 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 赵旸 年级 2018 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2017年7月7日 实验任务总纲 2017—2018 学 阅读全文
posted @ 2020-10-19 10:11 赵木木木木🍈 阅读(69) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int add(int a,int b) { return a+b; } int minus(int a,int b) { return a-b; } int multip(int a,int b) { return a*b; } int quotient(int 阅读全文
posted @ 2019-06-06 15:21 赵木木木木🍈 阅读(93) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main(int argc, char* argv[]) { int a[10]; int i,j,k; printf("input 10 numbers :\n"); for(i=0;i<10;i++) scanf("%d",&a[i]); printf 阅读全文
posted @ 2019-05-23 15:43 赵木木木木🍈 阅读(79) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main(int argc, char* argv[]) { int a; long s=0; for(a=22;a<=1002;a=a+20) s=s+a; printf("%d\n",s); return 0; } #include<stdio.h> 阅读全文
posted @ 2019-05-09 15:26 赵木木木木🍈 阅读(136) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" #include "stdio.h" int main(int argc, char* argv[]) { char a,b,c,d,e; a=getchar(); b=getchar(); c=getchar(); d=getchar(); e=getcha 阅读全文
posted @ 2019-04-25 16:30 赵木木木木🍈 阅读(70) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h"#include<stdio.h>#include<math.h>int main(){ float x,y; scanf("%f%f",&x,&y); printf("z=%d\n",int(x+1/fabs(y))); printf("z=%15.6f\n" 阅读全文
posted @ 2019-04-11 15:12 赵木木木木🍈 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-03-07 21:17 赵木木木木🍈 阅读(328) 评论(0) 推荐(0) 编辑