码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
LeetCode 26 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 another array, you must do this in p...
分类:其他好文   时间:2015-05-07 14:40:29    阅读次数:154
LeetCode (30) Palindrome Number (回文数字)
题目描述Determine whether an integer is a palindrome. Do this without extra space.Some hints: Could negative integers be palindromes? (ie, -1) —— 负数不为回文If you are thinking of converting the integer to s...
分类:其他好文   时间:2015-05-07 14:30:59    阅读次数:119
CSS技巧集锦
1. 多余字符省略 .ellipsis{ display: block; /*定义显示形式*/ overflow: hidden; /*截取超出字符*/ text-overflow: ellipsis; /*超出字符以…代替*/ white-space: nowrap; /*确定...
分类:Web程序   时间:2015-05-07 12:44:49    阅读次数:118
odom_out_and_back.cpp
#include "ros/ros.h" #include "std_msgs/String.h"//geometry_msgs #include "geometry_msgs/Twist.h"//包含elocity space消息 #include #include "math.h" #include #include #include #include using namespace...
分类:其他好文   时间:2015-05-07 12:32:22    阅读次数:134
LeetCode 9 Palindrome Number
Problem: Determine whether an integer is a palindrome. Do this without extra space. click to show spoilers. Some hints: Could negative integers be palindromes? (ie, -1) If you are thinkin...
分类:其他好文   时间:2015-05-07 12:28:14    阅读次数:143
Timusoj 1982. Electrification Plan
http://acm.timus.ru/problem.aspx?space=1&num=19821982. Electrification PlanTime limit: 0.5 secondMemory limit: 64 MBSome country hasncities. The gover...
分类:其他好文   时间:2015-05-07 12:00:09    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!