官网地址:http://www.gradle.org/docs/2.1/userguide/tutorial_java_projects.html
Using the Java plugin
A basic Java project 一个基础的java工程
使用java插件在build.gradle:
apply plugin: 'java'
Building the...
分类:
编程语言 时间:
2014-11-22 12:03:14
阅读次数:
209
感谢网友分享,原文地址(How to Make an Object Shatter Into Smaller Fragments in Unity),中文翻译地址(Unity实现物体破碎效果)In this tutorial I will show you how to create a simpl...
分类:
编程语言 时间:
2014-11-21 23:09:02
阅读次数:
728
1. NS3 install 参考NS3 tutorial即可。 2.eclipse 2.1下载 下载地址:http://www.eclipse.org/downloads/ Eclipse IDE for C/C++ Developers NOTE: you can know whether yo...
分类:
系统相关 时间:
2014-11-21 17:53:00
阅读次数:
317
Before moving on to the more advanced aspects of monads, let’s recapitulate what defines a monad (seepart 1andpart 2for explanations):A data structure...
分类:
其他好文 时间:
2014-11-21 12:33:18
阅读次数:
129
In thefirst partof this tutorial, I have introduced the two most basic monads: the identity monad and the maybe monad. In this part, I will continue w...
分类:
其他好文 时间:
2014-11-21 12:32:50
阅读次数:
165
In this fourth and last part of my monad tutorial, I will write about monad transformers. I will deal with only one of them, but it’s a start. I will ...
分类:
其他好文 时间:
2014-11-21 12:28:03
阅读次数:
150
URL:http://www.solid-run.com/wiki/Setting_the_eFuses_for_MicroSOM_and_HummingboardName:Setting the eFuses for MicroSOM and Hummingboard(This tutorial ...
分类:
其他好文 时间:
2014-11-21 12:04:45
阅读次数:
470
官方Tutorial地址:http://ufldl.stanford.edu/tutorial/supervised/SoftmaxRegression/...
分类:
其他好文 时间:
2014-11-20 20:24:03
阅读次数:
289
1 Gradient Checking 说明前面我们已经实现了Linear Regression和Logistic Regression,关键在于代价函数Cost Function和其梯度Gradient的计算。在Gradient的计算中,我们一般采用推导出来的计算公式来进行计算。但是我们看到,推导出来的公式是复杂的,特别到后面的神经网络,更加复杂。这就产生了一个问题,我们如何判断我们编写的程序就...
分类:
其他好文 时间:
2014-11-20 13:46:16
阅读次数:
339