码迷,mamicode.com
首页 > 其他好文
[LeetCode] Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.注意写出鲁棒性的代...
分类:其他好文   时间:2014-11-27 23:30:28    阅读次数:202
LeetCode: Text Justification 解题报告
Text JustificationGiven an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) j...
分类:其他好文   时间:2014-11-27 23:29:28    阅读次数:352
UVA 11754 Code Feat (枚举,中国剩余定理)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudCCode FeatThe government hackers at CTU (Counter-Terrorist Unit) have learned some things about the co...
分类:其他好文   时间:2014-11-27 23:30:24    阅读次数:401
KVC
如何使用KVC存取对象属性呢?看个示例1、使用KVC定义一个Student类,继承于NSObject。.h文件#import @interface Student : NSObject{ NSString *name;}@end.m文件#import "Student.h"@implement...
分类:其他好文   时间:2014-11-27 23:30:59    阅读次数:354
hdu 4005 The war
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4005In the war, the intelligence about the enemy is very important. Now, our troop has mastered the sit...
分类:其他好文   时间:2014-11-27 23:29:03    阅读次数:305
perl学习一:探索Perl世界
1.perl4种变量scalar: $ 纯变量,标量array: @hash: %file: 大写2.变量组成1.命名规则 大小写敏感 、 字母数字下划线。。。2.无关键字,$+其他,但不可以与内置变量冲突。3.命名长度无限。3.纯变量中:整型、浮点型、字符、字符串、 整数变量 1.可...
分类:其他好文   时间:2014-11-27 23:28:21    阅读次数:287
【原创】MapReduce计数器
MapReduce框架内置了一些计数器的支持,当然,我们也可以设置自己的计数器用来满足一些特殊的要求。其实计数器可以用来完成很多事,关键要看你如何用,例如你想知道map输入数据的指定记录特定的信息有多少可以设置计数,还有,在MR执行过程中,一些特定事件的发生次数也可以记录。使用计数器的莫大好处在于整...
分类:其他好文   时间:2014-11-27 23:29:49    阅读次数:269
LeetCode Reverse Words in a String 将串中的字翻转
1 class Solution { 2 public: 3 void reverseWords(string &s) { 4 string end="",tem=""; 5 char *p=&s[0]; 6 whil...
分类:其他好文   时间:2014-11-27 23:29:45    阅读次数:225
Hello World!
Hello World!
分类:其他好文   时间:2014-11-27 23:29:27    阅读次数:211
Poj 3259 Wormholes
1.Link:http://poj.org/problem?id=32592.Content:WormholesTime Limit:2000MSMemory Limit:65536KTotal Submissions:32078Accepted:11651DescriptionWhile expl...
分类:其他好文   时间:2014-11-27 23:30:02    阅读次数:250
我用dedecms有感
---恢复内容开始---最近接了一个私单,简单的学校网站,注意,我一看上去是感觉很快,仿站,对方说这个东西你三天就能搞定啦,我也这么想的(没经验啊)接下来,我想都没想就用dedecms去做,之前看了韩顺平的dedecms,都了解了多小,我最看中的是采集功能,因为对方说本来是用asp做的,数据库是ac...
分类:其他好文   时间:2014-11-27 23:27:23    阅读次数:209
NO working today. Cause today is Thanks Giving Day
Next monthDecember, I want to learn selenium technic to improve my work. Also, have a bit for Phthon. It can be cool things.May be start my voline ......
分类:其他好文   时间:2014-11-27 23:27:59    阅读次数:204
MBProgressHUDDemo
//// ZBMainViewController.m// MBProgressHUDDemo//// Created by 张先森 on 14/11/27.// Copyright (c) 2014年 zhibin. All rights reserved.//#import "ZBMainVie...
分类:其他好文   时间:2014-11-27 23:26:59    阅读次数:318
列转行
SELECT b.项目,b.[单位],b.[数量/金额] FROM(SELECT ProjectCategory 项目,CAST(COUNT(1) AS VARCHAR(20)) AS 数量,CAST(ISNULL(SUM(InvestAmount),0.0) AS VARCHAR(20)) AS ...
分类:其他好文   时间:2014-11-27 23:26:48    阅读次数:154
【Spark亚太研究院系列丛书】Spark实战高手之路-第2章动手实战Scala第2小节:动手实战Scala面向对象编程(2)
3,动手实战Scala中的抽象类抽象类的定义需要使用abstract关键字:上面的代码定义并实现了抽象方法,需要注意的是我们把直接运行的代码放在了App这个trait的子类中,关于App内部帮助我们实现了main方法并管理了工程师写的代码;下面看一下抽象类中未被初始化的变量的使用:4,动手实战Sca...
分类:其他好文   时间:2014-11-27 23:25:46    阅读次数:188
DLX_e/m
// 精确覆盖#include#include#include#include#include#include#include#include#include#include#include#include#define rep(i,n) for(int i=0;i=a;--i)#define PB...
分类:其他好文   时间:2014-11-27 23:25:44    阅读次数:317
哈夫曼编码(Huffman coding)的那些事,(编码技术介绍和程序实现)
前言 哈夫曼编码(Huffman coding)是一种可变长的前缀码。哈夫曼编码使用的算法是David A. Huffman还是在MIT的学生时提出的,并且在1952年发表了名为《A Method for the Construction of Minimum-Redundancy Codes》的....
分类:其他好文   时间:2014-11-27 23:24:27    阅读次数:448
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!