重构的实践中。。。。...
分类:
其他 时间:
2015-01-30 22:41:57
收藏:
0 评论:
0 赞:
0 阅读:
300
题目链接:3Sum Closest
Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. You may assume that each input...
分类:
其他 时间:
2015-01-30 22:41:47
收藏:
0 评论:
0 赞:
0 阅读:
274
题目: 七夕节Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4249 Accepted Submission(s): 1499 Problem Description七夕节那天,月老来到数字王国,他在城门上贴了一张告示,并且和数字...
分类:
其他 时间:
2015-01-30 22:41:37
收藏:
0 评论:
0 赞:
0 阅读:
722
/*
2 编写一个业务函数,实现按行读取文件。把内容按照第三种内存模型打包数据传出,把行数通过函数参数传出。
函数原型有两个,任意选择其一
要求1:请自己任意选择一个接口(函数),并实现功能;70分
要求2:编写测试用例。30分
要求3:自己编写内存释放函数
*/
/*
2 编写一个业务函数,实现按行读取文件。把内容按照第三种内存模型打包数据传出,把行数通...
分类:
其他 时间:
2015-01-30 22:41:27
收藏:
0 评论:
0 赞:
0 阅读:
343
TokuMX2.0号称比MongoDB快50倍,同时完全兼容MongoDB 2.4的驱动。今天现在自己的开发机器上安装体验一下。首先下载,由于我是Ubuntu 14.10,目前还没有支持package安装方式,所以下载了压缩包,解压后放在/opt/tokumx-2.0.0-linux-x86_64之后,参考官方文档,添加链接:
$ ln -snf /opt/tokumx-2.0.0-linux-x...
分类:
其他 时间:
2015-01-30 22:41:17
收藏:
0 评论:
0 赞:
0 阅读:
359
题目链接:Letter Combinations of a Phone
Number
Given a digit string, return all possible letter combinations that the number could represent.
A mapping of digit to letters (just like on the telephone...
分类:
其他 时间:
2015-01-30 22:41:07
收藏:
0 评论:
0 赞:
0 阅读:
342
题目链接:4Sum
Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array which gives the sum of target.
Note:
...
分类:
其他 时间:
2015-01-30 22:40:57
收藏:
0 评论:
0 赞:
0 阅读:
374
今天终于把万恶的期末考试给考完了!想想考的都是专业课,原本以为肯定会复习地很开心。因为不用像以前一样只是考试前一周什么都不会,然后考前疯狂地看书刷题,考完之后瞬间遗忘。不过事实证明...为了考试看书还是非常痛苦...即使是喜欢的算法,C++,操作系统....不过幸好已经考完啦!接下来为期四周的寒假又不用为考试而学习了!
大三上这一个学期接触的主要的东西依旧还是底层的系统和算法吧。在开学的第一个月...
分类:
其他 时间:
2015-01-30 22:40:47
收藏:
0 评论:
0 赞:
0 阅读:
393
学习javascript中有提到构建自己的javascript库,比如jQuery,这些库中包含自己常用的方便的小函数,这些函数可以让自己的代码更加清晰易懂,而且当别人调用时也很容易理解,当然编写库时需要注意一些问题,比如大小写、括号引号、换行等,这些为jQuery学习提供了一些基础,jQuery的学习主要通过几个实例来了解jQuery的应用,通过查看API运用特定方法实现自己的效果,它让网页动了...
分类:
Web开发 时间:
2015-01-30 22:40:37
收藏:
0 评论:
0 赞:
0 阅读:
343
0-1背包问题描述:
已知:小偷在店里偷东西,小偷只带了一个最大承重为W的背包,商店里有N件商品,第i件商品的重量是weight[i],价钱是value[i]。
限制:每种商品只有一件,可以选择拿或者不拿,不能分割,不能只拿一件商品的一部分(所以叫做0-1,0即不拿,1则整个拿走,且一种商品有且只有一件可供拿走)
问题:在不超过背包最大承重的情况下,最多能拿走多少钱的商品...
分类:
编程语言 时间:
2015-01-30 22:40:27
收藏:
0 评论:
0 赞:
0 阅读:
399
题目链接:Remove Nth Node From End of List
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing ...
分类:
其他 时间:
2015-01-30 22:40:17
收藏:
0 评论:
0 赞:
0 阅读:
328
题目链接:Valid Parentheses
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
The brackets must close in the correct order, "()" and "...
分类:
其他 时间:
2015-01-30 22:40:07
收藏:
0 评论:
0 赞:
0 阅读:
256
UItableViewCell选中时的颜色及tableviewCell的select和deselect cell点击后再跳回当前页面cell的默认点击状态应该取消 pop返回或者push返回viewController时,cell自动取消选中状态...
分类:
其他 时间:
2015-01-30 22:39:57
收藏:
0 评论:
0 赞:
0 阅读:
493
...
分类:
其他 时间:
2015-01-30 22:39:47
收藏:
0 评论:
0 赞:
0 阅读:
335
db.properties
jdbc.user=root
jdbc.password=admin
jdbc.driverClass=com.mysql.jdbc.Driver
jdbc.jdbcUrl=jdbc\:mysql\:///spring4
jdbc.initialPoolSize=5
jdbc.maxPoolSize=10
Sprin...
分类:
数据库技术 时间:
2015-01-30 22:39:37
收藏:
0 评论:
0 赞:
0 阅读:
847
这里布局和mainfest的定义省了,直接看样例
package com.example.message2;
import android.app.Activity;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.view.View.OnClickLis...
分类:
其他 时间:
2015-01-30 22:39:27
收藏:
0 评论:
0 赞:
0 阅读:
276
“多源最短路径”——计算任意两个城市之间的最短路径。
上图中有4个城市8条公路,公路上的数字表示这条公路的长短。公路是单向的。我们现在需要求任意两个城市之间的最短路径,也就是求任意两个点之间的最短路径。这个问题称为“多源最短路径”问题。
用4*4的矩阵存储图的信息,二维数组e存储。
之前通过dfs和bfs可以求出两点之间的最短路径。所以进行n^2遍深度或者广度优先...
分类:
编程语言 时间:
2015-01-30 22:39:17
收藏:
0 评论:
0 赞:
0 阅读:
404
Connect
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 1148
Accepted: 375
Description
Figure 1
Figure 2
Figure 3a
Figure 3b
Figure...
分类:
其他 时间:
2015-01-30 22:39:07
收藏:
0 评论:
0 赞:
0 阅读:
332
package com.example.looper;
import android.app.Activity;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.view.View;
import and...
分类:
其他 时间:
2015-01-30 22:38:47
收藏:
0 评论:
0 赞:
0 阅读:
322
多边形的组成条件是最长边不能占边长总和的一半,将木棒想象成圆多砍一刀,然后是简单概率.
Polygon
Time Limit: 1000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
...
分类:
其他 时间:
2015-01-30 22:38:27
收藏:
0 评论:
0 赞:
0 阅读:
284