E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Courses
HDU 3697 Selecting
courses
(贪心)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3697 题意:有n门课程(n<=300),每门课程有个选课的时间段s,e,只能在s之后,在e之前选择该门课程。每位同学可以选择任意一个开始时间,然后每5分钟有一次选课机会,问每位同学最多可以选多少门课。 思路:对于一个整数时刻p,p+eps作为开始时刻比p更优,且开区间(p,p+1)内所有时刻
·
2015-11-08 11:41
select
MIPS指令学习
计算机组成原理》 网络: http://gicl.cs.drexel.edu/people/sevy/architecture/MIPSRef(SPIM).html http://
courses
.missouristate.edu
·
2015-11-08 11:10
学习
SQL的四种连接-左外连接、右外连接、内连接、全连接
例如,检索 students和
courses
表中学生标识号相同的所有行。 2、外
·
2015-11-08 11:00
sql
POJ 1469
COURSES
解题报告
id=1469
COURSES
Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 
·
2015-11-07 15:59
poj
世界名校的课件[转校内]
一、伯克利 加州大学伯克利分校http://webcast.berkeley.edu/
courses
.php 作为美国第一的公立大学,伯克利分校提供了许多优秀教授的播客和视频讲座,可以跟踪最新的讲座
·
2015-11-07 14:42
转
poj 2239 Selecting
Courses
最大二分匹配
把p,q化为一维之后,直接用匈牙利算法 #include<iostream> using namespace std; const int MAX = 200; bool arcs[MAX][MAX]; int match[MAX]; bool isvisit[MAX]; int n, m
·
2015-11-07 13:34
select
poj 1469
COURSES
最大二分匹配
这题也是赤裸裸的最大二分匹配。在最后加个判断即可。 注意,用cin会超时,要用scanf #include<iostream> using namespace std; const int MAX = 305;
·
2015-11-07 13:33
poj
【LeetCode】210. Course Schedule II
Course Schedule II There are a total of n
courses
you have to take, labeled from 0 
·
2015-11-07 11:50
LeetCode
【LeetCode】207. Course Schedule (2 solutions)
Course Schedule There are a total of n
courses
you have to take, labeled from 0
·
2015-11-07 11:48
LeetCode
windows配置管理工具--PowerShell DSCDesired State Configuration)
视频教程:https://mva.microsoft.com/zh-cn/training-
courses
/powershell-dsc--8672概述:https://msdn.microsoft.com
毒手悲心
·
2015-11-07 10:08
配置管理
powershell
dsc
LINQpad 用法汇总
// C# Expression //
Courses
// .Join ( // CourseSections, // course => course.CourseId
·
2015-11-06 07:51
LINQ
HDOJ1083(
Courses
)
Courses
Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K
·
2015-11-05 08:10
OJ
hdu1083
Courses
http://acm.hdu.edu.cn/showproblem.php?pid=1083 题目大意:有P个课程和N个学生,现题目要求两点: 1. every student in the committee represents a different course (a student can represent a course if he/she visits that course
·
2015-11-03 22:14
HDU
Machine Learning - XI. Machine Learning System Design机器学习系统的设计(Week 6)
http://blog.csdn.net/pipisorry/article/details/44119187 机器学习Machine Learning - Andrew NG
courses
学习笔记
·
2015-11-03 21:45
learning
machine
信息安全系统设计第七周学习总结
理解缓存思想4.理解局部性原理和缓存思想在存储层次结构中的应用5.高速缓存的原理和应用二、学习资源 1.教材:第六章《存储器层次结构》2.课程资料:https://www.shiyanlou.com/
courses
偷影子的人
·
2015-11-03 16:00
Leetcode 210 Course Schedule II
here are a total of n
courses
you have to take, labeled from 0 to n - 1.
·
2015-11-02 19:16
LeetCode
李阳疯狂英语批量下载
http://media.englishine.com/video/
courses
/liyang/01.rmvbhttp://media.englishine.com/video/cour
·
2015-11-02 19:38
下载
poj2239 Selecting
Courses
--- 二分图最大匹配
匈牙利算法模板题 有n门课程,每门课程可能有不同一时候间,不同一时候间的课程等价。 问不冲突的情况下最多能选多少门课。 建立二分图,一边顶点表示不同课程,还有一边表示课程的时间(hash一下)。 #include <iostream> #include <cstring> #include <string> #include <cs
·
2015-11-02 19:07
select
Course Schedule II
There are a total of n
courses
you have to take, labeled from 0 to n - 1.
·
2015-11-02 17:01
schedule
HDU 1083
Courses
Courses
Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 65536/32768 K
·
2015-11-02 17:16
HDU
图象处理常用网站
http://www.cs.duke.edu/
courses
/fall07/cps296.1/syllabus.html http://prj.csdn.net/full_item.aspx
·
2015-11-02 16:53
网站
使用uiautomatorviewer和uiautomator来做android的UI测试
来自:http://university.utest.com 作者:Angelos Nakulas (All Authored
Courses
) 
·
2015-11-02 15:00
android
Course Schedule II
Course Schedule II 问题: There are a total of n
courses
you have to take, labeled from 
·
2015-11-02 14:54
schedule
Course Schedule
Course Schedule 问题: There are a total of n
courses
you have to take, labeled from 0&
·
2015-11-02 14:44
schedule
Implementing the skip list data structure in java --reference
reference:http://www.mathcs.emory.edu/~cheung/
Courses
/323/Syllabus/Map/skip-list-impl.html The link
·
2015-11-02 12:33
reference
LINQPad 调试
; var ss=from o in Orders from od in OrderDetails.Where(od=>od.OrderId == od.OrderId) from c in
Courses
.Where
·
2015-11-02 10:44
LINQ
Factory Method
; home about us
courses
·
2015-11-01 13:08
factory
【EntityFramework系列教程六,翻译】在ASP.NET MVC程序中使用EntityFramework对相关数据进行更新
以下一些截图是你今日要完成的任务: 【为
Courses
自定义“新增”和“编辑”页面】 当一个新课程创建之时,它总是隶属于某一个特定的系
·
2015-11-01 11:12
framework
HDU 3697 Selecting
courses
选课(AC代码)贪心
题意:一个学生要选课,给出一系列课程的可选时间(按分钟计),在同一时刻只能选一门课程(精确的),每隔5分钟才能选一次课,也就是说,从你第一次开始选课起,每过5分钟,要么选课,要么不选,不能隔6分钟再选。在给出的课程的事件Ai~Bi内,Bi起的那分钟是不能够选的了,就是说截止到(Bi-1)分钟59秒还能选,Bi就不能选了。 思路:由于n最大才300,那就可以使用暴力
·
2015-11-01 10:42
select
LeetCode Course Schedule II
There are a total of n
courses
you have to take, labeled from 0 to n - 1.
·
2015-10-31 18:50
LeetCode
LeetCode Course Schedule
There are a total of n
courses
you have to take, labeled from 0 to n - 1.
·
2015-10-31 18:46
LeetCode
poj 2239 Selecting
Courses
继续复习 二分图 题意:比较裸的二分图,输入n,表示n个不同的课程,下面n行,每行首先是m,表示后面跟着m对信息,每对信息为(p,q),表示在星期p的第q节上这节课,(一周7天,一天12节课)。问你怎么匹配,可以让这个人一周上最多的课。 建立二分图,X为时间,[0,83],Y为课程,[0,n-1],然后有向边Y--->X,进行匈牙利一次即可 #include <cstdio&
·
2015-10-31 14:59
select
高质量的免费网络课程
http://ocw.mit.edu/ 斯坦福大学公开课程:http://itunes.stanford.edu/ 加州大学伯克利分校公开课程:http://webcast.berkeley.edu/
courses
.php
·
2015-10-31 12:30
免费
学习Flash 3D图形图像知识的网络资源集合
华中科技大学计算机学院开放式课程——计算机图形学 http://cs.hust.edu.cn/webroot/
courses
/csgraphics/index.php 2.深入Stage3D_7yue
·
2015-10-31 12:53
Flash
POJ 1469
COURSES
(二分图最大匹配)
题目链接:http://poj.org/problem?id=1469 复习了下二分图最大匹配,找了道水题。。 水题的样例真水,打错一个字母都能过样例。。。。 关于二分图最大匹配的资料见:http://www.cnblogs.com/pony1993/archive/2012/07/25/2607738.html 思路:只要最大匹配数
·
2015-10-31 11:14
poj
设计模式:MVC模式 (java)
例如下图中的例子:[img]http://www.cs.nyu.edu/
courses
/spring99/V22.0480-001/lectures/images/l14_im2.JPG[/img]我们看到
·
2015-10-31 11:29
java
Leetcode 207 Course Schedule
There are a total of n
courses
you have to take, labeled from 0 to n - 1.
·
2015-10-31 11:57
LeetCode
c++ cout
同时自我批评一下,连这么基本的东西都不掌握......此文来源: http://edept.seu.edu.cn/Extend/CLanguage/
courses
/JcnrCh01-8-3.htm 1.8.3&
·
2015-10-31 11:04
C++
POJ 1469
COURSES
匹配必须大于或者等于P,学生人数必须大于P。 CODE: #include <iostream> #include <cstdlib> #include <cstring> #include <cstdio> using namespace
·
2015-10-31 10:33
poj
IP数据报首部校验和算法 English Version
Copy from:http://cs.nyu.edu/
courses
/fall98/G22.2262-001/class11.txt The IP packet format: -
·
2015-10-31 10:07
english
Course Schedule
https://leetcode.com/problems/course-schedule/ There are a total of n
courses
you have to
·
2015-10-31 10:50
schedule
Course Schedule II
https://leetcode.com/problems/course-schedule-ii/ There are a total of n
courses
you have
·
2015-10-31 10:50
schedule
100 Free
Courses
& Tutorials for Aspiring iPhone App Developers
原文地址:http://www.bestuniversities.com/blog/2009/100-free-
courses
-tutorials-for-aspiring-iphone-app-developers
·
2015-10-31 10:36
developer
【LeetCode 207】Course Schedule
There are a total of n
courses
you have to take, labeled from 0 to n - 1.
·
2015-10-31 10:12
LeetCode
Windows Phone 7 tutorials
http://channel9.msdn.com/learn/
courses
/WP7TrainingKit/ http://www.silverlight.net/getstarted/devices
·
2015-10-31 10:05
windows phone
courses
-二分图最大匹配
#include <iostream> #include <cstring> #include <cstdio> using namespace std; const int MAXN = 305; int uN, vN; bool g[MAXN][MAXN]; int xM[MAXN], yM[MAXN]; bool chk[MAXN]; b
·
2015-10-31 10:34
二分图
最大二分匹配 匈牙利算法模板&&POJ 1469
COURSES
题目:
COURSES
来源:ZQUOJ 23124&&POJ 1469 Description Consider a group of N students
·
2015-10-31 09:06
poj
[SPS2010] Sharepoint2010 Hands-on Lab 运行组件
SharePoint 2010 Hands on Labs Office 2010 Training: http://channel9.msdn.com/learn/
courses
/Office2010
·
2015-10-31 09:36
SharePoint
hdu 3697 10 福州 现场 H - Selecting
courses
贪心 难度:0
Description A new Semester is coming and students are troubling for selecting
courses
·
2015-10-31 09:39
select
转 Step-by-step Introduction to Delegates and Lambda Expressions
原文 Many so often during my lectures an
courses
I provide to – what I would call – main stream developers
·
2015-10-31 09:29
delegate
上一页
22
23
24
25
26
27
28
29
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他