输入一段文章,输出最高频与次高频的单词(全部小写,逗号分隔)。文章中仅出现空格,逗号和句号这三种分隔符。
不考虑频率一致的情况。忽略大小写。
输入:I am a student.I come from XiDian,I love XiDian.
输出:i,xidian
#include
#include
#include
#include
using n...
分类:
其他好文 时间:
2015-01-06 00:54:14
阅读次数:
233
spring3不支持quartz2 1.业务调度的类(就是你想要做的事情的逻辑部门)
public?class?QuartzTest?{
public?void??quartzTest(){
System.out.println("I?Love?You,?zhuzhu");
}
}
2.写一个job
p...
分类:
其他好文 时间:
2015-01-05 23:31:31
阅读次数:
301
ssdt随便一个函数入口改90就蓝了-------------------------------------------------program Project2;uses Windows;(*原作者:不详。据说是逆的smss的代码。翻译:http://www.138soft.com,love....
Daytime running light are LEDs in chrome bezels. Some people love them while others dislike them.TheDaytime Running Lightsare controlled by the smart ...
分类:
其他好文 时间:
2015-01-05 14:52:37
阅读次数:
150
输入一段文章,输出最高频与次高频的单词(全部小写,逗号分隔)。文章中仅出现空格,逗号和句号这三种分隔符。
不考虑频率一致的情况。忽略大小写。
输入:I am a student.I come from XiDian,I love XiDian.
输出:i,xidian
#include
#include
#include
using namespace std...
分类:
其他好文 时间:
2015-01-05 09:34:41
阅读次数:
255
鸟哥自由软件整合应用研究室 Love U ^^ Linux常用网络命令介绍最近升级日期:2006/08/02Linux 的网络功能相当的强悍,一时之间我们也无法完全的介绍所有的网络命令, 这个章节主要的目的在介绍一些常见的网络命令而已。至于每个命令的详细用途将在后续服务器架设时, 依照命令的...
分类:
系统相关 时间:
2015-01-04 23:01:12
阅读次数:
412
这样表白,会不会心动?这样表白,会不会心动? 表白可是一种语言艺术,说得不好,妹子撒腿就跑。要是说的妙,那可是妹子怀里抱,今天就教大家几招:1.I fall in love with you at first sight.我对你一见钟情。 Fall in love with somebody.爱上某...
分类:
其他好文 时间:
2015-01-03 13:09:57
阅读次数:
132
block 块语法. --- 匿名函数 block可以在函数内部定义匿名函数. blocK -- 实现两个数的最大值.函数:#import #import "Person.h"//1.输出I love iosvoid output() { printf("I love ios...
分类:
其他好文 时间:
2014-12-31 12:49:06
阅读次数:
186
1013 - Love CalculatorYes, you are developing a'Love calculator'. The software would be quite complex such that nobody could crack the exact behavior ...
分类:
其他好文 时间:
2014-12-30 00:29:54
阅读次数:
206
typedef void(*CallbackFun)(int);?? //void类型的函数指针?? void printLove(int len)??????? //自己的实现函数要和函数指针形式相一致?? {? ??? cout<<"Love u -"<<len<<endl;? }? ? void...
分类:
其他好文 时间:
2014-12-29 12:24:38
阅读次数:
108