E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
primitives
OpenCascade
Primitives
BRep - Box
OpenCascadePrimitivesBRep-Boxeryar@163.comAbstract.BRepisshortforBoundaryRepresentation.BoundaryRepresentationgivesacompletedescriptionofanobjectbyassociatingtopologicalandgeometricinformationforsolid
eryar
·
2014-03-19 19:00
Chapter 8
Primitives
as Types
1)TheprimitivetypesandtheircorrespondingWrapperclasses’hierarchy:2)Giventhatthewrapperclassesareimmutable,twoobjectswiththesamevaluecanbeusedinterchangeably,andthereisnoneedtoactuallycreatetwodistinct
JavaBeta
·
2014-02-28 10:00
target
style
blank
Chapter 8
Primitives
as Types
1)TheprimitivetypesandtheircorrespondingWrapperclasses’hierarchy: 2)Giventhatthewrapperclassesareimmutable,twoobjectswiththesamevaluecanbeusedinterchangeably,andthereisnoneedtoactuallycreatetwodistinc
JavaBeta
·
2014-02-28 10:00
style
classes
border
target
blank
要点Java6 变量和类型
它们叫做基本类型
primitives
。.
tanxiang21
·
2014-02-27 10:00
java
基础
变量
类型
要点
Why java Arrays use two different sort algorithms for different types?
Java 7 uses Dual-Pivot Quicksort for
primitives
and TimSort for objects.
leonzhx
·
2014-02-25 22:00
java
Merge sort
Tim Sort
Arrays.sort
Quick Sort
guava--google----用来替代commons的jar包
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching,
primitives
support, concurrency libraries
85977328
·
2014-01-06 18:00
commons
guava--google----用来替代commons的jar包
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching,
primitives
support, concurrency libraries
85977328
·
2014-01-06 18:00
commons
guava--google----用来替代commons的jar包
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching,
primitives
support, concurrency libraries
85977328
·
2014-01-06 18:00
commons
比较有用的java开源类库
1、Guava:Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching,
primitives
support, concurrency
riching
·
2014-01-06 18:00
java
在xcode中使用openGL四:画个实心物体
代码地址在这里https://github.com/openlabb/openglsb 看03_geotest.cpp和04_
primitives
.cpp主要了解4个要考虑的特殊点1,正面背面提出culling2
openlab
·
2013-11-09 19:00
guava笔记8-
Primitives
在com.google.common.
primitives
中提供了一些util类来对基本类型进行操作。 &n
leadtoit
·
2013-10-22 13:00
guava
guava笔记8-
Primitives
在com.google.common.
primitives
中提供了一些util类来对基本类型进行操作。byteBytes,
leadtoit
·
2013-10-22 13:00
Guava学习笔记:A Brief Introduction of Google Guava
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching,
primitives
support, concurrency libraries
hejiajunsh
·
2013-08-15 16:00
java
guava
function
Google
Collection
Guava学习之旅
Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching,
primitives
support, concurrency libraries
sbvfhp
·
2013-07-15 09:00
google guava使用例子/示范
guava类库扩展的主要是这些相关类:collections(集合类),concurrency(并发),
primitives
,reflection(反射),co
·
2013-06-14 09:00
java
guava
guava
toString
Google
CharMatcher
stopwatch
java类库
Preconditions
google类库
google guava使用例子/示范(一)
guava类库扩展的主要是这些相关类:collections(集合类),concurrency(并发),
primitives
,reflection(反射),comparison,I/O,hashing,
·
2013-06-13 23:00
Google
google guava使用例子/示范(一)
guava类库扩展的主要是这些相关类:collections(集合类),concurrency(并发),
primitives
,reflection(反射),comparison,I/O,hashing,
qiyadeng
·
2013-06-13 23:00
c# - determine if a type/object is serialzable
In WCF,
primitives
type are serialzable, and some commonly used types are also serialzable, but some
joe.bq.wang
·
2013-05-30 16:00
C#
OpenGL工作流程
OpenGL处理流水线(pipeline):1.几何顶点(vertexs)2.图元(
primitives
)3.片元(fragments)4.象素数据(pixels) 具体过程:1 几何顶点(vertexs
thenile
·
2013-04-27 12:00
ThinkInJava4读书笔记之第三章控制程序流程
Java运算符 几乎所有运算符都只能操作“主类型”(
Primitives
)。唯一的例外是“=”、“==”和“!=”,它们能操作所有对象(也是对象易令人混淆的一个地方)。
·
2013-03-09 14:00
java
Smali语法基础知识
Primitives
are represented
ydbc
·
2013-03-05 21:00
基础
JPCT-AE for Android 3D (二)----------为立方体各面贴上不同的纹理
Primitives
.getCube(10)虽然能够很方便的创建立方体,但是其支持的纹理映射方式还比较单一。下面将介绍一下如何自己创建立方体并为立方体的各个面都贴上不同的问题了。
yhangleo
·
2013-03-01 12:00
Think in Java - Chatpter 4 初始化和清除
每个overloading的方法都必须采用独一无二的自变量类型列表 自变量的顺序也足够我们区分两个方法(尽管我们通常不愿意采用这种方法,因为它会产生难以维护的代码) // promotion of
primitives
yanchengxiaotubao
·
2013-02-27 09:00
java
silverlight 中datagrid列标题和列内容居中问题
http://www.soaspx.com/dotnet/silverlight/silverlight_20110102_7027.html设置居中还要额外的加一个命名空间:xmlns:
Primitives
dotnet90
·
2013-01-22 10:00
java 数组
public class
Primitives
{ public statlc void main (String[]args){ long lng = 2147483647
静静的小谱
·
2012-12-07 17:00
java
Primitives
with Adjacency
5.5.2.6PrimitiveswithAdjacency Atrianglelistwithadjacencyiswhere,foreachtriangle,youalsoincludeitsthreeneighboringtrianglescalledadjacenttriangles;seeFigure5.14btoobservehowthesetrianglesaredefined.Th
lhy_ps6
·
2012-11-17 11:00
Direct3D文
场景里面的物体都是由很多组
primitives
组成的,primitive包括point,line,triangles。由于三角形也是一个面,所以一组三角形就可以模拟出一个平滑的表面。
linuxheik
·
2012-10-31 14:50
Direct3D文
场景里面的物体都是由很多组
primitives
组成的,primitive包括point,line,triangles。由于三角形也是一个面,所以一组三角形就可以模拟出一个平滑的表面。
linuxheik
·
2012-10-31 14:00
《Hello Flex 4》笔记——3 Hello Spark:
primitives
, c...
SESSION11 SparkprimitivesLabel包含在spark.componets中Theclassesinthespark.primitivespackageincludeBitmapImage,Ellipse,Graphic,Line,Path,Rect,RichEditableText,andRichText.session11/src/Tester.mxml //
豆仔
·
2012-10-30 21:00
Flex
Java集合总结
数组 数组与其它容器的区别体现在三个方面:效率,类型识别以及可以持有
primitives
。数组是Java提供的,能随机存储和访问reference序列的诸多方法中的,最高效的一种。
yanguz123
·
2012-10-14 00:00
java集合
Intel IPP使用许可浅析
yushiqi.cn/archives/155intel官网的 http://software.intel.com/en-us/articles/intel-integrated-performance-
primitives
-faq
arau_sh
·
2012-09-12 15:00
Silverlight实用窍门系列:75.Silverlight中DataGrid制作复杂表头
一:引用命名空间 xmlns:dgCloumn="clr-namespace:System.Windows.Controls.
Primitives
;assembly=System.Windows.Co
程兴亮
·
2012-09-10 11:05
DataGrid制作复杂表头
Google Guava API学习笔记(1):基础
Guava项目包括了多个Google的核心库,包括collections、caching、
primitives
、concurrency libraries、common annotations
stamen
·
2012-08-31 17:00
Google
Google Guava API学习笔记(1):基础
Guava项目包括了多个Google的核心库,包括collections、caching、
primitives
、concurrency libraries、common annotations
stamen
·
2012-08-31 17:00
Google
排序算法
Arrays.java's sort method uses quicksort for arrays of
primitives
and merge sort for arrays of objects
Wuaner
·
2012-08-25 09:00
排序算法
排序算法
Arrays.java's sort method uses quicksort for arrays of
primitives
and merge sort for arrays of objects
Wuaner
·
2012-08-25 09:00
排序算法
排序算法
Arrays.java's sort method uses quicksort for arrays of
primitives
and merge sort for arrays of objects
Wuaner
·
2012-08-25 09:00
排序算法
OpenGL笔记之绘制几何图元(geometric
primitives
)
本文是学习OpenGL过程中的一篇笔记。在学习过程中,主要参照了大名鼎鼎的《OpenGLProgrammingGuide》(中文名《OpenGL编程指南》,有些人还称之为OpenGL红宝书)《OpenGLSuperBible》(中文名《OpenGL超级宝典》,有些人还称之为OpenGL蓝宝书)另外还有《3DComputerGraphics:AMathematicalIntroductionwith
imyfriend
·
2012-08-02 16:00
flex标尺的实现
importmx.controls.Text; importmx.graphics.SolidColorStroke; importspark.components.BorderContainer; importspark.
primitives
.Line
w_y_loong
·
2012-07-04 17:00
String
function
Flex
application
library
encoding
windows phone开发学习--LoopingSelector
微软自带的控件中是没有这个控件的,在silverlight中才有,下载最新的toolkit,然后引用xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls.
Primitives
jj12345jj198999
·
2012-06-01 12:00
windows
object
null
Class
silverlight
phone
Numbers
java集合类 一
数组数组与其它容器的区别体现在三个方面:效率,类型识别以及可以持有
primitives
。数组是Java提供的,能随机存储和访问reference序列的诸多方法中的,最高效的一种。
fangchongbory
·
2012-05-22 09:00
java集合类
数组数组与其它容器的区别体现在三个方面:效率,类型识别以及可以持有
primitives
。数组是Java提供的,能随机存储和访问reference序列的诸多方法中的,最高效的一种。
y_static_y
·
2012-05-19 17:32
java
集合类
Oracle领导下的Java长远发展战略
根据Oracle最新的PPT “To Java SE 8 and Beyond”从JDK 10开始,Java将拥有一个统一的类型体系,也就是任何类型都是对象,没有基本类型(
primitives
)了
zljpp
·
2012-04-17 23:00
java
oracle
Java 将没有值类型(
primitives
),任何类型都是对象,是不是意味着不太适合Ardruino啊?
根据Oracle最新的PPT“ToJavaSE8andBeyond”从JDK10开始,Java将拥有一个统一的类型体系,也就是任何类型都是对象,没有基本类型(
primitives
)了,总所周知,primitive
硬座宝发明人
·
2012-04-03 23:53
3D
设计
Linux/Unix中的基本系统数据类型
头文件中定义了某些与实现有关的数据类型,它们被称之为基本系统数据类型(
primitives
fdl19881
·
2012-04-02 19:00
编程
unix
System
日历
IM
Primitive
lisp 笔记 - 闭包
一般语言由
primitives
组成,lisp由meta-
primitives
组成。lisp不定义
primitives
.
NeilChen
·
2012-03-21 11:00
7 Plane的装扮
代码清单1package { importflash.display.Sprite; importflash.events.Event; importorg.papervision3d.objects.
primitives
.Plane
gdhyyanglang
·
2012-02-20 21:00
function
测试
null
Class
import
Java学习总结5---集合类补充
数组数组与其它容器的区别体现在三个方面:效率,类型识别以及可以持有
primitives
。数组是Java提供的,能随机存储和访问reference序列的诸多方法中的,最高效的一种。
humingfiy
·
2012-02-16 20:00
google-json2.0的UserGuide
目录 1 Overview 2 Goals for Gson 3 Gson Performance and Scalability 4 Gson Users 5 Using Gson 5.1
Primitives
jubincn
·
2011-12-29 16:00
Google
游戏开发基础(二)
游戏开发编程基础第二章三角形网格是构建物体模型的基本单元通常网格中的三角形元素:多边形(polygons),图元(
primitives
),网格几何元(meshgeometry)描述三角形单元时,需要指定改三角形单元
mmzsyx
·
2011-12-28 16:00
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他