码迷,mamicode.com
首页 >  
搜索关键字:concept    ( 316个结果
Java WeakReference的理解与使用
前言: 看到篇帖子, 国外一个技术面试官在面试senior java developer的时候, 问到一个weak reference相关的问题. 他没有期望有人能够完整解释清楚weak reference是什么, 怎么用, 只是期望有人能够提到这个concept和java的GC相关. 很可惜的是, ...
分类:编程语言   时间:2017-02-22 22:15:54    阅读次数:232
Priority queue and Heap
I have seen lots of solutions confuse priority queue with heap. I find a good link and list the talk below. Concept: 1.Heap is a kind of data structur ...
分类:其他好文   时间:2017-02-16 14:27:58    阅读次数:127
Top 10 Free IT Certification Training Resources
1. Cybrary Cybrary takes the open source concept and applies it to IT training. Many of the courses available through the site are related to security ...
分类:其他好文   时间:2017-01-12 11:27:59    阅读次数:288
Implicit and Explicit Multithreading MULTITHREADING AND CHIP MULTIPROCESSORS
COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION The concept of thread used in discussing multithreaded processors may o ...
分类:其他好文   时间:2017-01-05 21:27:49    阅读次数:208
Intro to Makefile
Abstract This blog will show you how to write a “makefile” file. 1. Concept A makefile is a file c...
分类:其他好文   时间:2017-01-03 09:59:37    阅读次数:197
the major advances since the birth of the computer
COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION ? The family concept: Introduced by IBM with its System/360 in 1964, fo ...
分类:其他好文   时间:2016-12-30 23:30:01    阅读次数:279
Device Tree(二):基本概念
转自:http://www.wowotech.net/linux_kenrel/dt_basic_concept.html 一、前言 一些背景知识(例如:为何要引入Device Tree,这个机制是用来解决什么问题的)请参考引入Device Tree的原因,本文主要是介绍Device Tree的基础 ...
分类:其他好文   时间:2016-12-30 18:56:28    阅读次数:256
POC测试——原型验证,降低风险,IT系统销售工作之一
POC测试,即Proof of Concept,是业界流行的针对客户具体应用的验证性测试,根据用户对采用系统提出的性能要求和扩展需求的指标,在选用服务器上进行真实数据的运行,对承载用户数据量和运行时间进行实际测算,并根据用户未来业务扩展的需求加大数据量以验证系统和平台的承载能力和性能变化。 POC测 ...
分类:其他好文   时间:2016-12-26 11:49:18    阅读次数:152
How Node.js Multiprocess Load Balancing Works
As of version 0.6.0 of node, load multiple process load balancing is available for node. The concept of forking and child processes isn't new to me. Y ...
分类:Web程序   时间:2016-12-25 01:25:58    阅读次数:295
动态规划学习
参考: 五大常用算法之二:动态规划算法 Concept:动态规划: 多阶段最优化决策解决问题的过程. 每次决策依赖于当前状态,又随即引起状态迁移,一个决策序列就在变化的过程中产生出来. Mechanism: 分阶段解决子问题,按顺序求解子问题,前一子问题的解为后一子问题提供信息. 在求解任一问题时, ...
分类:其他好文   时间:2016-12-07 23:29:19    阅读次数:198
316条   上一页 1 ... 14 15 16 17 18 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!