摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 赵桐 年级 2018级 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 阅读全文
posted @ 2020-12-03 18:02 赵桐 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 赵桐 年级 2018级 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 阅读全文
posted @ 2020-11-23 18:56 赵桐 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 赵桐 年级 2018级 区队 三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2020—2021 学年  阅读全文
posted @ 2020-11-12 15:57 赵桐 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 学 号201821430040 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 赵桐 年级 2018级 区队 网安三区队 指导教师 高见 信息技术与网络安全学院 2020年10月19 阅读全文
posted @ 2020-10-19 16:41 赵桐 阅读(100) 评论(0) 推荐(0) 编辑
摘要: #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;}int avera 阅读全文
posted @ 2019-06-06 14:17 赵桐 阅读(108) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> int add( int x,int y) { int n; n=x+y; return n; } int minus( int x,int y) { int n; n=x-y; return n; } int multip( int x,int y) { in 阅读全文
posted @ 2019-06-06 13:59 赵桐 阅读(91) 评论(0) 推荐(0) 编辑
摘要: #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[i] 阅读全文
posted @ 2019-05-23 14:47 赵桐 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-05-09 15:22 赵桐 阅读(144) 评论(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); p 阅读全文
posted @ 2019-04-25 15:43 赵桐 阅读(126) 评论(0) 推荐(0) 编辑
摘要: #include "stdafx.h" #include <stdio.h> int main(int argc, char* argv[]) {int a,b,sum; a=123; b=456; sum=a+b; printf("sum = %d",sum); return 0; } #incl 阅读全文
posted @ 2019-04-11 15:14 赵桐 阅读(60) 评论(0) 推荐(0) 编辑