前言 最近在研究模拟登录的各种方法, 主要想要实现的两个功能是: 1.点击按钮可以直接跳转并登录到某一个系统中。 2.抓取某一个系统中某一个页面中的特定数据。 为此在网上查了许多的资料,首先了解到自身对http协议基础知识的欠缺,初步了解后,明白想要实现模拟登录首先要学会抓包这一项基本的技能,关于抓 ...
Vpeak to peak is defined as the voltage measured between the maximum Positive and Negative Amplitudes on the sine wave. The Vrms is defined as square ...
分类:
其他好文 时间:
2017-08-20 10:00:44
阅读次数:
281
P1339 [USACO09OCT]热浪Heat Wave 题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are n ...
分类:
其他好文 时间:
2017-08-19 17:07:15
阅读次数:
201
原创 2017-08-14 马超 DeveloperPython 扯淡 首先说明下,这篇文章篇幅过长并且大部分是链接,因此非常适合在电脑端打开访问。 本文内容摘自 Github 上有名的 Awesome Python。这是由 vinta 在 14 年发起并持续维护的一个项目。 Awesome Pyt ...
分类:
编程语言 时间:
2017-08-14 13:25:50
阅读次数:
1639
题目描述 The good folks in Texas are having a heatwave this summer. Their Texas Longhorn cows make for good eating but are not so adept at creating creamy ...
分类:
其他好文 时间:
2017-08-13 16:29:17
阅读次数:
156
这周结束翻译课。下周口语(商务场景) 1it was the desire to be scholarly that brought about a wave of latin terms which appeared in the 16th century when the humanist mo ...
分类:
其他好文 时间:
2017-08-08 09:24:21
阅读次数:
178
FIR滤波器,即有限脉冲响应滤波器,指单位脉冲响应h(n)是有限长的。滤波器的输出y(n)可表示为输入序列x(n)与单位脉冲响应h(n) 的线性卷积。通过公式可以看出,每一个滤波器的输出需要M个乘法器和M- 1个加法器,由于滤波器的 系数h(n)具有对称性,这样又可以减少一部分的运算量。 ...
分类:
其他好文 时间:
2017-08-01 11:04:39
阅读次数:
251
题意:给定一个图,问你只能向上向下,或者平着走,有多少种方法可以走到最后一个格。 析:首先先考虑,如果没有平的情况就是calelan数了,现在有平的情况,那么就枚举呗,因为数很大,所以要用高精度。 答案应该是sum(C(n, 2*i)*C(n, i)/(i+1)) = a1 + a2 + a3 + ...
分类:
其他好文 时间:
2017-08-01 00:50:49
阅读次数:
147
Given an unsorted array of integers, sort the array into a wave like array. An array arr[0...n-1] is sorted in wave form if arr[0] >= arr[1] <= arr[2] ...
分类:
其他好文 时间:
2017-07-20 10:27:14
阅读次数:
200
近期有幸接触到通讯这一领域,此文专门用于整理记录。 首先是光纤与光缆 光纤(OpticalFiber,OF)是用来导光的透明介质纤维,一根有用化的光纤是由多层透明介质构成,一般能够分为三部分:折射率较高的纤芯、折射率较低的包层和外面的涂覆层,纤芯材质主要为SiO2 光纤的分类: 1)按工作波长分:短 ...
分类:
其他好文 时间:
2017-07-19 12:05:58
阅读次数:
218