码迷,mamicode.com
首页 >  
搜索关键字:b. school marks    ( 1359个结果
HDOJ/HDU 1297 Children’s Queue(推导~大数)
Problem Description There are many students in PHT School. One day, the headmaster whose name is PigHeader wanted all students stand in a line. He prescribed that girl can not be in single. In other w...
分类:其他好文   时间:2016-05-22 12:30:56    阅读次数:183
英语之标点符号
angle brackets 〈〉 brackets [] or square brackets breace {} parentheses () comma , semicolon ; quote "" '' quotation mark 单引号 single quotation marks (' ...
分类:其他好文   时间:2016-05-21 13:02:17    阅读次数:117
HDU1789Doing Homework again(贪心)
Problem Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline ...
分类:其他好文   时间:2016-05-19 19:01:37    阅读次数:152
c/c++ 复习随记----fwqlzz love is for ever
标识(Identifiers) 有效标识由字母(letter),数字(digits)和下划线 ( _ )组成。标识的长度没有限制,但是有些编译器只取前32个字符(剩下的字符会被忽略)。 空格(spaces),标点(punctuation marks)和符号(symbols) 都不可以出现在标识中。 只有字母(letters),数字(digits) 和下划线(_)是合法的。并且变量标识必须以字母...
分类:编程语言   时间:2016-05-19 10:48:29    阅读次数:384
SQL中分页与distinct冲突解决方案
SELECT list.* FROM(SELECT ROW_NUMBER() OVER(ORDER BY salesStatus.LastTime DESC,school.SchoolID DESC) AS rownumber, school.SchoolID,school.SchoolName,s ...
分类:数据库   时间:2016-05-18 12:23:10    阅读次数:1346
JavaScript 基础(三) 对象 条件判断
JavaScript的对象是一种无序的集合数据类型,它是由若干键对组成。 var guagua = { name:'瓜瓜', birth:1988, school:'No.1 Middle School', height:1.70, weight:65, score:null }; JavaScri ...
分类:编程语言   时间:2016-05-13 10:53:39    阅读次数:143
java 拼接子串的方式做字符串替换生成json
在做rest接口测试过程中,需要给定模板用数据生成一批的json串 例如Json模板示例如下 {"school":{"num":"122121","addr":"@addr"},"name":"@name","age":"@age"} 来源数据示例如下 Test name age addr test1 name1 ...
分类:编程语言   时间:2016-05-12 13:24:56    阅读次数:199
Learn by doing
w10d1 Learn by doing, is one of the school motto of MIT. It shows that we should learn theory or experience by doing. We could learn things by talking ...
分类:其他好文   时间:2016-05-05 08:26:00    阅读次数:128
hdu2196 Computer(树的直径||树中的最长路径)
Computer Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 5232    Accepted Submission(s): 2640 Problem Description A school bought the f...
分类:其他好文   时间:2016-05-03 18:40:57    阅读次数:272
HDU 1074 Doing Homework 状压DP
Problem Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline ...
分类:其他好文   时间:2016-05-01 23:06:25    阅读次数:309
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!