摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 聂昆鹏 年级 2018级 区队 三区队 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学年 阅读全文
posted @ 2020-11-30 13:54 望天╭(°A°`)╮ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 聂昆鹏 年级 2018级 区队 三区队 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学 阅读全文
posted @ 2020-11-30 07:59 望天╭(°A°`)╮ 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 聂昆鹏 年级 2018级 区队 网安三区 指导教师 高见 信息技术与网络安全学院 2016年11月7日 实验任务总纲 2016—2017 学 阅读全文
posted @ 2020-11-20 08:05 望天╭(°A°`)╮ 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 聂昆鹏 年级 2018级 区队 网络安全与执法三区 指导教师 高见 信息技术与网络安全学院 2017年7月7日 实验任务总纲 2017 阅读全文
posted @ 2020-10-19 10:02 望天╭(°A°`)╮ 阅读(66) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <string.h> #include <windows.h> #include <stdlib.h> int average(int q,int b,int c) { int av; av=(q+b+c)/3; return av; } in 阅读全文
posted @ 2019-06-06 14:51 望天╭(°A°`)╮ 阅读(83) 评论(0) 推荐(0) 编辑
摘要: // 4556.cpp : Defines the entry point for the console application.// #include "stdafx.h"#include<stdio.h>int add(int x,int y){ int a; a=x+y; return a; 阅读全文
posted @ 2019-06-06 12:32 望天╭(°A°`)╮ 阅读(98) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> int main() { int i,p,q,temp; int a[10]; for(i=0;i<10;i++) scanf("%d",&a[i]); for(q=0;q<9;q++) { for(p=0;p<9-q;p++) { if(a[p]<a[p+1]) 阅读全文
posted @ 2019-05-23 14:35 望天╭(°A°`)╮ 阅读(87) 评论(0) 推荐(0) 编辑
摘要: // 888.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <stdio.h> int main(int argc, char* argv[]) {int a,s; 阅读全文
posted @ 2019-05-09 15:08 望天╭(°A°`)╮ 阅读(146) 评论(0) 推荐(0) 编辑
摘要: // 222.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <stdio.h> int main(int argc, char* argv[]) {char a[5 阅读全文
posted @ 2019-04-25 15:53 望天╭(°A°`)╮ 阅读(145) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <math.h> int main() { float a,b,c; float s,area; printf("请输入三角形的三条边:\n"); scanf("%f,%f,%f",&a,&b,&c); if(a+b>c&&b+c>a&&a+c 阅读全文
posted @ 2019-04-25 15:33 望天╭(°A°`)╮ 阅读(143) 评论(0) 推荐(0) 编辑