码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
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 ...
分类:其他好文   时间:2015-06-06 06:51:13    阅读次数:120
7>>monitor-disk
#!/bin/bash##top 10#Big_USERS - find big disk space users in various directories###############################################################Paramet...
分类:其他好文   时间:2015-06-06 00:27:19    阅读次数:88
Leetcode: Merge Sorted Array
题目: Given two sorted integer arrays A and B, merge B into A as one sorted array.Note: You may assume that A has enough space (size that is gre...
分类:其他好文   时间:2015-06-05 22:26:08    阅读次数:187
Java for LeetCode 163 Maximum Gap
Given an unsorted array, find the maximum difference between the successive elements in its sorted form.Try to solve it in linear time/space.Return 0 ...
分类:编程语言   时间:2015-06-05 21:00:00    阅读次数:128
shell复习笔记----命令与参数
shell最基本的工作就是执行命令.每键入一道命令, shell 就会执行.$cd work;ls -l whizprog.c首先:格式很简单,以空白(Space 键或者 Tab键)隔开命令行中的各个组成部分.其次,命令名称是命令行的第一个项目.通常后面会跟着选项(option),任何额外的参数(a...
分类:系统相关   时间:2015-06-05 07:36:43    阅读次数:155
图片路径
一、图片的绝对路径例如:绝对路径根据图片存放文件路径来输入。 绝对路径 二、图片的相对路径例如:相对路径根据图片的名称输入。 相对路径 三、段落与文字的融合1、img图片属性写入文字中,做相应的调整。2、调整用到的属性【space】【hspace】 标题 把记忆时钟回拨...
分类:其他好文   时间:2015-06-05 07:35:25    阅读次数:148
Java for LeetCode 148 Sort List
Sort a linked list in O(n log n) time using constant space complexity.解题思路:归并排序、快速排序、堆排序都是O(n log n),由于优先级队列是用堆排序实现的,因此,我们使用优先级队列即可,JAVA实现如下: publi...
分类:编程语言   时间:2015-06-05 00:24:17    阅读次数:150
POJ 3904(容斥原理)
Sky Code Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 1750   Accepted: 545 Description Stancu likes space travels but he is a poor software developer and ...
分类:其他好文   时间:2015-06-04 22:44:37    阅读次数:205
【Word Break】cpp
题目:Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exa...
分类:其他好文   时间:2015-06-04 22:35:43    阅读次数:130
向量空间模型实现文档查询(Vector space model to realise document query)
xml中文档(query)的结构: CIRB010TopicZH006 科索沃難民潮 查詢科索沃戰爭中的難民潮情況,以及國際間對其採取的援助。 相關文件內容包括科省難民湧入的地點、人數,受安置的狀況,難民潮引發的問題,參與救援之國家與國際組織,其援助策略與行動內容之報導。 科省、柯省、科索沃、柯索伏、難民、難民潮、難民營、援助、收容、救援、醫療、人道、避難、馬其頓、土耳其、外交部、國...
分类:其他好文   时间:2015-06-04 21:07:22    阅读次数:153
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!