码迷,mamicode.com
首页 >  
搜索关键字:six    ( 289个结果
《Java实战开发经典》第五章5.6
package five; //第五章练习6 public class Six { public static void main(String[] args) { String str1=”Java技术学习班20070326”; System.out.println(str1.substring(9)); String str2=”MLDN JAVA”;...
分类:编程语言   时间:2015-08-25 16:55:38    阅读次数:117
docker-py环境配置
一、系统环境版本介绍:os-version: Linux 3.10.0-229.el7.x86_64python-version: Python 2.7.5six-version: python-six-1.3.0-4.el7.noarchdocker-version: docker-1.6.2-1...
分类:其他好文   时间:2015-08-14 18:35:55    阅读次数:120
[算法练习] 英语数字转换器
题目说明: 在这个问题中,将用英语给你一个或多个整数。你的任务是将这些数字转换成整型表示。数字范围从-999,999,999到999,999,999.下面是你的程序必须考虑的详尽的英语单词表: negative, zero, one, two, three, four,five, six, seve...
分类:编程语言   时间:2015-08-14 18:30:47    阅读次数:198
N皇后问题2
DescriptionExamine thecheckerboard below and note that the six checkers are arranged on the board so that one and only one is placed in each row and e...
分类:其他好文   时间:2015-08-03 18:18:23    阅读次数:99
NOIP模拟21题解
ContentsContents 六元组 Description Input Output 数据范围与约定 Solution 牛排序 Description Input Output 样例解释 Solution Step1 Step2 Step3 Step4 打砖块 Description Input Output 数据范围与约定 Solution1.六元组(six.c/.cpp/.pas)Desc...
分类:其他好文   时间:2015-08-03 14:38:33    阅读次数:179
在皇后问题的基础上输出棋子状态
Examine the $6\times 6$ checkerboard below and note that the six checkers are arranged on the board so that one and only one is placed in each row and...
分类:其他好文   时间:2015-08-02 21:29:34    阅读次数:147
pyhton 月份和天数的计算
http://stackoverflow.com/questions/546321/how-do-i-calculate-the-date-six-months-from-the-current-date-using-the-datetime一直想怎么写个简洁的代码来实现,月份或天数的计算。用dat...
分类:其他好文   时间:2015-07-29 22:53:52    阅读次数:240
05-图3. 六度空间 (30)
05-图3. 六度空间 (30) 时间限制 1500 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard “六度空间”理论又称作“六度分隔(Six Degrees of Separation)”理论。这个理论可以通俗地阐述为:“你和任何一个陌生人之间所...
分类:其他好文   时间:2015-07-26 17:23:01    阅读次数:204
Project Euler:Problem 90 Cube digit pairs
Each of the six faces on a cube has a different digit (0 to 9) written on it; the same is done to a second cube. By placing the two cubes side-by-side in different positions we can form a variety of...
分类:其他好文   时间:2015-07-24 22:42:52    阅读次数:231
Study Plan - The Fifty-Six Day
Today I have finished the development of free-WiFi sdk, it is a trouble work. The principle of the sdk is use the Apple's private api to scan the lis....
分类:其他好文   时间:2015-07-22 22:17:23    阅读次数:144
289条   上一页 1 ... 18 19 20 21 22 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!