码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
CheeseZH: Octave basic commands
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 NEURON
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
jquery easyui 多选下拉框的实现
修改官方提供的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
Theano2.1.3-基础知识之更多的例子
来自:http://deeplearning.net/software/theano/tutorial/examples.htmlMore Examples 现在,是时候开始系统的熟悉theano的基础对象和操作了,可以通过浏览库的部分来详细的了解Basic Tensor Functionalit....
分类:其他好文   时间:2015-06-23 08:44:02    阅读次数:253
[LeetCode] Basic Calculator II
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
Leetcode 227 basic caculator
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
python:集合
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
[LeetCode] Basic Calculator II
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
LeetCode "Basic Calculator II"
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) 复习--附图示说明
这是复习选择排序法( Selection Sort) 所作的笔记~...
分类:编程语言   时间:2015-06-22 06:28:30    阅读次数:191
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!