一个简单的单词翻译的题,我是使用字典序做的;
由于输入的问题 ,,WA,WA,,,
都是泪;#include
#include
#include
using namespace std;
struct node{
int chile[26];
bool qq;
char uu[11];
node()
{
qq=0;...
分类:
其他好文 时间:
2014-07-19 12:08:48
阅读次数:
171
Given a binary tree, flatten it to a linked list in-place.
For example,
Given
1
/ 2 5
/ \ 3 4 6
The flattened tree should look like:
1...
分类:
其他好文 时间:
2014-07-19 11:47:54
阅读次数:
168
Common Subsequence
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 37614
Accepted: 15058
Description
A subsequence of a given sequence is the given seque...
分类:
其他好文 时间:
2014-07-19 11:17:54
阅读次数:
218
crm创建商机,crm计算商机的值,crm更改商机为赢单,crm更改商机为丢单,crm商机生成报价单,crm商机生成销售订单,crm商机生成发票,crm为目标值中指定的实体获取产品的数量小数值,crm检索指定安全主体(用户或团队)对商机拥有的访问权限,crm检索有权访问商机的安全主体(用户或团队)及其对商机所拥有的访问权限,crm移除指定安全主体(用户或团队)对商机拥有的所有访问权限,crm删除商机...
分类:
其他好文 时间:
2014-07-19 11:47:54
阅读次数:
243
gpg(gnupg)工具使用非常广泛,在前面一篇文章中就详细介绍:http://blog.csdn.net/dongtingzhizi/article/details/26362205,有一个问题值得关注,那就是使用GPG私钥时需要输入密码,如果只使用一次倒好说,只需要输入一次密码就好,但是如果需要批量使用,那就麻烦了!例如,最近的工作中,创建debian软件仓库需要使用gpg对deb包进行签名,...
分类:
其他好文 时间:
2014-07-19 12:03:19
阅读次数:
310
POJ 1125 Stockbroker Grapevine (动规)...
分类:
其他好文 时间:
2014-07-19 11:18:53
阅读次数:
160
Longest Ordered Subsequence
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 32192
Accepted: 14093
Description
A numeric sequence of ai is ordered if a1 a...
分类:
其他好文 时间:
2014-07-19 11:47:53
阅读次数:
169
站在巨人的肩膀上看世界,借用百度数据,构建自己的程序...
分类:
其他好文 时间:
2014-07-19 11:35:53
阅读次数:
175
1、RemoteSolrException: Expected mime type application/octet-stream but got text/html
现象:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) log...
分类:
其他好文 时间:
2014-07-19 12:07:08
阅读次数:
267
Dash是mac上的一款查看API的工具,里面可以直接下载大部分的API文档,但是有时候我们如果想把自己手里已有的文档也集成到Dash中,就需要我们自己动手了...
分类:
其他好文 时间:
2014-07-19 11:35:53
阅读次数:
299
Power of Fibonacci
Time Limit: 5 Seconds Memory Limit: 65536 KB
In mathematics, Fibonacci numbers or Fibonacci series or Fibonacci sequence are the numbers of the following integer sequence...
分类:
其他好文 时间:
2014-07-19 11:48:45
阅读次数:
239
Using cron seems
to add another entry point into your application, while Quartz would
integrate into it. So you would be forced to deal with some inter-process communication if you wanted to pass...
分类:
其他好文 时间:
2014-07-19 11:11:44
阅读次数:
373
角色控制器
在unity中,已经帮我们实现的上下左右跳等动作,并将他们封装成了角色控制器。角色控制器保存在unity标准资源包中,可以说是非常的强大。可以模拟第一或者第三人称视角。不受刚体的限制,非常适用于表现游戏中的主角运动。首先还是导入标准资源包。在project视图中点击右键,选择import package——character controller
第一人称
第一人称好...
分类:
其他好文 时间:
2014-07-19 11:26:44
阅读次数:
179
Description
Black Box
Our Black Box represents a primitive database. It can save an integer array and has a special
i variable. At the initial moment Black Box is empty and...
分类:
其他好文 时间:
2014-07-19 12:06:45
阅读次数:
199
最大概率分词是一种最基本的统计方法分词。一个待分割的字符串有多种分词结果,最大概率分词的原则是将其中概率最大的那个作为该字符串的分词结果。
第一部分 理论基础
如对一个字符串:
S:有意见分歧
分词结果1: w1:有/ 意见/ 分歧/
分词结果2: w2:有意/ 见/ 分歧/
最大概率分...
分类:
其他好文 时间:
2014-07-19 11:22:44
阅读次数:
161