2020年11月30日

摘要: 学 号201821430037 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 刘宇博 年级 2018级 区队 3区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务 阅读全文
posted @ 2020-11-30 22:41 liuyubo58 阅读(87) 评论(0) 推荐(0)

2020年11月18日

摘要: 学 号:201821430037 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 刘宇博 年级 2018级 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实 阅读全文
posted @ 2020-11-18 21:06 liuyubo58 阅读(51) 评论(0) 推荐(0)
摘要: #include "stdafx.h" #include <stdio.h> int main(int argc, char* argv[]) { char a,b,c,d,e; scanf("%c%c%c%c%c",&a,&b,&c,&d,&e); putchar(a); putchar(b); 阅读全文
posted @ 2020-11-18 19:03 liuyubo58 阅读(71) 评论(0) 推荐(0)

2020年11月2日

摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 刘宇博 年级 2018级 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017  阅读全文
posted @ 2020-11-02 10:27 liuyubo58 阅读(34) 评论(0) 推荐(0)

2020年10月19日

摘要: 学 号 201821430037 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 刘宇博 年级 2018级 区队 网安三区 指导老师 高见 信息技术与网络安全学院 2017年7月7日 阅读全文
posted @ 2020-10-19 10:38 liuyubo58 阅读(108) 评论(0) 推荐(0)

2019年6月6日

摘要: #include <stdio.h> #include <math.h> int main(int argc, char* argv[]) { int a[5][3],i,j,k; int average(int &a,int &b,int &c); for(i=0;i<5;i++) { for(j 阅读全文
posted @ 2019-06-06 15:54 liuyubo58 阅读(80) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <math.h> int main(int argc, char* argv[]) { int add(int a,int b); int minus(int a,int b); int multip(int a,int b); int quo 阅读全文
posted @ 2019-06-06 15:13 liuyubo58 阅读(112) 评论(0) 推荐(0)

2019年5月23日

摘要: #include <stdio.h> #include<math.h> int main(int argc, char* argv[]) { int a[10],i,j,m; printf("请输入10个数字"); for(i=0;i<=9;i++) { scanf("%d",&a[i]); } f 阅读全文
posted @ 2019-05-23 15:54 liuyubo58 阅读(80) 评论(0) 推荐(0)

2019年5月9日

摘要: #include "stdafx.h" #include "stdio.h" int main(int argc, char* argv[]) { long int i,a=0; for(i=22;i<=1002;i=i+20) { a=i+a; } printf("%d",a); return 0 阅读全文
posted @ 2019-05-09 15:33 liuyubo58 阅读(168) 评论(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;} 2、 #include<stdio.h>int main(){ char c1,c2; 阅读全文
posted @ 2019-04-11 14:39 liuyubo58 阅读(94) 评论(0) 推荐(0)

导航