码迷,mamicode.com
首页 >  
搜索关键字:courses    ( 539个结果
1012 The Best Rank (25 分)
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat ...
分类:其他好文   时间:2019-01-01 23:56:06    阅读次数:159
BNUOJ 33535 Final Exam Arrangement
In Zhejiang University, there are N different courses labeled from 1 to N. Each course has its own time slot during the week. We can represent the tim ...
分类:其他好文   时间:2018-12-31 00:32:06    阅读次数:323
超过5名学生的课
有一个courses 表 ,有: student (学生) 和 class (课程)。 请列出所有超过或等于5名学生的课。 例如,表: 应该输出: Note:学生在每个课中不应被重复计算。 第一种: select classfrom courses group by class having cou ...
分类:其他好文   时间:2018-12-22 01:32:35    阅读次数:221
PAT——甲级1012:The Best Rank
To evaluate the performance of our first year CS majored students, we consider their grades of three courses only: C - C Programming Language, M - Mat ...
分类:其他好文   时间:2018-12-19 21:05:19    阅读次数:177
210. 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 ...
分类:其他好文   时间:2018-12-14 23:00:41    阅读次数:171
阿里云与微软云的对照表
https://docs.azure.cn/zh-cn/articles/guidance/azure-for-aliyun-service-comparison https://school.azure.cn/courses/54 ...
分类:其他好文   时间:2018-12-03 11:13:08    阅读次数:287
面向对象中self可以代替整个对象的属性直接用来dump为改变后的对象
def __init__(self,name): self.name = name self.courses = [] self.flag = False with open('students','rb') as f1,open('students.bak','wb') as f2: ... ...
分类:其他好文   时间:2018-11-28 18:54:45    阅读次数:126
Selecting Courses POJ - 2239(我是沙雕吧 按时间点建边 || 匹配水题)
呃呃呃呃呃 把每个课给了INF个容量。。。。我是沙雕把。。。。emm。。。。这题就是做着玩。。。呃呃呃别当真。。。。 ...
分类:其他好文   时间:2018-11-27 20:56:55    阅读次数:135
深入理解SQL的四种连接-左外连接、右外连接、内连接、全连接
1、内联接(典型的联接运算,使用像 = 或 <> 之类的比较运算符)。包括相等联接和自然联接。 内联接使用比较运算符根据每个表共有的列的值匹配两个表中的行。例如,检索 students和courses表中学生标识号相同的所有行。 2、外联接。外联接可以是左向外联接、右向外联接或完整外部联接。 在 F ...
分类:数据库   时间:2018-11-27 11:16:38    阅读次数:150
210. Course Schedule II - Medium
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 ...
分类:其他好文   时间:2018-11-26 19:56:59    阅读次数:156
539条   上一页 1 ... 9 10 11 12 13 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!