码迷,mamicode.com
首页 >  
搜索关键字:puppet first 初识    ( 20841个结果
Java数据结构和算法之栈与队列
二、栈与队列 1、栈的定义 栈(Stack)是限制仅在表的一端进行插入和删除运算的线性表。 (1)通常称插入、删除的这一端为栈顶(Top),另一端称为栈底(Bottom)。 (2)当表中没有元素时称为空栈。 (3)栈为后进先出(Last In First Out)的线性表,简称为LI...
分类:编程语言   时间:2014-05-06 09:00:26    阅读次数:414
make it clear how to use const in C++
1.first of all,take a lookup on the left side of keyword const.If there is something(type or pointer),then apply const featureto it.2.nothing found on...
分类:编程语言   时间:2014-05-06 00:38:25    阅读次数:361
hdu 1003
题意 :求最大子段和 并且输出起始位置#includeusing namespace std;int main(){int N,n,a[100001],first,last; cin>>N; for(int i=1;i>n; for(int j=1;j>a[j]; int max=-...
分类:其他好文   时间:2014-05-06 00:12:25    阅读次数:301
软考——初识有限自动机
有限状态自动机(FSM "finite state machine" 或者FSA "finite state automaton" )是为研究有限内存的计算过程和某些语言类而抽象出的一种计算模型。有限状态自动机拥有有限数量的状态,每个状态可以迁移到零个或多个状态,输入字串决定执行哪个状态的迁移。有限状态自动机可以表示为一个有向图。有限状态自动机是自动机理论的研究对象。...
分类:其他好文   时间:2014-05-04 00:29:47    阅读次数:423
codeforces A. Array题解
Vitaly has an array of n distinct integers. Vitaly wants to divide this array into three non-empty sets so as the following conditions hold: The product of all numbers in the first set is less ...
分类:其他好文   时间:2014-05-03 23:51:19    阅读次数:621
敏捷开发—初识庐山真面目
为期两天的学术交流会议,身体上感觉很累,但是内心却是满满的喜悦。鉴于自己目前的水平,虽然说学术交流会议上能吸收到的并不多,但是起码解决了不怕不知道,就怕不知道的这么一个问题。...
分类:其他好文   时间:2014-05-03 22:00:00    阅读次数:309
codechef Sums in a Triangle题解
Let's consider a triangle of numbers in which a number appears in the first line, two numbers appear in the second line, three in the third line, etc. Develop a program which will compute the largest ...
分类:其他好文   时间:2014-05-03 17:32:22    阅读次数:284
Android的学习3-初识Activity
Activity---android的系统下存放控件的容器。通俗的讲相当于MFC中的CFrame。搭配完成android4.4.2开发环境后,发现比2.1的开发效率高很多。 android的2.1是依靠xml添加和表述控件,但4.4.2提供了可视化的编辑工具,加快了开发速度。 我们添加一个按钮,并在MainActivty.java中添加按钮的命令响应。 1、如何获取控件呢?我们查阅A...
分类:移动开发   时间:2014-05-03 17:29:15    阅读次数:410
JQuery_2.1.0_日记 5.2
$.方法 (1)$.merge(first, second)     合并两个数组或类数组,将第二个数组添加到第一个数组的末尾 (2)$.grep(elems, callback, invert)     使用callback对elems进行过滤,如果invert设置为true.则返回保留callback返回值为false的元素数组,如果invert设置为false则返回c...
分类:Web程序   时间:2014-05-03 16:37:05    阅读次数:333
VdcEye manager
VdcEye manager first version has been released, please read below document for  using....
分类:其他好文   时间:2014-05-03 16:35:30    阅读次数:397
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!