由买买提看人间百态

topics

全部话题 - 话题: immplement
(共0页)
s*****i
发帖数: 355
1
来自主题: Quant版 - 我也来写个面经吧
攒rp。
GS,credit risk & interest rate front desk team。一天面了两个组。还算轻松,
一共只见了6个人。答的很一般,基本没考算法,揪着问java的东西,大部分比较基础
,但是有些地方就有点bt了,应该还是我太弱了。还是应该好好复习一下的。就当攒经
验了,move on.
记得起来的问题:
person # 1:
1. inheritance vs composition
2. what is clonable
3. what is shallow copy & deep copy. how to do deep copy without immplement
clonable
4. what is transient
5. say something about java collection framework. what are the common method
of class Collection.
6. how to immplement a hashmap. how does hashmap immplemented in
s*****i
发帖数: 355
2
来自主题: JobHunting版 - 我也来写个面经吧
【 以下文字转载自 Quant 讨论区 】
发信人: shuibei (茶杯水杯), 信区: Quant
标 题: 我也来写个面经吧
发信站: BBS 未名空间站 (Thu Feb 18 21:03:53 2010, 美东)
攒rp。
GS,credit risk & interest rate front desk team。一天面了两个组。还算轻松,
一共只见了6个人。答的很一般,基本没考算法,揪着问java的东西,大部分比较基础
,但是有些地方就有点bt了,应该还是我太弱了。还是应该好好复习一下的。就当攒经
验了,move on.
记得起来的问题:
person # 1:
1. inheritance vs composition
2. what is clonable
3. what is shallow copy & deep copy. how to do deep copy without immplement
clonable
4. what is transient
5. say something about java collection framework.
ET
发帖数: 10701
3
来自主题: Golf版 - congratulations, Trevloe Immplement
won the Masters with -8.
Tiger finished 2nd with -5, 3 stroked back.
u*********r
发帖数: 2735
4
来自主题: Golf版 - congratulations, Trevloe Immplement
Tiger needs to find a way to warm up earlier in tournaments, 2nd means
nothing
to him.
ET
发帖数: 10701
5
来自主题: Golf版 - congratulations, Trevloe Immplement
he skipped the pratice round ,and said , since there was no change in the
golf course.
Trelvor just played great. the 16th double-b was a little bit scary.
ET
发帖数: 10701
6
来自主题: Golf版 - congratulations, Trevloe Immplement
still, Tiger 's course manamgemnt is great.
s*****i
发帖数: 355
7
来自主题: Java版 - 再问一个今天的面试题
关于java reflection的
Suppose class ClassName immplements runnable interface. Write a function
which returns a thread that attached with this class, taking the class name
string as argument.
我这么写的:
public Thread myFunction (String s) {
Thread t=null;

try {
Object o = Class.forName(s).newInstance();
t = new Thread((Runnable)o);
}
catch(Exception e ){
j***j
发帖数: 324
8
这么低得采样频率,FPGA & DSP 都可以很轻松得完成。
用dsp 会更简单一些,因为可以直接用c 编程,做计算更容易。
用FPGA 更efficient 而且可以速度更快,但你这个速度根本不需要更快得速度。

do
sampled
is,
every
fft
immplement
m******k
发帖数: 183
9
数据精度也有关系。
dsp专门用来做fft这些运算,速度应该比同频fpga或者microcontroller的快一些。
32bit已经做的很快了。除非你想把算法用硬件实现,fpga肯定是最快的。不过你的速
度要求不是那么高,如果精度不是很高的话。

do
sampled
is,
every
fft
immplement
s*****i
发帖数: 355
10
来自主题: Quant版 - 我也来写个面经吧
ft,发错版了,这里的大牛都不是找我这样的工作的
另外,今天超级多人面试,居然后来我连办公室都没有了,在他们厨房的桌子上面的
lol

immplement
(共0页)