2020年12月7日

摘要: (转)Lucene倒排索引工作原理 原文地址:http://blog.csdn.net/chichengit/article/details/9235157 1.简介 倒排索引源于实际应用中需要根据属性的值来查找记录。这种索引表中的每一项都包括一个属性值和具有该属性值的各记录的地址。由于不是由记录来 阅读全文
posted @ 2020-12-07 20:43 201821440027 阅读(207) 评论(0) 推荐(0) 编辑

2020年12月3日

摘要: 学号:201821440027 本实验由我自己电脑配合虚拟机完成 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验四 恶意代码技术 学生姓名 王垚森 年级 2018 区队 网安四区 指导教师 高见 信息技术与网络安全 阅读全文
posted @ 2020-12-03 22:11 201821440027 阅读(58) 评论(0) 推荐(0) 编辑

2020年11月22日

摘要: 实验报告 三 学 号 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验三 密码破解技术 学生姓名 王垚森 年级 2018 区队 网安四区 指导教师 高见 信息技术与网络安全学院 2020年11月19日 实验任务总纲 阅读全文
posted @ 2020-11-22 00:45 201821440027 阅读(153) 评论(0) 推荐(0) 编辑

2020年11月9日

摘要: 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验二 网络嗅探与欺骗 学生姓名 王垚森 年级 2018 区队 网四 指导教师 高见 信息技术与网络安全学院 2020年11月5日 实验任务总纲 2020-2021 学年  阅读全文
posted @ 2020-11-09 19:57 201821440027 阅读(153) 评论(0) 推荐(0) 编辑

2020年10月27日

摘要: 2020.10.22网络对抗 实验一 201821440027 中国人民公安大学 Chinese people’ public security university 网络对抗技术 实验报告 实验一 网络侦查与网络扫描 学生姓名 王垚森 年级 2018级 区队 网安四区 指导教师 高见 信息技术与网 阅读全文
posted @ 2020-10-27 22:25 201821440027 阅读(89) 评论(0) 推荐(0) 编辑

2019年11月10日

摘要: #include <stdio.h>#include <stdlib.h> #define ERROR 0#define OK 1 typedef struct Vector { int size, length; int *data;} Vector; void init(Vector *vect 阅读全文
posted @ 2019-11-10 21:58 201821440027 阅读(211) 评论(0) 推荐(0) 编辑

2019年5月25日

摘要: 五名同学三门课成绩函数表示 #include<stdio.h> int average(int a,int b,int c){ int d = 0; d = (a+b+c)/3; return d; } int main(){ int a[5][3]; int i,j; for(i = 0;i < 阅读全文
posted @ 2019-05-25 09:51 201821440027 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1 和,差,商,积#include 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(int a,int b) {return (a/b... 阅读全文
posted @ 2019-05-25 09:44 201821440027 阅读(124) 评论(0) 推荐(0) 编辑
摘要: #include int main() { int a[10]; int i,j,t; for(i=0;ia[i+1]) {t=a[i];a[i]=a[i+1];a[i+1]=t;} printf("\n"); for(i=0;i int ma... 阅读全文
posted @ 2019-05-25 09:22 201821440027 阅读(116) 评论(0) 推荐(0) 编辑

2019年5月6日

摘要: 1 2 3 阅读全文
posted @ 2019-05-06 15:30 201821440027 阅读(99) 评论(0) 推荐(0) 编辑

导航