码迷,mamicode.com
首页 >  
搜索关键字:other    ( 5856个结果
N-Queens 解答
QuestionThen-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:其他好文   时间:2015-10-18 06:38:21    阅读次数:280
Hadoop - The Definitive Guide, 4th Edition (边学边译) Chapter 1
Chapter 1. Meet Hadoop(大部分略)Comparison with Other Systems说一下和其他系统的比较Relational Database Management Systems为什么我们不使用很多硬盘来进行大规模分析呢?为什么需要Hadoop?答案就是:这么多年,...
分类:其他好文   时间:2015-10-17 22:14:53    阅读次数:235
Leetcode: Single Number III
题目: Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements that appear only once. For example: ...
分类:其他好文   时间:2015-10-17 12:15:22    阅读次数:140
To the Max(矩阵压缩)
To the MaxTime Limit : 2000/1000ms (Java/Other) Memory Limit : 20000/10000K (Java/Other)Total Submission(s) : 2 Accepted Submission(s) : 2Problem Desc...
分类:其他好文   时间:2015-10-16 14:58:31    阅读次数:149
【转】PC架构系列:CPU/RAM/IO总线的发展历史!
1. 从 IBM PC XT 架构开始...一开始PC的设计中,CPU/RAM/IO都是被一条总线(BUS)连接起来,所有的部件都必须在同步的模式下面工作,由CPU来决定的其他设备工作在什么频率(Frequency)上。这样就带来一个"互锁" (locked to each other )效应,即大...
分类:其他好文   时间:2015-10-15 15:43:34    阅读次数:255
C# Interview Questions:C#-English Questions
This is a list of questions I have gathered from other sourcesand created myselfover a period of time from my experience, many of whichI felt where in...
分类:Windows程序   时间:2015-10-14 17:59:16    阅读次数:241
10-12考试整理
a.pas第一题:矩阵快速幂,然而考试的时候并没有想到转移矩阵,后来看看标程转移矩阵1 10 0100 050 2 3303 0初始矩阵18 5 3 2b.pas第二题:表示并不应该有问题的,bfs最后入队的d[tail]:=other[i] 写成了d[tail]:=i;醉了c.pas第三题a了,做...
分类:其他好文   时间:2015-10-13 08:05:27    阅读次数:185
LeetCode "Nim Game"
Same as LintCode 'Coins in a line'. Here is mind-flow: 4 is a definite lose, for (4 + 1), (4 + 2), (4 + 3), we can put the other player into slot 4 - ...
分类:其他好文   时间:2015-10-13 07:01:07    阅读次数:165
delphi创建服务程序
创建一个自己的服务程序:File -> New -> Other -> New(选项) -> ServiceApplication 这样delphi会自动生成服务程序的框架。保存合适的项目名称。(这里单元名为UnitServer.pas, 工程名为ProjectServer.dpr)在新建的服务里,...
分类:Windows程序   时间:2015-10-12 22:31:37    阅读次数:263
Single Number III
Given an array of numbersnums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elements t...
分类:其他好文   时间:2015-10-12 08:09:21    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!