码迷,mamicode.com
首页 >  
搜索关键字:interview    ( 649个结果
Interview Q&A - 什么是代理?
A delegate is a reference type that can be used to encapsulate a named or an anonymous method. Delegates are similar to function pointers in C++; however, delegates are type-safe and secure....
分类:其他好文   时间:2014-10-10 15:28:24    阅读次数:190
Interview Q&A - 在一个圆圈里有有限个点(数量一定为偶数),是否一定可以找到一条直线不穿过任意一个点并且把所有的点平分成两半?
从圆圈外考虑这个问题。 随意找一条与圆相离的直线L,然后过每两个点作一条直线,标记与L的交点(若平行则忽略),然后以L上任意一个未标记的点为中心开始旋转L,则必定旋转到某个角度时,直线L恰好平分所有点。...
分类:其他好文   时间:2014-10-10 11:46:04    阅读次数:197
C++函数传递指针面试题
function-passing-pointer-interview-questions
分类:编程语言   时间:2014-10-08 11:14:45    阅读次数:200
9 Differences between TCP and UDP Protocol-Java Network Interview Question-译文
原文:http://www.javacodegeeks.com/2014/07/9-differences-between-tcp-and-udp-protocol-java-network-interview-question.html?utm_source=tuicool TCP和UDP两种传....
分类:编程语言   时间:2014-10-01 23:52:01    阅读次数:302
Microsoft Interview第一轮
上来随意交谈了一小会儿,开了点小玩笑,chat了一些关于他们recruter行程的话题,缓和了一下气氛。进入正题,问了做的research的方向,我说是DLT,然后大概给他讲解了一下具体是什么, 跟平行计算很像,举了一个例子:矩阵乘法如何划分使并行效率最高。他表示理解。然后他又问我有没有过end t...
分类:其他好文   时间:2014-09-27 08:26:09    阅读次数:208
Java数据结构四之——二叉树的前、中、后序遍历
程序来自Program Creek前Preorder binary tree traversal is a classic interview problem about trees. The key to solve this problem is to understand the follow...
分类:编程语言   时间:2014-09-23 22:37:05    阅读次数:337
腾讯笔试资源
qq-interview-questions
分类:其他好文   时间:2014-09-23 21:50:15    阅读次数:240
ali笔试总结
ali-interview-questions
分类:其他好文   时间:2014-09-23 20:21:05    阅读次数:349
C++基础知识面试精选100题系列(21-30)[C++ basics]
100-interview-questions-of-cplusplus-basics-21-30
分类:编程语言   时间:2014-09-23 00:12:03    阅读次数:344
笔试题目汇总
雅虎2015校招笔试一、已知数组A[],实现数组B[];使得B[i]=A[0]*A[1]...*A[i-1]*A[i+1]...*A[n-1]要求:1)不能使用除法2)时间复杂度为O(n)3)空间复杂度为O(1)package com.bobo.interview;public class Yaho...
分类:其他好文   时间:2014-09-22 19:21:53    阅读次数:174
649条   上一页 1 ... 55 56 57 58 59 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!