码迷,mamicode.com
首页 >  
搜索关键字:could you do me a favor    ( 45411个结果
poj1003
HangoverTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 99369Accepted: 48162DescriptionHow far can you make a stack of cards overhang a tabl....
分类:其他好文   时间:2014-05-25 18:46:14    阅读次数:216
显示进制修改,添加中间变量波形,常用命令modelsim
有二种方式波形文件显示的数值的进制,第一种是直接修改配置文件,第二种是使用do文件时,指定波形的显示进制第一种方法:可以通过修改modelsim安装目录下面的modelsim.ini文件里面的DefaultRadix 值实现; Default radix for all windows and co...
分类:其他好文   时间:2014-05-25 18:45:59    阅读次数:472
调试linux内核环境搭建方法(ddd+busybox+qemu+linux3.5.4内核)
调试linux内核环境搭建方法(ddd+busybox+qemu+linux3.5.4内核) 准备工作 (1).qemu虚拟机 (2).busybox软件 (3).linux-3.5.4内核 (4).ddd 调试工具 。。。。。。。。。 。。。。。。。。。 在qemu虚拟机终端中输入test_fork命令,这样内核就会在do_fork函数处中断了。你就可以对这个函数各种调试了。。...
分类:系统相关   时间:2014-05-25 12:57:43    阅读次数:466
LeetCode: Insert Interval [056]
【题目】 Given a set of non-overlapping intervals, insert a new interval into the intervals (merge if necessary). You may assume that the intervals were initially sorted according to their start times. Example 1: Given intervals [1,3],[6,9], insert and mer...
分类:其他好文   时间:2014-05-25 12:56:43    阅读次数:271
zoj 3195 Design the city
DescriptionCerror is the mayor of city HangZhou. As you may know, the traffic system of this city is so terrible, that there are traffic jams everywhe...
分类:其他好文   时间:2014-05-25 11:40:26    阅读次数:393
ACdream1012:Convex
Problem Description We have a special convex that all points have the same distance to origin point. As you know we can get N segments after linking the origin point and the points on the convex. ...
分类:其他好文   时间:2014-05-25 09:50:19    阅读次数:217
LightOJ-1205 - Palindromic Numbers
A palindromic number or numeral palindrome is a 'symmetrical' number like 16461 that remains the same when its digits are reversed. In this problem you will be given two integers i j, you have to find...
分类:其他好文   时间:2014-05-25 07:41:08    阅读次数:253
LeetCode: Spiral Matrix II [058]
【题目】 Given an integer n, generate a square matrix filled with elements from 1 to n2 in spiral order. For example, Given n = 3, You should return the following matrix: [ [ 1, 2, 3 ], [ 8, 9, 4 ], [ 7, 6, 5 ] ] 【题意】 给定整数n, 将1,2,3...nxn个数按螺旋旋转的方式填入n...
分类:其他好文   时间:2014-05-25 07:08:17    阅读次数:235
acd Convex(求面积)
Problem Description We have a special convex that all points have the same distance to origin point. As you know we can get N segments after linking the origin point and the points on the convex. ...
分类:其他好文   时间:2014-05-25 06:55:54    阅读次数:188
android--Scheduling Repeating Alarms学习
原文地址:http://developer.android.com/training/scheduling/alarms.html Alarms (based on the AlarmManager class) give you a way to perform time-based operations outside the lifetime of your applicati...
分类:移动开发   时间:2014-05-25 04:31:48    阅读次数:488
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!