1 1.Basic Operations 2 5+6 3 3-2 4 5*8 5 1/2 6 2^6 7 1 == 2 %false ans = 0 8 1 ~= 2 %true ans = 1 9 1 && 0 %AND ans = 0 10 1 || 0 %OR ans =...
分类:
其他好文 时间:
2015-06-24 09:21:48
阅读次数:
128
NEURAL NETWORKS, PART 2: THE NEURONA neuron is a very basic classifier. It takes a number of input signals (a feature vector) and outputs a single val...
分类:
Web程序 时间:
2015-06-23 20:02:59
阅读次数:
196
修改官方提供的demo实例,本来是单选的,让她编程多选,完成了勾选和去勾选的所有功能。 1 2 3 4 5 Basic Combo - jQuery EasyUI Demo 6 7 8 9 10 11 12 13 Basi...
分类:
Web程序 时间:
2015-06-23 19:44:13
阅读次数:
366
来自:http://deeplearning.net/software/theano/tutorial/examples.htmlMore Examples 现在,是时候开始系统的熟悉theano的基础对象和操作了,可以通过浏览库的部分来详细的了解Basic Tensor Functionalit....
分类:
其他好文 时间:
2015-06-23 08:44:02
阅读次数:
253
The basic idea of is as follows:Maintain a dequeoperandsfor the numbers and another dequeoperationsfor the operators+, -, *,/`.Scan the expression fro...
分类:
其他好文 时间:
2015-06-23 00:49:26
阅读次数:
113
Implement a basic calculator to evaluate a simple expression string. The expression string contains only?non-negative?integers,?+,?-,?*,?/?operators and empty spaces?. The integer division ...
分类:
其他好文 时间:
2015-06-22 22:25:46
阅读次数:
160
A set is an unordered collection with no duplicate elements. Basic uses include membership testing and eliminating duplicate entries. Set objects also...
分类:
编程语言 时间:
2015-06-22 19:17:19
阅读次数:
160
Basic Calculator II
Implement a basic calculator to evaluate a simple expression string.
The expression string contains only non-negative integers, +, -, *, and / operators. The integer division...
分类:
其他好文 时间:
2015-06-22 14:59:42
阅读次数:
127
Comparing with the 'I' one, there are two changes:1. if last operator is "+" or "-", we don't evaluate expression2. if last operator is "*" or "/", we...
分类:
其他好文 时间:
2015-06-22 13:37:36
阅读次数:
425
这是复习选择排序法( Selection Sort) 所作的笔记~...
分类:
编程语言 时间:
2015-06-22 06:28:30
阅读次数:
191