摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 陆晨茜 年级 18 区队 网络安全与执法三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 阅读全文
posted @ 2020-11-30 07:48 陆晨茜 阅读(66) 评论(0) 推荐(0)
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 陆晨茜 年级 18 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 第 阅读全文
posted @ 2020-11-16 08:05 陆晨茜 阅读(100) 评论(0) 推荐(0)
摘要: 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 陆晨茜 年级 18 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 第 一 学期 一、实验目的 1.加深并消化本课程授课内容,复习所学过的互联网搜索技巧、方法和技术; 2. 阅读全文
posted @ 2020-11-02 07:58 陆晨茜 阅读(99) 评论(0) 推荐(0)
摘要: 学 号201821430041 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 陆晨茜 年级 18 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2020年10月19日 实 阅读全文
posted @ 2020-10-19 15:55 陆晨茜 阅读(187) 评论(0) 推荐(0)
摘要: 求和差商积 判断素数 (实验6) 嵌套函数求最大值 递归求n! 阅读全文
posted @ 2019-06-06 13:58 陆晨茜 阅读(219) 评论(0) 推荐(0)
摘要: #include"stdio.h" int main(int argc, char* argv[]) { int a[10]; int i,b,c; for(i=0;ia[i+1]) { c=a[i]; a[i]=a[i+1]; a[i+1]=c;}}} for(i=0;i<10;i+... 阅读全文
posted @ 2019-05-23 14:36 陆晨茜 阅读(165) 评论(0) 推荐(0)
摘要: #include int main() { long t,s; t=22; s=0; for (t=22;t int main() { long t,s; t=22; s=0; while (t int main() { long t,s; t=22; s=0; do {s+=t; t+=20; }while (t int main() { int s,a,b,c; s=0; for(a... 阅读全文
posted @ 2019-05-09 14:52 陆晨茜 阅读(151) 评论(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);putchar(c);putchar(d);pu 阅读全文
posted @ 2019-04-25 15:25 陆晨茜 阅读(232) 评论(0) 推荐(0)
摘要: #include #include int main() {double x,y,z; scanf("%lf,%lf",&x,&y); z=x+1/fabs(y); printf("z=%d\n",(int)z); printf("z=%15.6f\n",z); printf("z=%e\n",z); return 0; } #include int main(... 阅读全文
posted @ 2019-04-11 15:10 陆晨茜 阅读(133) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include "tchar.h" #include "stdio.h" #include "stdlib.h" #include "math.h" #include "time.h" int main(int argc,char*argv[]) { int i; char c,gu; srand((unsigned)time(NULL)); c=6... 阅读全文
posted @ 2019-03-23 17:52 陆晨茜 阅读(177) 评论(0) 推荐(0)