码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
python查看指定文件的属性
importtimeimportctypesimportctypes.wintypesSEE_MASK_NOCLOSEPROCESS=0x00000040SEE_MASK_INVOKEIDLIST=0x0000000CclassSHELLEXECUTEINFO(ctypes.Structure):_...
分类:编程语言   时间:2014-10-04 18:58:46    阅读次数:218
acdream 1412 2-3 Trees
2-3 Trees Time Limit: 12000/6000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) SubmitStatus Problem Description       2-3 tree is an elegant data structure invented by John Ho...
分类:其他好文   时间:2014-10-03 12:58:44    阅读次数:267
【Leetcode】LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-10-02 14:48:03    阅读次数:261
[Leetcode][JAVA] LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:编程语言   时间:2014-10-01 02:29:00    阅读次数:222
swift之mutating关键字
在swift中,包含三种类型(type): structure,enumeration,class 其中structure和enumeration是值类型(value type),class是引用类型(reference type) 但是与objective-c不同的是,structure和enumeration也可以拥有方法(method),其中方法可以为实例方法(instance...
分类:编程语言   时间:2014-09-30 14:22:39    阅读次数:152
MySql入门
一、数据库入门 -------存放数据的仓库【和集合类似】,并有一定的规则结构 一】SQL=Structure Query Language 【结构化的查询语言】 SQL是客户端操作数据库的一种工具/命令,主要以存取为主 二】各种常用数据库简介 Oracle/Java SQLServle...
分类:数据库   时间:2014-09-29 11:58:37    阅读次数:296
UVa 679 - Dropping Balls
A number of K balls are dropped one by one from the root of a fully binary tree structure FBT. Each time the ball being dropped first visits a non-terminal node. It then keeps moving down, either foll...
分类:其他好文   时间:2014-09-28 14:31:12    阅读次数:288
w3c标准
W3C标准不是某一个标准,而是一系列标准的集合。网页主要由三部分组成:结构(Structure)、表现(Presentation)和行为(Behavior)。对应的标准也分三方面:结构化标准语言主要包括XHTML和XML,表现标准语言主要包括CSS,行为标准主要包括对象模型(如W3C DOM)、EC...
分类:其他好文   时间:2014-09-27 09:28:59    阅读次数:338
核心--待克服的大山
离散数学Discrete Mathematics数据结构Data Structure数字电路与逻辑设计Digital Circuit and Logic Design汇编语言程序设计Assembly Language Programming数值分析Numerical Analysis操作系统原理Op...
分类:其他好文   时间:2014-09-27 02:18:58    阅读次数:251
osip结构体
/*** Structure for SIP Message (REQUEST and RESPONSE).* @struct osip_message*/ struct osip_message { char *sip_version; /**content_length == NULL) ...
分类:其他好文   时间:2014-09-26 19:11:48    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!