码迷,mamicode.com
首页 > 2014年11月16日 > 全部分享
Leetcode-Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear only once and return the new length.Do not allocate extra space for...
分类:其他好文   时间:2014-11-16 08:11:04    阅读次数:178
Out of Hay(poj2395)(并查集)
Out of Hay Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 11580   Accepted: 4515 Description The cows have run out of hay, a horrible event that must be rem...
分类:其他好文   时间:2014-11-16 07:12:04    阅读次数:164
Node.js入门教程——如何实现文件上传功能
作者:zhanhailiang 日期:2014-11-16 本文将介绍如何使用Node.js实现文件上传功能。 1. 初始化项目信息:npm init [root@~/wade/nodejs/nodejs-upload-image-demo]# npm init This utility will walk you through creating a package.json fi...
分类:Web程序   时间:2014-11-16 07:11:03    阅读次数:301
MongoDB(一)——简单介绍
这两天简单学习了一下MongoDB数据库,属于NoSQL类型数据库的一种,先简单宏观的看一下NoSQL的相关知识和MongoDB的基础知识。          NoSQL是Not Only SQL的缩写,它指的是非关系型数据库,即有别于Oracle,mysql,sqlserver等常用的关系型数据库。它是以key-value形式存在,即我们熟悉的JSON数据形式。         发展:NoSQL...
分类:数据库   时间:2014-11-16 07:10:06    阅读次数:161
gson终结者—使用gson工具解析json字符串
昨天加了一天的班,在“高人”指点下解决了一个重大的问题——使用gson解析特别复杂的json字符串,哎,不总结总觉得少了点什么,睡不着。现将代码及相关说明附上:...
分类:Web程序   时间:2014-11-16 07:10:34    阅读次数:191
[读后感]编程能力与编程年龄
[读后感]编程能力与编程年龄...
分类:其他好文   时间:2014-11-16 07:08:34    阅读次数:133
[读后感]从Code Review 谈如何做技术
[读后感]从Code Review 谈如何做技术...
分类:其他好文   时间:2014-11-16 07:08:56    阅读次数:313
Android下一行平均分布图片的布局
Android下一行平均分布图片的布局 这是一个很常见的需求,比如有三个图片按钮,需要在底部三个平均,比如下个例子: 以下是布局文件 LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout...
分类:移动开发   时间:2014-11-16 07:09:24    阅读次数:4708
(Code Review for iOS
Code Review for iOS...
分类:移动开发   时间:2014-11-16 07:07:57    阅读次数:317
iOS 代码审查:宽松的指导方针(iOS Code Review: Loose Guidelines)
iOS 代码审查:宽松的指导方针(iOS Code Review: Loose Guidelines)...
分类:移动开发   时间:2014-11-16 07:08:46    阅读次数:307
杭电 1012 u Calculate e【算阶乘】
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1012解题思路:对阶乘递归求和反思:前面3个的输出格式需要注意,可以自己单独打印出来,也可以在for循环里面更改输出小数的位数,另外读题还是要仔细,输出的有9位小数。#includedouble sum(...
分类:其他好文   时间:2014-11-16 07:09:10    阅读次数:188
Leetcode-Subsets II
Given a collection of integers that might contain duplicates, S, return all possible subsets.Note:Elements in a subset must be in non-descending order...
分类:其他好文   时间:2014-11-16 07:07:37    阅读次数:141
Leetcode-Reverse Linked List II
Reverse a linked list from position m to n. Do it in-place and in one-pass. For example:Given 1->2->3->4->5->NULL, m = 2 and n = 4,return 1->4->3->2->...
分类:其他好文   时间:2014-11-16 07:06:37    阅读次数:173
leetcode Simplify Path
Given an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/", =>"/c"1,java里string的函数split可以用...
分类:其他好文   时间:2014-11-16 07:05:37    阅读次数:152
Leetcode-Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integer n representing the total numb...
分类:其他好文   时间:2014-11-16 07:05:48    阅读次数:159
Ruby intro
1. inputprint "What's your first name?"first_name = gets.chomp chomp will delete "\n" from the stringhttp://www.ruby-doc.org/docs/Tutorial/part_02/us....
分类:其他好文   时间:2014-11-16 07:06:55    阅读次数:211
初学者的烦恼
描述小c才开始学习c语言,让他最烦恼的就是对字符数组的操作。小C的好朋友小E为了激励他,出了这样一个题目:字符串的移动输出。并给他许诺说,如果他能够在有限的时间内编写出这道题目的代码,并顺利通过就请他去吃大餐,于是小C便认真的敲这个题目的代码去了,聪明的你也来练练手吧。输入第一行包括一个整数t,代表...
分类:其他好文   时间:2014-11-16 07:05:55    阅读次数:212
1280条   上一页 1 ... 62 63 64 65 66 67 68 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!