码迷,mamicode.com
首页 >  
搜索关键字:special    ( 1954个结果
POJ 2367 Genealogical tree(拓扑排序)
Genealogical tree Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 3332   Accepted: 2233   Special Judge Description The system of Martians' blood relations i...
分类:编程语言   时间:2015-04-22 18:31:09    阅读次数:275
HDU 4758 Walk Through Squares(自动机+DP)
On the beaming day of 60th anniversary of NJUST, as a military college which was Second Artillery Academy of Harbin Military Engineering Institute before, queue phalanx is a special landscape.      ...
分类:其他好文   时间:2015-04-22 00:39:12    阅读次数:155
Problem 1567 - D - Sloth's Angry ( 递归+贪心)
Problem 1567 - D - Sloth's Angry Time Limit: 1000MS Memory Limit: 65536KB Total Submit: 326 Accepted: 113 Special Judge: No Description A forest is full of sloths, they are so eager for tree leav...
分类:其他好文   时间:2015-04-21 22:52:15    阅读次数:157
201. Bitwise AND of Numbers Range Leetcode Python
Given a range [m, n] where 0 For example, given the range [5, 7], you should return 4. Credits: Special thanks to @amrsaqr for adding this problem and creating all test cases. code is...
分类:编程语言   时间:2015-04-21 09:43:12    阅读次数:188
Grey Area(数学统计题)
Grey Area Time Limit: 2000ms Memory Limit: 65536KB 64-bit integer IO format: %lld      Java class name: Main Special Judge Submit Status PID: 1083 Dr. Grey is a data analyst, wh...
分类:其他好文   时间:2015-04-20 22:45:37    阅读次数:148
股票基础知识学习笔记1
股票按业绩分类:分为绩优股,蓝筹股,ST股按上市地方分类:A股,H股,N股(纳斯达克),S股(新加坡)蓝筹股:资本雄厚,信誉优良的挂牌公司发行的股票,比如说中石油,中石化。绩优股:业绩优良的公司发行的股票。指标是:每股税后利润和净资产收益率,在全体上市公司中处于中上地位。ST股:Special Tr...
分类:其他好文   时间:2015-04-20 16:44:28    阅读次数:165
python_code_420
1.python 语法对 空格,缩进有严格要求2.file objects contain a special pair of built-in methods:__enter__()and__exit__() such as: with open("text.txt", "w") as v: .....
分类:编程语言   时间:2015-04-20 14:45:23    阅读次数:181
Implement strStr()
Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.Analyse: Pay special atten...
分类:其他好文   时间:2015-04-19 16:10:13    阅读次数:127
vector数组的删除,CallFuncN的使用
voidCTaskMode::createSpr(inttaskId,Coordinatepos,intoffiset) { if(taskId<TASK_SPECIAL_SEGMENT) { Sprite*sprAction=Sprite::create("cell2.png",Rect((taskId%IMG_X_CNT)*CELL_WIDTH,(taskId/IMG_X_CNT)*CELL_HEIGHT,CELL_WIDTH,CELL_HEIGHT)); sprArr.push_bac..
分类:编程语言   时间:2015-04-19 06:49:08    阅读次数:187
FZU 2148 Moon Game 判断凸边形
点击打开链接 Problem 2148 Moon Game Accept: 512    Submit: 1419 Time Limit: 1000 mSec    Memory Limit : 32768 KB  Problem Description Fat brother and Maze are playing a kind of special ...
分类:其他好文   时间:2015-04-17 23:55:58    阅读次数:296
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!