码迷,mamicode.com
首页 >  
搜索关键字:course    ( 2893个结果
《textanalytics》课程简单总结(3):text clustering
coursera上的公开课《https://www.coursera.org/course/textanalytics》系列,讲的非常不错哦。 1、text clustering的总体思想: 类似于topic mining,但要求每个text只有一个主题构成! To generate a document, first choose a theta_i according to...
分类:其他好文   时间:2015-07-19 10:08:20    阅读次数:134
1047. Student List for Course (25)
题目如下: Zhejiang University has 40000 students and provides 2500 courses. Now given the registered course list of each student, you are supposed to output the student name lists of all the course...
分类:其他好文   时间:2015-07-18 12:40:02    阅读次数:148
《textanalytics》课程简单总结(1):两种word relations——Paradigmatic vs. Syntagmatic
coursera上的公开课《https://www.coursera.org/course/textanalytics》系列,讲的非常不错哦。 1、两种关系:Paradigmatic vs. Syntagmatic(聚合和组合) ? Paradigmatic:  A & B have paradigmatic relation if they can be substituted f...
分类:其他好文   时间:2015-07-18 12:39:16    阅读次数:208
《textanalytics》课程简单总结(1):两种word relations——Paradigmatic vs. Syntagmatic(续)
coursera上的公开课《https://www.coursera.org/course/textanalytics》系列,讲的非常不错哦。 3、挖掘Syntagmatic(组合)关系: 有时间再总结。。...
分类:其他好文   时间:2015-07-18 12:33:00    阅读次数:139
SQL数据库语句练习题目
一、 设有一数据库,包括四个表:学生表(Student)、课程表(Course)、成绩表(Score)以及教师信息表(Teacher)。四个表的结构分别如表1-1的表(一)~表(四)所示,数据如表1-2的表(一)~表(四)所示。用SQL语句创建四个表并完成相关题目。 表1-1数据库的表结构 s表(一...
分类:数据库   时间:2015-07-18 12:19:26    阅读次数:337
hdu 3152 Obstacle Course
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=3152 Obstacle CourseDescriptionYou are working on the team assisting with programming for the Mars rover...
分类:其他好文   时间:2015-07-18 12:14:58    阅读次数:134
HDU4649:Professor Tian(概率)
Problem Description Timer took the Probability and Mathematical Statistics course in the 2012, But his bad attendance angered Professor Tian who is in charge of the course. Therefore, Professor Tia...
分类:其他好文   时间:2015-07-17 18:58:22    阅读次数:121
ECMAScript 6教程 (二) 对象和函数
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出 原文连接,博客地址为http://www.cnblogs.com/jasonnode/。该系列课程是汇智网整理编写的,课程地址为http://www.hubwiz.com/course/5594e91.....
分类:其他好文   时间:2015-07-17 11:40:55    阅读次数:131
阿里巴巴fastjson的使用
一、项目结构一个学生类,其中学生类中可以包含Course类对象二、数据对象转化为Json字符串GenerateJson.java代码标识转化为json字符串 (1)将学生对象转化为json,其中学生中包含Course对象@Test public void testSimpleJSON(){ Student stu = new Student("xuliugen", "nan...
分类:Web程序   时间:2015-07-16 19:58:18    阅读次数:136
Mecanim 动画系统 一
使用5.0 学习Demigod 老师的Mecanim 教程 的笔记 http://www.unitytrain.cn/course/50序章 Mecanim制作人物移动控制 Mecanim在Unity 5.0 中的新功能第一章 概念 Max 模型规范 Max 各种动画导出流程 Fbx文件导入...
分类:其他好文   时间:2015-07-16 16:22:44    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!