摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 赵力广 年级 2018级 区队 三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 阅读全文
posted @ 2020-12-01 21:29 LiGuang--3467 阅读(192) 评论(0) 推荐(0)
摘要: 学 号:201821430009 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 赵力广 年级 2018级 区队 三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任 阅读全文
posted @ 2020-11-30 18:19 LiGuang--3467 阅读(53) 评论(0) 推荐(0)
摘要: 学 号 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 赵力广 年级 2018 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—201 阅读全文
posted @ 2020-11-16 12:25 LiGuang--3467 阅读(66) 评论(0) 推荐(0)
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 赵力广 年级 2018级 区队 网络安全与执法三区队 指导教师 高见老师 信息技术与网络安全学院 2017年7月7日 实验任务总纲 2 阅读全文
posted @ 2020-11-02 08:35 LiGuang--3467 阅读(56) 评论(0) 推荐(0)
摘要: #include <stdio.h>int main(){ int a[10]; int i,j,t; for(i=0;i<10;i++) scanf("%d",&a[i]); for(j=0;j<9;j++) for(i=0;i<9-j;i++) if(a[i]>a[i+1]){ t=a[i];a 阅读全文
posted @ 2019-05-23 15:29 LiGuang--3467 阅读(71) 评论(0) 推荐(0)
摘要: #include <stdio.h>int main(){ int s=0,b; for(b=22;b<=1002;b+=20){ s=b+s; } printf("%d\n",s); return 0;} #include <stdio.h>#include <math.h>int main(){ 阅读全文
posted @ 2019-05-09 15:41 LiGuang--3467 阅读(150) 评论(0) 推荐(0)
摘要: #include<stdio.h> int main() { char a,b,c,d,e; putchar(getchar(a)); putchar(getchar(b)); putchar(getchar(c)); putchar(getchar(d)); putchar(getchar(e)) 阅读全文
posted @ 2019-04-25 16:10 LiGuang--3467 阅读(113) 评论(0) 推荐(0)
摘要: 实验一 1.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;} 1.2.1 #include<stdio.h>int main 阅读全文
posted @ 2019-04-11 15:00 LiGuang--3467 阅读(51) 评论(0) 推荐(0)
摘要: #include "stdlib.h"#include "stdio.h"#include "time.h" int main(int argc, char* argv[]){ int i; char c,gu; srand((unsigned)time(NULL)); c=6; gu=rand() 阅读全文
posted @ 2019-03-27 21:40 LiGuang--3467 阅读(60) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-03-07 12:37 LiGuang--3467 阅读(384) 评论(0) 推荐(0)