leetcode 上的 bash 程序leetcode 上的 bash 程序Table of ContentsTenth LineTranspose FileValid Phone NumbersWord Frequency注: 以下程序大部份从 leetcode 的讨论上看来的...Tenth L...
分类:
其他好文 时间:
2015-04-20 20:42:45
阅读次数:
131
tr命令可以用来做简单的字符替换与删除,常用的有-d, -s选项。它的替换与删除是按单个字符来的假设有以下文本:Read from the file words.txt and output the word frequency list to stdout.USE CASE 1:将文本全部转化为大...
分类:
其他好文 时间:
2015-04-17 15:23:48
阅读次数:
159
m2a-vm超频的方法此帖对"华硕超频俱乐部"的评论要超频的话,bios要进行相应的设置,1、jumperfree选项下 cpu multiplier 改cpu的倍频 cpu frequency 改cpu的外频 这两个最好自己计算一下,别让自己的总线频率超1000太多了,当然也别低了。要不超频没意义...
分类:
其他好文 时间:
2015-04-13 01:37:32
阅读次数:
195
Python使用Pygame.mixer播放音乐frequency这里是调频率...播放网络中的音频:#!/usr/bin/env python# -*- coding: utf-8 -*-#Author:Teaimport pygameimport urllib2import timepygame...
分类:
编程语言 时间:
2015-04-10 17:43:54
阅读次数:
350
Write a bash script to calculate the frequency of each word in a text filewords.txt.For simplicity sake, you may assume:words.txtcontains only lowerca...
分类:
其他好文 时间:
2015-04-03 13:00:46
阅读次数:
174
在文本分类中,用于特征选择的统计量主要有这些:特征频度(term frequency,tf)原理是:低频的往往对分类影响不大,从而可以被排除掉。同时,不是所以高频都是影响大的,比如在文本中分布均匀的高频的贡献是不大的。应用: 主要用在文本标引时直接删除某些低频特征 2. 文本频度(documen.....
分类:
其他好文 时间:
2015-03-20 12:36:57
阅读次数:
148
In order to crack “Vigenere Cipher” under the circumstance that the key length can be only 3, 4 or 5, I used frequency analysis to find possible keys and compared the Euclidean distance of all c...
分类:
其他好文 时间:
2015-02-17 23:52:05
阅读次数:
416
Very high frequency (VHF)(甚高频)
是指频带由30 MHz 到 300 MHz的无线电电波。VHF多数是用作电台及电视台广播,同时又是航空和航海的沟通频道。
特高频Ultra High Frequency(UHF)是指频率为300~3000MHz,波长在1m~1dm的无线电波。这个频段的无线电波常用于广播电视领域。我国广播电视在这个频段使用470到806MHz。...
分类:
其他好文 时间:
2015-02-11 00:36:48
阅读次数:
217
一.无线传输的干扰因素:
多径干扰;障碍物;电磁干扰。
二.RFID(Radio Frequency Identification)即射频识别。
RFID标签有三种:半无源电子标签(Semi_passive tag),有源标签(Active tag)和无源标签(Passive tag)。RFID标签可作为条形码的无线版本,具有条形码所不具备的防水,防磁,耐高温,读取距离大,数据加密,存储信...
分类:
其他好文 时间:
2015-01-29 16:06:19
阅读次数:
209
extends:http://blog.csdn.net/trbbadboy/article/details/7865530是一个直接播放麦克风采集到的声音线程类: class RecordThread extends Thread{ static final int frequency...
分类:
移动开发 时间:
2015-01-26 22:29:18
阅读次数:
667