码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
火云开发课堂 - 《使用Cocos2d-x 开发3D游戏》系列 第八节:灯光
《使用Cocos2d-x 开发3D游戏》系列在线课程            第八节:灯光 视频地址:http://edu.csdn.net/course/detail/1330/20808?auto_start=1交流论坛:http://www.firestonegames.com/bbs/forum.php 工程下载地址:http://www.firestonegames.com/bbs/for...
分类:其他好文   时间:2015-08-26 14:01:38    阅读次数:171
POJ 3624 Charm Bracelet (01)(背包入门)
DescriptionBessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible from...
分类:其他好文   时间:2015-08-25 14:10:14    阅读次数:113
超人学院平均就业薪资新鲜出炉
超人学院平均就业薪资20W以上,超人学院只讲事实,不讲故事。超人学院第九期火爆招生中,本周六22号火爆开班,亲,还等什么呢,赶快报名吧,下一个高薪就是你!! 更多精彩内容请关注:http://www.crxy.cn/course/j...
分类:其他好文   时间:2015-08-21 15:58:09    阅读次数:152
Java重写equals的模板
@Overridepublic boolean equals(Object obj){if(this == obj){return true;}if(obj==null){return false;}if(!(obj instanceof Course)){return false;}Course ...
分类:编程语言   时间:2015-08-21 13:02:21    阅读次数:160
HDU 4342History repeat itself 数学
C -History repeat itselfTime Limit:1000MSMemory Limit:32768KBDescriptionTom took the Discrete Mathematics course in the 2011,but his bad attendance an...
分类:其他好文   时间:2015-08-20 20:38:04    阅读次数:173
POJ 3624 (01背包)
Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible from the N (1 ≤...
分类:其他好文   时间:2015-08-20 01:07:01    阅读次数:189
数据库function和procedure
数据库初始化:CREATE DATABASE school;-- 创建表:courseCREATE TABLE `course` ( `cno` VARCHAR (12) NOT NULL DEFAULT '', `cname` VARCHAR (12) NOT NULL, `cp...
分类:数据库   时间:2015-08-19 16:37:06    阅读次数:204
火云开发课堂 - 《使用Cocos2d-x 开发3D游戏》系列 第四节:3D公告板
《使用Cocos2d-x 开发3D游戏》系列在线课程            第三节:3D公告板 视频地址:http://edu.csdn.net/course/detail/1330/20803?auto_start=1 工程下载地址:http://www.firestonegames.com/bbs/forum.php?mod=viewthread&tid=5&page=1&extra=#pid...
分类:其他好文   时间:2015-08-19 13:34:17    阅读次数:227
HDU1712-ACboy needs your help
描述: ACboy has N courses this term, and he plans to spend at most M days on study.Of course,the profit he will gain from different course depending on....
分类:其他好文   时间:2015-08-19 00:04:18    阅读次数:178
Android SlidingMenu开源库及其使用
极客学院教程: http://www.jikexueyuan.com/course/61_5.html?ss=11. SlidingMenu开源库的配置2. SlidingMenu 的使用--------------------------------------------------------...
分类:移动开发   时间:2015-08-16 17:59:30    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!