码迷,mamicode.com
首页 >  
搜索关键字:tutorial    ( 3034个结果
[Machine Learning (Andrew NG courses)]V. Octave Tutorial (Week 2)
[Machine Learning (Andrew NG courses)]V. Octave Tutorial (Week 2)...
分类:系统相关   时间:2014-10-13 10:04:59    阅读次数:242
Android perf tools
文档,也可以直接在你的SDK的源代码找。 http://lxr.free-electrons.com/source/tools/perf/Documentation/ 更加深入(深奥)的文档 https://perf.wiki.kernel.org/index.php/Tutorial 如何采集一个小程序的样本?...
分类:移动开发   时间:2014-10-11 12:37:55    阅读次数:196
Shadow Volume( 阴影体)渲染技术的实现细节及感受(一)之 阴影体生成
首先贴一个链接,该链接内有大量基于OpenGL的渲染技术教程和Code Sample,本文基本上在其Tutorial 40的基础上进行了翻译,并加入了部分自己的理解。原文在此: http://ogldev.atspace.co.uk/index.html Shadow Volume,即阴...
分类:其他好文   时间:2014-10-10 10:10:34    阅读次数:418
Install MongoDB on Windows
OverviewUse this tutorial to install MongoDB on a Windows systems.PLATFORM SUPPORTStarting in version 2.2, MongoDB does not support Windows XP. Please...
分类:数据库   时间:2014-10-10 05:20:04    阅读次数:471
Swift 表视图动画教程: Drop-In Cards
http://www.raywenderlich.com/76024/swift-table-view-animations-tutorial-drop-cards标准 table view 是一个强大而又灵活的数据呈现方式;大部分情况下你的app 都使用了某种形式的 table view。但是,它有一个缺点就是,无法进行太多的定制,你的 app 会淹没在成千上万的类似是 app 中。为了不使用千...
分类:编程语言   时间:2014-10-09 16:44:10    阅读次数:383
Django Tutorial 学习笔记
Django tutorial 的学习笔记
分类:其他好文   时间:2014-10-08 01:46:24    阅读次数:346
[Hibernate]Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set
使用Hibernate官方文档上的以下代码进行测试时报出这个异常。 org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set package org.hibernate.tutorial.util; import org.h...
分类:数据库   时间:2014-10-07 18:24:53    阅读次数:655
mac下使用scrapy时出现的raise DistributionNotFound(req)异常的处理方法
在os x下,安装完python爬虫框架scrapy后,使用scrapy startproject tutorial新建scrapy项目时,出现以下问题:Traceback (most recent call last): File "/usr/local/bin/scrapy", line 5,....
分类:其他好文   时间:2014-10-06 12:32:50    阅读次数:412
使用SVM对多类多维数据进行分类
最近,本人要做个小东西,使用SVM对8类三维数据进行分类,搜索网上,发现大伙讨论的都是二维数据的二分类问题,遂决定自己研究一番。本人首先参考了opencv的tutorial,网址是:http://docs.opencv.org/doc/tutorials/ml/non_linear_svms/non_linear_svms.html#nonlinearsvms,这也是二维数据的二分类问题。然后通过...
分类:其他好文   时间:2014-10-05 11:40:18    阅读次数:305
codeforces #270 ABCD
Codeforces Round #270A - Design Tutorial: Learn from Math 题意:给出n,求出两个合数x和y使x+y=n。题解:暴力筛合数,然后暴力找 1 //#pragma comment(linker, "/STACK:102400000,10240000...
分类:其他好文   时间:2014-10-03 13:54:24    阅读次数:344
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!