码迷,mamicode.com
首页 >  
搜索关键字:constant    ( 1663个结果
Java内存的原型及工作原理理解
一、java虚拟机内存原型寄存器:我们在程序中无法控制。栈:存放基本类型的数据和对象的引用,但对象本身不存放在栈中,而是存放在堆中堆:存放用new产生的数据静态域:存放在对象中用static定义的静态成员常量池:存放常量非RAM存储:硬盘等永久存储空间。二、常量池(constant pool) 常....
分类:编程语言   时间:2014-05-01 06:54:37    阅读次数:390
InPlace Transition of a matrix
Problem illustration:given a n*n matrix, print its transition, for example , 90 degree clockwise,using only constant additional spaceanalysis:using O(...
分类:其他好文   时间:2014-04-28 03:22:07    阅读次数:513
线性时间将两个有序链表合成一个有序链表(constant additional space)
description:given two sorted singly list, merge them into one using constant additional spacealgorithm:we will reference the two linked list as list1 ...
分类:其他好文   时间:2014-04-28 00:32:52    阅读次数:711
1663条   上一页 1 ... 165 166 167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!