码迷,mamicode.com
首页 >  
搜索关键字:structure    ( 2775个结果
structure of the machine
When HCS hydraulic impact crusher machine is at work, the motor through the belt, transmission shaft, bevel gear pair drives the eccentric sleeve to r...
分类:其他好文   时间:2014-07-13 09:02:16    阅读次数:191
基于redis分布式缓存实现(新浪微博案例)
第一:Redis 是什么?Redis是基于内存、可持久化的日志型、Key-Value数据库高性能存储系统,并提供多种语言的API.第二:出现背景数据结构(Data Structure)需求越来越多, 但memcache中没有, 影响开发效率性能需求, 随着读操作的量的上升需要解决,经历的过程有:数据...
分类:其他好文   时间:2014-07-12 13:46:56    阅读次数:223
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-07-11 20:36:27    阅读次数:234
SEH
When SEH is used there is a registration process where an exception structure is created for every function as a local variable. The last field of the...
分类:其他好文   时间:2014-07-11 10:52:10    阅读次数:734
Swift中文手册 -- Subscripts
附属脚本附属脚本可以定义在类(Class)、结构体(structure)和枚举(enumeration)这些目标中,可以认为是访问对象、集合或序列的快捷方式,不需要再调用实例的特定的赋值和访问方法。举例来说,用附属脚本访问一个数组(Array)实例中的元素可以这样写someArray[index],...
分类:其他好文   时间:2014-07-11 08:53:54    阅读次数:266
Learning Data Structure_4_树(2)和图(1)
今天杂事较多,学习时间比较分散,所以效率不是很高,看的内容也较少,总体来看,这四天把数据结构的内容看了过半,还剩图、查找和排序三章,争取接下来三天内把数据结构的内容结束掉。下面是今天的学习内容。树(tree)1.前序遍历算法:与二叉树的定义一样采用递归形式。2.中..
分类:其他好文   时间:2014-07-10 18:37:05    阅读次数:238
redis学习(一)
Introduction to RedisRedis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys ca...
分类:其他好文   时间:2014-07-09 15:35:56    阅读次数:211
Swift协议(Protocol)
协议是为方法、属性等定义一套规范,没有具体的实现。协议能够被类、结构体等具体实现(或遵守)。 protocol SomeProtocol { // protocoldefinition goes here } struct SomeStructure: FirstProtocol, AnotherProtocol { // structure defin...
分类:其他好文   时间:2014-07-09 11:07:07    阅读次数:180
Learning Data Structure_3_串和树(1)
今天找兼职继续碰壁中,吃过中饭接着蹲图书馆看数据结构,呵呵,被KMP算法虐了一下午,恨啊,当初上数据结构选修课的时候怎么没好好听呢。下面是今天的学习笔记。串(string)1.定义:是由0个或多个字符组成的有限序列,即字符串。2.串的比较通过字符的编码大小来实现,有ASCII..
分类:其他好文   时间:2014-07-09 08:16:21    阅读次数:198
Backbone.js
http://backbonejs.org/#introduction Backbone.js gives structure to web applications by providing models with key-value binding and custom events, coll...
分类:Web程序   时间:2014-07-08 10:27:09    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!