码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
浙大研究生hadoop工作分享
超人学院浙大研究生Hadoop工作经验分享,分享在Hadoop大数据工作中的经验。请点击以下链接http://ke.qq.com/cgi-bin/courseDetail?course_id=69533更多精彩内容请关注:http://bbs.superwu.cn关注超人学院微信二维码:
分类:其他好文   时间:2015-05-20 18:44:45    阅读次数:134
浙大研究生hadoop工作分享
超人学院浙大研究生Hadoop工作经验分享,分享在Hadoop大数据工作中的经验。请点击以下链接 http://ke.qq.com/cgi-bin/courseDetail?course_id=69533 更多精彩内容请关注:http://bbs.superwu.cn 关注超人学院微信...
分类:其他好文   时间:2015-05-20 13:22:05    阅读次数:112
天题系列: Course Schedule I
关键是想清楚每一个课 A 都对应一个neighbor list,即是 A的后续课程 set{b,c,d,...}讲解http://blog.csdn.net/dm_vincent/article/details/7714519每次是剪掉一个“入点”,即non-pre的初始课,然后剪掉它对应的edge...
分类:其他好文   时间:2015-05-20 12:53:28    阅读次数:126
leetcode 207: Course Schedule
leetcode 207 : Course Schedule...
分类:其他好文   时间:2015-05-20 07:10:17    阅读次数:204
T-SQL_面试题
创建表插入数据Student(S#,Sname,Sage,Ssex) 学生表 Course(C#,Cname,T#) 课程表 SC(S#,C#,score) 成绩表 Teacher(T#,Tname) 教师表建表语句 Create table Student(S# number(4),Sname v...
分类:数据库   时间:2015-05-19 22:21:22    阅读次数:152
【LeetCode】Course Schedule II 解题报告
【题目】 There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prerequisites, for example to take course 0 you have to first take course 1, which is exp...
分类:其他好文   时间:2015-05-19 19:09:54    阅读次数:134
【LeetCode】Course Schedule 解题报告
【题目】 There are a total of n courses you have to take, labeled from 0 to n - 1. Some courses may have prerequisites, for example to take course 0 you have to first take course 1, which is exp...
分类:其他好文   时间:2015-05-19 19:08:51    阅读次数:177
一次非常有意思的SQL优化经历:从30248.271s到0.001s
场景 我用的数据库是mysql5.6,下面简单的介绍下场景 课程表 create table Course( c_id int PRIMARY KEY, name varchar(10) ) 数据100条 学生表: create table Student( id int PRIMARY KEY, name varchar(10) ) 数据70000条 ...
分类:数据库   时间:2015-05-19 10:43:35    阅读次数:175
MIT麻省理工学院公开课:计算机科学及编程导论 Python 笔记1-3
Lecture1:Goals of the course; what is computation; introduction to data types, operators, and variablesPython High VS. low General VS. targetted Interpreted VS. compileSyntax语法:what are legal express...
分类:编程语言   时间:2015-05-18 16:54:48    阅读次数:183
Course Schedule II
Course Schedule II问题:There are a total ofncourses you have to take, labeled from0ton - 1.Some courses may have prerequisites, for example to take cour...
分类:其他好文   时间:2015-05-18 16:39:19    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!