码迷,mamicode.com
首页 >  
搜索关键字:surface book    ( 5453个结果
Oulipo HDU杭电1686【KMP】
Problem Description The French author Georges Perec (1936–1982) once wrote a book, La disparition, without the letter 'e'. He was a member of the Oulipo group. A quote from the book: Tout avait Pa...
分类:其他好文   时间:2015-08-07 16:12:19    阅读次数:127
架构师速成4.8-幼儿园书单资料推荐
java学习headfirstjava高效学习如何高效学习学习之道学习要像加勒比海盗如何高效阅读沟通沟通的艺术沟通:用故事产生共鸣演讲之禅60天完美口才打造计划学习资料站http://www.read.org.cn/http://book.douban.com/
分类:其他好文   时间:2015-08-07 11:31:16    阅读次数:182
django book学习笔记——模型
1.数据库配置打开settings.py配置文件,找到数据库配置DATABASES,例如:DATABASES={ ‘default‘:{ ‘ENGINE‘:‘django.db.backends.mysql‘,#使用哪个数据库引擎 ‘NAME‘:‘djangodb‘,#数据库名称 ‘USER‘:‘django‘,#用哪个用户连接数据库 ‘PASSWORD‘:‘django‘,#用户密码 ‘HOST‘:‘loca..
分类:其他好文   时间:2015-08-06 22:38:04    阅读次数:166
Codeforces Round #178 (Div. 2) B .Shaass and Bookshelf
Shaass has n books. He wants to make a bookshelf for all his books. He wants the bookshelf's dimensions to be as small as possible. The thickness of the i-th book is ti and its pages' width is equal ...
分类:其他好文   时间:2015-08-06 22:36:08    阅读次数:464
ACM最大值最小化&&二分法
DescriptionBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so calle...
分类:其他好文   时间:2015-08-06 21:46:15    阅读次数:152
有关freemarker的语法,循环,逻辑
EG.一个对象BOOK 1.输出 ${book.name} 空值判断:${book.name?if_exists }, ${book.name?default(‘xxx’)}//默认值xxx ${ book.name!"xxx"}//默认值xxx 日期格式:${book.date?string(‘yyyy-MM-dd‘)} 数字格式:...
分类:其他好文   时间:2015-08-06 15:20:55    阅读次数:108
uVa 714 (二分法)
Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %lluDescriptionBefore the invention of book-printing, it was very hard to make a copy of a b...
分类:其他好文   时间:2015-08-06 12:46:11    阅读次数:141
C++中的多态
l  动态绑定 voidprint_total(ostream &os, const Item_base &item, size_t n) { os } 该函数的工作很普通:调用其 item 形参的 book 和 net_price 函数,打印结果。关于这个函数,有两点值得注意。 第一,虽然这个函数的第二形参是Item_base 的引用但可以将 Item_base对象或 Bulk...
分类:编程语言   时间:2015-08-06 09:31:08    阅读次数:112
POJ1505 Copying Books(二分法)
B -二分Time Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluDescriptionBefore the invention of book-printing, it was very hard to make a copy of ...
分类:其他好文   时间:2015-08-05 19:53:53    阅读次数:125
集训第四周(高效算法设计)B题 (二分查找优化题)
---恢复内容开始---DescriptionBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand...
分类:编程语言   时间:2015-08-05 12:46:40    阅读次数:727
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!