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
Douglas Lanman的主页
http://web.media.mit.edu/~dlanman/
courses
.html
The Fourth Dimension Space
·
2013-01-26 20:00
mysql group_concat合并行用法和问题
还有分隔符还可以自定义,默认是以“,”作为分隔符,若要改为“|||”,则使用SEPARATOR来指定,例如: mysql>SELECTstudent_id,GROUP_CONCAT(
courses
_idSEPARATOR
hi_kevin
·
2013-01-06 16:00
全球近百所名校课件网络版
全球近百所名校课件网络版一、伯克利加州大学伯克利分校http://webcast.berkeley.edu/
courses
.php作为美国第一的公立大学,伯克利分校提供了许多优秀教授的播客和视频讲座,可以跟踪最新的讲座
AlphaJay
·
2013-01-01 19:00
算法网站汇总
算法导论答案mitpress.mit.edu/algorithms/MIT算法导论ocw.mit.edu/
courses
/electrical-engineering-and-computer-science
zhaoyue007101
·
2012-12-31 10:00
Jcomponent
http://sjweb.hhit.edu.cn/
courses
/java/text/ch07/se02/right7_2_1.htmJcomponent是一个抽象类,用于定义所有子类组件的一般方法,其类层次结构如下所示
sunyh
·
2012-12-27 20:00
二分图的最大匹配
id=1469
COURSES
有了匈牙利算法的基础,该题就是一道非常简单的题目了:该题给出P门课程,N个学生,问能否从中选出P个学生,使每个学生上不同的课,且每个课程有一个学生。
miao6664659
·
2012-12-24 20:00
image analogies
mrl.nyu.edu/projects/image-analogies/http://mrl.nyu.edu/publications/image-analogies/http://www.cs.brown.edu/
courses
luckyboy101
·
2012-12-19 20:00
HDU OJ 1083
Courses
【二分图匹配之最大匹配】
原题连接:点击打开链接题意:有p门的课,每门课都有若干学生,现在要为每个课程分配一名课代表,每个学生只能担任一门课的课代表,如果每个课都能找到课代表,则输出"YES",否则"NO"。思路:入门的二分图最大匹配问题,求的最大匹配数ans若ans=p则输出YES,否则NO。代码:#include #include #include #include #include #include usingnam
PIAOYI0208
·
2012-12-10 19:00
非零环绕数规则和奇-偶规则(Non-Zero Winding Number Rule&&Odd-even Rule)
参考[1]http://www.cs.rit.edu/~icss571/filling/alt_parity.html[2]http://cs.hust.edu.cn/webroot/
courses
/csgraphics
freshForIphone
·
2012-12-08 17:00
世界著名大学公开课视频、文档资料汇总
Lectures and Other Learning Resources As you know, many colleges and universities now offer online
courses
v5qqbrowser
·
2012-11-23 16:00
视频
POJ 1469
COURSES
【匈牙利算法入门 二分图的最大匹配 模板题】
题目链接:http://poj.org/problem?id=1469COURSESTimeLimit: 1000MS MemoryLimit: 10000KTotalSubmissions: 14455 Accepted: 5715DescriptionConsideragroupofNstudentsandPcourses.Eachstudentvisitszero,oneormorethan
Cfreezhan
·
2012-11-16 02:00
MySQL统计函数记录——GROUP_CONCAT()函数
[SEPARATORstr_val]) 下面演示一下这个函数,先建立一个学生选课表student_
courses
,并填充一些测试数据。SQL代码 CREATETABLEstudent_co
tbkken
·
2012-11-12 10:00
mysql
mysql
统计
group_concat
华清远见11月份免费活动公告
11月24日),深圳(11月03日),成都(12月01日),南京(12月08日),武汉(11月18日)活动地点:华清远见各中心校区教室 活动详情:http://www.farsight.com.cn/
courses
华清远见
·
2012-11-05 13:57
android
3G
嵌入式Linux
华清远见
全球知名高校学习资料下载
一、伯克利加州大学伯克利分校http://webcast.berkeley.edu/
courses
.php作为美国第一的公立大学,伯克利分校提供了许多优秀教授的播客和视频讲座,可以跟踪最新的讲座。
laihuan99
·
2012-10-31 14:00
杭电OJ 1083——
courses
(二分图的匹配问题!匈牙利算法解答)
CoursesProblemDescriptionConsideragroupofNstudentsandPcourses.Eachstudentvisitszero,oneormorethanonecourses.YourtaskistodeterminewhetheritispossibletoformacommitteeofexactlyPstudentsthatsatisfiessimul
lishuhuakai
·
2012-10-29 15:00
使用GROUP_CONCAT语法
[SEPARATORstr_val])下面演示一下这个函数,先建立一个学生选课表student_
courses
,并填充一些测试数据。SQL代码Java代码 CREATE TABLE stud
宋双旺
·
2012-10-23 09:00
mysql
System Design Specification
http://www.cs.armstrong.edu/sjodis/
COURSES
/3321/design-guide.htmlTheSystemDesignSpecification(SDS)isacompletedocumentthatcontainsalloftheinformationneededtodevelopthesystem.UnliketheSRS
yaoliang11
·
2012-10-12 15:00
SQL的四种连接-左外连接、右外连接、内连接、全连接
例如,检索students和
courses
表中学生标识
sky_out_sky
·
2012-10-09 22:00
内连接
外连接
sql
左连接
右连接
机器学习入门相关资源
错误更正http://research.microsoft.com/en-us/um/people/cmbishop/ 北航PRML课件http://irip.buaa.edu.cn/~zxzhang/
courses
lxhlong
·
2012-10-08 21:00
poj2239 Selecting
Courses
(最大二分图匹配 (匈牙利算法) 实现 )
#include #include #include #include #defineMAXSIZE205 #definesfscanf #definepfprintf #define__int64longlong #defineINF0xfffffff #include usingnamespacestd; intmap[MAXSIZE][MAXSIZE]; intvis[MAXSIZE],li
SYLG_li
·
2012-10-04 20:00
poj2239 - Selecting
Courses
想看更多的解题报告:http://blog.csdn.net/wangjian8006/article/details/7870410 转载请注明出处:http://blog.csdn.net/wangjian8006题目大意:在大学里有许许多多的课程,现在小明需要去选
wangjian8006
·
2012-09-21 16:00
c
HDU3697 Selecting
courses
原题传送:http://acm.hdu.edu.cn/showproblem.php?pid=3697贪心算法。起始点可能是0,1,2,3,4,枚举这5个起始点,后面的点选择可选策略是:选择符合该时刻且结束时间最早的。ViewCode1#include 2#include 3#defineN305 4structcourse 5{ 6ints,t; 7}e[N]; 8 9intn;
·
2012-09-13 11:00
select
107 - 问,设计模式汇总及学习思路
design_patterns其他很多种http://stackoverflow.com/questions/10368385/more-design-patternshttp://www.cs.utep.edu/DeptCS/
courses
everettjf
·
2012-08-30 01:00
POJ 2239 Selecting
Courses
题目大意:在一个星期内上课,求最多能上多少种课程思路:最大匹配,问的是课程数---->上课时间的匹配 program:#includeusingnamespacestd;#defineM301#defineN85boolmap[M][N];boolchk[N];intmatch[N];intn;intdfs(intp){ inttemp;// for(inti=1;i<=84;i++) {
kg_second
·
2012-08-26 15:00
hibernate多对多关系及延迟加载
学生选课关系:student(studentid,name,
courses
)course(courseid,name,students)stu_course(studentid,courseid,score
lidiansheng
·
2012-08-25 14:00
Hibernate
String
session
table
Class
generator
hdu 1083
Courses
(最大匹配)
点击打开链接最大匹配。。#include"stdio.h" #include"string.h" intmap[301][301],v[301]; intmark[301],link[301]; intP,N; intdfs(intk) { inti; for(i=1;i<=N;i++) { if(map[k][i]&&!v[i]) { v[i]=1; if(link[i]==0||dfs(lin
yyf573462811
·
2012-08-02 17:00
The Euler-Poincaré Formula
转自:http://www.cs.mtu.edu/~shene/
COURSES
/cs3621/NOTES/model/euler.htmlTheEuler-Poincaréformuladescribestherelationshipofthenumberofvertices
jinzhilong580231
·
2012-07-29 14:00
image
shell
object
include
transformation
loops
有用网站
http://www.openculture.com/computer_science_free_
courses
公开课程http://www.elementalenglish.com/
bruno231
·
2012-07-25 02:00
【二分匹配】 hdu1083
Courses
Courseshttp://acm.hdu.edu.cn/showproblem.php?pid=1083ProblemDescriptionConsideragroupofNstudentsandPcourses.Eachstudentvisitszero,oneormorethanonecourses.Yourtaskistodeterminewhetheritispossibletoform
ACM_Ted
·
2012-07-24 13:00
SQL 内连接,左连接,左外连接,右连接,右外连接,全连接,交叉连接
例如,检索 students 和
courses
表中学生标识号相同的所有行。外联接。外联接可以是左向外联接、右向外联接或完整外部联接。
kalision
·
2012-07-04 10:00
JOIN
sql
mysql
table
null
insert
编写自己的 man page
有一个教程:http://babbage.cs.qc.edu/
courses
/cs701/Handouts/man_pages.html手册页都有固定格式,拷贝一个照着改成自己的就行了。
hacking_in_my_mind
·
2012-05-17 16:00
Google
测试
工具
二分匹配 Selecting
Courses
#include#include#include#include#defineMAX1305#defineMAX2305int n,m,match[MAX2]; //二分图的两个集合分别含有n和m个元素。boolvisit[MAX2],G[MAX1][MAX2];//G存储邻接矩阵。boolDFS(intk){ intt; for(inti=0;i
bigman_123
·
2012-05-08 21:00
算法
存储
ini
include
how to create a thread in win32 platform
http://www.cs.rpi.edu/academics/
courses
/netprog/WindowsThreads.htmlWin32APIsforThreadsTheWin32APItocreateanewthreadisHANDLECreateThread
coder_jack
·
2012-05-07 16:00
weka(一) 分类. weka预测新浪微博有效用户
weka.wikispaces.com/Use+Weka+in+your+Java+code#Examples2.图形化界面使用步骤 ==> http://www2.tech.purdue.edu/cit/
Courses
chuanwang66
·
2012-05-04 16:00
新浪微博
weka(一) 分类. weka预测新浪微博有效用户
weka.wikispaces.com/Use+Weka+in+your+Java+code#Examples2.图形化界面使用步骤 ==> http://www2.tech.purdue.edu/cit/
Courses
chuanwang66
·
2012-05-04 16:00
新浪微博
给rails项目写个外部数据调用接口
客户端http//url调用get_student_
courses
方法。
scholltop
·
2012-05-03 17:00
xml
http
接口
给rails项目写个外部数据调用接口
客户端http//url调用get_student_
courses
方法。
scholltop
·
2012-05-03 17:00
xml
http
接口
CMU & Stanford 课程
Stanford课程:https://www.coursera.org/
courses
网易公开课:http://blog.csdn.net/dcraw/article/details/7712321学习笔记
abcjennifer
·
2012-04-18 19:00
spring
animation
character
图形
作业
methods
2D三角形光栅化算法
http://
courses
.cms.caltech.edu/cs171/barycentric.pdf算法:如果想用p0,p1,p2往一个buffer上画,先用bycentriccoordinate来把
ccanan
·
2012-03-31 11:00
算法
buffer
2D三角形光栅化算法
http://
courses
.cms.caltech.edu/cs171/barycentric.pdf算法:如果想用p0,p1,p2往一个buffer上画,先用bycentriccoordinate来把
qcyycom
·
2012-03-31 11:00
算法
Linq(筛选与排序)
本文将讲述LINQ的基础查询(此文所有例子都使用LINQtoObject)在此之前,我们先创建一个用于示例的数据源: Student类:表示学生,包括学号、姓名及班级
Courses
类:表示学生选择的课程
jazywoo123
·
2012-03-23 10:00
MIT Electrical Engineering and Computer Science 参考书整理
UndergraduateCourses6.00IntroductiontoComputerScienceandProgramming PythonProgramming:AnIntroductiontoComputerSciencehttp://ocw.mit.edu/
courses
wowdd1
·
2012-03-21 09:00
processing
Signal
Cryptography
optimization
classification
structure
Simulating Ocean Water
http://graphics.ucsd.edu/
courses
/rendering/2005/jdewall/tessendorf.pdfsiggraph2001的一篇文章,后面很多关于水的文章都要提到
彭博
·
2012-03-09 14:00
简易makefile教程
原文:http://www.cs.colby.edu/maxwell/
courses
/tutorials/maketutor/ Hellomake.c
guozhiwei
·
2012-02-29 18:00
C++
c
Make
make教程
Maven3 + Hibernate3.6 + MySQL5简单示例
Maven3+Hibernate3.6+MySQL5简单示例参考:http://www.xue-java.com/
courses
/hibernate/01.htmlhttp://www.xue-java.com
cai5
·
2012-02-24 16:00
eclipse
maven
Hibernate
mysql
jdbc
jar
Flex&Bison手册
下面是一些手册的链接:Flex:Resrouces:http://flex.sourceforge.net/#resourcesManual:http://tinf2.vub.ac.be/~dvermeir/
courses
shenghong
·
2012-02-19 00:00
NYU AI作业习题-活动安排问题 BFS+DFS Iterative deepening depth-first search
题目链接 http://cs.nyu.edu/
courses
/spring12/CSCI-GA.2560-001/prog1.html题目大意:给定n个任务的时间、价值及先后序关系,求一个可行的任务子集
yangliuy
·
2012-02-16 01:00
算法
活动
search
iterator
input
作业
Standford's online
courses
in 2012
Well I couldn't be happier to sign up for few of these
courses
chenwq
·
2012-02-15 10:00
online
SQLServer连接的方式和介绍
例如,检索 students 和
courses
表中学生标识号相同的所有行。 外连接。外连接可以是左向外连接、右向外连接
学习博客
·
2012-02-10 10:00
汇编语言程序调用C程序的原则
From:http://jpkc.zzu.edu.cn/hbyycai/
courses
/list.asp?id=310上面,我们主要以C程序调用汇编子程序的情况介绍了两者进行混合编程的问题。
kendyhj9999
·
2012-02-05 21:00
编程
c
汇编
assembly
存储
语言
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他