2020年11月30日

实验四

摘要: 学 号 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 吕东华 年级 18 区队 三 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年  阅读全文

posted @ 2020-11-30 15:00 KB0824 阅读(95) 评论(0) 推荐(0) 编辑

2020年11月16日

实验三

摘要: 学 号 201821430038 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 吕东华 年级 18 区队 三 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 阅读全文

posted @ 2020-11-16 17:14 KB0824 阅读(84) 评论(0) 推荐(0) 编辑

实验二

摘要: 恢复内容开始 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 吕东华 年级 2018级 区队 三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016— 阅读全文

posted @ 2020-11-16 07:47 KB0824 阅读(63) 评论(0) 推荐(0) 编辑

2020年11月2日

实验一

摘要: 学 号 201821430038 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 吕东华 年级 18 区队 三区 指导教师 高见 问题一: 用百度或google搜索www.ppsuc 阅读全文

posted @ 2020-11-02 08:40 KB0824 阅读(153) 评论(0) 推荐(0) 编辑

2019年6月6日

6

摘要: #include <stdio.h> #include <string.h> #include <windows.h> #include <stdlib.h> int average(int a,int b,int c) { int av; av=(a+b+c)/3; return av; } in 阅读全文

posted @ 2019-06-06 14:15 KB0824 阅读(115) 评论(0) 推荐(0) 编辑

5

摘要: #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(in 阅读全文

posted @ 2019-06-06 13:58 KB0824 阅读(101) 评论(0) 推荐(0) 编辑

2019年5月23日

4

摘要: #include <stdio.h> int main() { int a[10]; int i,j,k; printf("请输入十个数:\n"); for(i=0;i<10;i++) scanf("%d",&a[i]); for(j=0;j<9;j++) for(i=0;i<9;i++) if(a 阅读全文

posted @ 2019-05-23 14:42 KB0824 阅读(113) 评论(0) 推荐(0) 编辑

2019年5月9日

3

摘要: #include <stdio.h> int main() { int i; int s=0; for(i=22;i<=1002;i=i+20) { s=s+i; } printf("%ld\n",s); return 0;} #include <stdio.h> void main() { int 阅读全文

posted @ 2019-05-09 15:02 KB0824 阅读(120) 评论(0) 推荐(0) 编辑

2019年4月25日

shiyan2

摘要: #include <stdio.h> int main() { char a,b,c,d,e; printf("请输入五个字符:\n"); a=getchar(); b=getchar(); c=getchar(); d=getchar(); e=getchar(); putchar(a); put 阅读全文

posted @ 2019-04-25 16:22 KB0824 阅读(265) 评论(0) 推荐(0) 编辑

2019年4月11日

实验1

摘要: #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= 阅读全文

posted @ 2019-04-11 14:28 KB0824 阅读(88) 评论(0) 推荐(0) 编辑

导航