码迷,mamicode.com
首页 >  
搜索关键字:books    ( 912个结果
UVa714 Copying Books (二分法,贪心)
链接:http://vjudge.net/problem/UVA-714 分析:二分枚举最小值,用贪心的思想每段序列尽量往右划分。 ...
分类:其他好文   时间:2016-09-22 01:19:29    阅读次数:181
eclipse教程
http://www.eclipse.org/downloads/eclipse-packages/http://wiki.eclipse.org/Eclipse_Articles,_Tutorials,_Demos,_Books,_and_Morehttp://www.runoob.com/ecl ...
分类:系统相关   时间:2016-09-15 15:06:09    阅读次数:182
Using Stored Programs with MySQLdb
http://flylib.com/books/en/1.142.1.125/1/ Using Stored Programs with MySQLdb The techniques for calling stored programs with MySQLdb differ only sligh ...
分类:数据库   时间:2016-09-14 07:07:57    阅读次数:184
September 7th 2016 Week 37th Wednesday
Patience is bitter, but its fruit is sweet. 忍耐是痛苦的,但它的果实却是甜蜜的。 However, many may give up before they can taste the fruit of patience. So many books, s ...
分类:其他好文   时间:2016-09-08 23:06:35    阅读次数:136
MySQL学习记录
前提:数据库:books里面有table:customersorders 选择数据库use books 查询所有表格show tables查询单个表格select × from orders查询表格的数据类型show create table orders 修改数据类型alter table ord ...
分类:数据库   时间:2016-09-01 16:07:27    阅读次数:222
Python学习总结19:类(一)
在Python中,可以通过class关键字定义自己的类,通过类私有方法“__init__”进行初始化。可以通过自定义的类对象类创建实例对象。 1. 数据属性 在上面的Student类中,”count””books””name”和”age”都被称为类的数据属性,但是它们又分为类数据属性和实例数据属性。 ...
分类:编程语言   时间:2016-08-17 01:22:02    阅读次数:279
hbv_hcc
http://www.intechopen.com/books/liver-tumors-epidemiology-diagnosis-prevention-and-treatment/epidemiology-and-risk-factors 世界卫生组织数据报告: 相同性别,和年龄前提 发达国家 ...
分类:其他好文   时间:2016-08-14 11:43:27    阅读次数:176
程序员教程和书籍收藏
教程收藏 https://github.com/vhf/free-programming-books/blob/master/free-programming-books-zh.md 一、数据库: mysql: 21分钟 MySQL 入门教程 二、正则表达式 正则表达式30分钟入门教程 书籍 一个合 ...
分类:其他好文   时间:2016-08-07 23:05:18    阅读次数:190
debugging books
https://blogs.msdn.microsoft.com/debuggingtoolbox/2007/06/08/recommended-books-how-to-acquire-or-improve-debugging-skills/ This article is my answer f ...
分类:其他好文   时间:2016-08-07 12:32:49    阅读次数:175
python 打印 网格
来自 http://www.codingpy.com/books/thinkpython2/03-functions.html 的题目 教程下方给出的答案 :http://greenteapress.com/thinkpython2/code/grid.py 感觉好麻烦 ...
分类:编程语言   时间:2016-08-06 17:14:46    阅读次数:304
912条   上一页 1 ... 58 59 60 61 62 ... 92 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!