码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
android
https://bxbxbai.github.io/2014/10/07/android-develop-resource/http://study.163.com/course/introduction/207001.htmhttp://blog.csdn.net/android_tutor/ar...
分类:移动开发   时间:2015-05-26 21:05:06    阅读次数:183
SQL实践中的50句
一个项目涉及到的50个Sql语句(整理版)--1.学生表Student(S,Sname,Sage,Ssex) --S 学生编号,Sname 学生姓名,Sage 出生年月,Ssex 学生性别--2.课程表Course(C,Cname,T) --C --课程编号,Cname 课程名称,T 教师编号--3...
分类:数据库   时间:2015-05-26 17:45:34    阅读次数:107
c# 规格说明书
"上蹿下跳"规格说明书Course Registration Problem StatementVersion 1.0Revision HistoryDateIssueDescriptionAuthor17/May/20151.0Initial creation. Finished the basi...
分类:Windows程序   时间:2015-05-26 11:59:46    阅读次数:234
Course Schedule II
public class Solution { public int[] findOrder(int numCourses, int[][] prerequisites) { int[] re =new int[numCourses] ; int can = 0;...
分类:其他好文   时间:2015-05-26 06:49:17    阅读次数:113
USACO 1.5.3 SuperPrime Rib
The set of ribs denoted by 7331 is prime; the three ribs 733 are prime; the two ribs 73 are prime, and, of course, the last rib, 7, is prime. The nu.....
分类:其他好文   时间:2015-05-25 21:54:52    阅读次数:96
Liam的C# 学习历程(九):最终产品规格说明书
"What is Today's Memory"规格说明书Course Registration Problem StatementVersion 1.0Revision HistoryDate Issue Description Author 17/May/2015 1.0 Init...
分类:Windows程序   时间:2015-05-25 07:23:39    阅读次数:176
Time Consume Problem
I joined the NodeJS online Course three weeks ago, but now I'm late about 2 weeks.I pay the codeschool yearly subscribed, but I have lost the track lo...
分类:其他好文   时间:2015-05-23 12:41:39    阅读次数:107
(双端队列优化的SPFA) bzoj 2100
DescriptionBessie has two crisp red apples to deliver to two of her friends in the herd. Of course, she travels the C (1 6-> 7 -> 4* -> 3 -> 2 -> 1* ....
分类:其他好文   时间:2015-05-22 11:24:05    阅读次数:173
Android开发文档---中文版
http://hukai.me/android-training-course-in-chinese/connectivity/volley/index.html Android入门基础:从这里开始 编写:kesenhoo - 原文:http://developer.android.com/training/index.html 欢迎来到为Android开发者...
分类:移动开发   时间:2015-05-22 00:34:25    阅读次数:181
207-Course Schedule
【题目】 你有n门课程需要上,几位0到n-1. 有些课程需要一些预备课程,例如:上课程0前需要先上课程1,表示为对[0,1] 假设给你所有课程和这些课程的对关系,有可能上完所有课程吗? 举例: 2 , [[1,0]] 这有2个课程需要完成,完成课程1前需要完成课程0,...
分类:其他好文   时间:2015-05-20 20:20:31    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!