姓名:王宁 学号:2017 7097 码云仓库:https://gitee.com/q2276144530/word_frequency/tree/SE7097 程序分析 1. 读取文件到缓冲区 2.处理缓冲区 bvffer代码,统计每个单词的频率,存放在字典word_freq 3.设置输出函数,输 ...
分类:
其他好文 时间:
2019-03-27 21:11:29
阅读次数:
211
DDoS deflate介绍 DDoS deflate是一款免费的用来防御和减轻DDoS攻击的脚本。它通过netstat监测跟踪创建大量网络连接的IP地址,在检测到某个结点超过预设的限 制时,该程序会通过APF或IPTABLES禁止或阻挡这些IP. DDoS deflate官方网站:http://d ...
分类:
系统相关 时间:
2019-03-20 18:54:40
阅读次数:
206
private void Time(int i) { Stopwatch sw = new Stopwatch(); sw.Start(); Thread.Sleep(i); sw.Stop(); Console.WriteLine(sw.ElapsedTicks / (decimal)Stopwa... ...
SOJ 1162: I-Keyboard http://acm.scu.edu.cn/soj/problem.action?id=1162 Given a string $S$ with length $L$ in which each character has a frequency $F[i] ...
分类:
其他好文 时间:
2019-03-11 09:16:20
阅读次数:
162
一、分数表 备注: 二、千帆竞发图 需要注意的是,这个千帆竞发图里的分数是简单累加,而不是按照实际权重加起来得到的,所以会有超过100分的情况。 总体来说,大家在整个学期的表现都十分稳定,除了中途退课的两位同学,没有哪位同学是和大部队脱节的,点赞! 三、总结 学生整体水平的变化 课程开始前就已经很强 ...
分类:
其他好文 时间:
2019-02-19 16:30:25
阅读次数:
266
Given a string containing only alpha numerals (0 9, A Z and a z) you have to count the frequency (the number of times the character is present) of all ...
分类:
其他好文 时间:
2019-02-12 18:45:36
阅读次数:
236
基本概念 转自:https://blog.csdn.net/zkyfcx/article/details/79998197 索引(Index) ES将数据存储于一个或多个索引中,索引是具有类似特性的文档的集合。类比传统的关系型数据库领域来说,索引相当于SQL中的一个数据库,或者一个数据存储方案(sc ...
分类:
其他好文 时间:
2019-02-08 21:33:30
阅读次数:
212
layout: post title: 训练指南 网络流题集 author: "luowentaoaa" catalog: true mathjax: true tags: 网络流 图论 训练指南 A.UVA 11248 (最大流,最小割) "UVA 11248 Frequency Hopping" ...
分类:
其他好文 时间:
2019-02-06 18:26:49
阅读次数:
197
由于国内资料很少,所以有些冲动将PhysX原教程给翻译了,今天只做了一部分希望大家能够认同 Lesson 1-1 – 主要形状 介绍 In this lesson, you will create an instance of the SDK, create a scene, create four ...
分类:
其他好文 时间:
2019-02-01 14:22:08
阅读次数:
126
https://leetcode.com/problems/sort-characters-by-frequency/ Given a string, sort it in decreasing order based on the frequency of characters. Example ...
分类:
其他好文 时间:
2019-01-30 20:53:43
阅读次数:
199