由买买提看人间百态

topics

全部话题 - 话题: dest
首页 上页 1 2 3 4 5 6 7 8 9 下页 末页 (共9页)
c*****n
发帖数: 4880
g******n
发帖数: 1536
c*****a
发帖数: 8464
3
来自主题: ebiz版 - 神医们又可以上了
http://www.walmart.com/ip/Xbox-360-250GB-Console-w-2-Bonus-Games-50-
Walmart.com-eGift-Card/15658015?
dest=9999999997&sourceid=10592067291765286049&wmlspartner=lw9MynSeamY
f**k
发帖数: 2586
4
来自主题: ebiz版 - 安神你从哪里飞啊
直接dest 写ctu
他们一般先到pek或者pvg,然后转国内的某个航班
连着,这样行李托运还是2个
不然 就是1个了
y*****e
发帖数: 567
c****8
发帖数: 73
a***9
发帖数: 20
7
来自主题: FleaMarket版 - 厨房用品for sale
1 木电脑桌 带转椅 $40
2 10人份大同电饭锅 全新 $25
3 小烤箱 $10
4 慢烧锅 $10
5 咖啡壶 $5
7 1500w 电火锅 $10
7 立灯 台灯$3----$10
8 dvd player $10
9 digital converter box(new) $10
10 全新玻璃杯 瓷杯 酒杯
11 全新炒锅 $10
另有多种工具及家用物品 价格面议 如需照片可单独发 1 china buddha tall 28" $
10
2 computer dest with chair $40
3 rock chair with ottoman $50
4 dinning table with 4 arm chars hard wood good condition $300
Cash only pick up by self
email a*******[email protected]
x*****9
发帖数: 3256
c*********o
发帖数: 471
9
来自主题: FleaMarket版 - AA里程票cancel要交罚款吗?
If cancel and refund miles, yes there will be $150 fine. I believe if it's
same person (name), same origin-dest, say SFO-PEK, just changing date, there
is no fine.
p**********m
发帖数: 472
10
来自主题: Investment版 - 401K是否要放满呢
没有其他的投资途径, 是不是放到401K最省心收益又好呢? 刚开始工作,投资啥的不
是太懂。401k就投了一个fund, Nw Inv Dest Aggre R2。 11月份到现在5%的收益。感
觉收益还挺好的。
c*****e
发帖数: 1106
11
来自主题: Investment版 - 401K是否要放满呢
还要看你401K里的投资选择,Nw Inv Dest Aggre R2 一般,外面个人(税前税后)账
户类似的选择比比皆是。
d****n
发帖数: 233
12
来自主题: JobHunting版 - 请教一道题目
Here is the code in C#, please do let me know if you find any bug
// This program returns the shortest substring is src
// which contains all charactors in dest
// INT_MAX returned if no coverage found
static int MinimumCover(string src, string dst)
{
int minDist = int.MaxValue;
Hashtable ht = new Hashtable();
ArrayList al = new ArrayList();
foreach (char c in dst)
{
ht.Add(c,1);
d**e
发帖数: 6098
13
来自主题: JobHunting版 - Google on campus 面经
你的方法是对的,但code是不是写错了点?
1, 2, 3, 4, 5, 6, 7, 8
seed = 5
但由于dest一直等于0,所以6不幸被换到去1的位置了.
c********1
发帖数: 161
14
来自主题: JobHunting版 - a MS interview question about C++
while((dest[i++] = src[i++])!= '\0');
Is that OK?
n*******r
发帖数: 22
15
来自主题: JobHunting版 - a MS interview question about C++
It's not pretty, but works :)
char* dest = const_cast( (new string(str1))->c_str() );

for
c*********t
发帖数: 32
16
来自主题: JobHunting版 - a MS interview question about C++
但是这个没有内存泄漏问题吗?
下面这么用似乎跟安全,不过没法用一行来写
auto_ptr src(new string(str));
char * dest = const_cast(src->c_str());
h*****3
发帖数: 1391
17
来自主题: JobHunting版 - google 一题
m x n integer array, 0 or 1, given a src and dest cell, find the number of
all paths from src to dst with all '0' cell visited once, the cell with
value '1' can not be visited.
you can move up, down, left, right
s 0 0
0 0 0
0 0 d
s********x
发帖数: 914
18
难道是build.xml有问题?我用eclipse自动生成的。大家帮忙看看。I hate t
hat robot!!!


阅读全帖
s******n
发帖数: 226
19
来自主题: JobHunting版 - 再问个Amazon面试题
1, 我觉得可以
2, 对一个destination 要建一个matrix,ai~ 累啊
3, 我还是觉得要走到dest的位置上
4,我的path存计算的最短路径值,具体的要book keeping 一下
s******n
发帖数: 226
20
来自主题: JobHunting版 - 再问个Amazon面试题
1, 我觉得可以
2, 对一个destination 要建一个matrix,ai~ 累啊
3, 我还是觉得要走到dest的位置上
4,我的path存计算的最短路径值,具体的要book keeping 一下
w****a
发帖数: 710
21
来自主题: JobHunting版 - 帮发一个同学面G家onsite的面经
Google Onsite (onsite 地点在欧洲,伦敦)
本人 2013 9月毕业的master,在欧洲上学,申请 mountain view Software engineer,
new Grad.
现场提供Chrome book+Google Docs,如果有需要,不必白板
1. 简单的 if n even then n = n/2, if n odd then n = 3*n-1;
终止条件是 n==1
这似乎是一个数学证明上的难题,面试要求只是让我 n总共的 even count 和 odd
count
面试官从一开始就表示会有overflow,并且我们无法知道overflow的上界是多少.
我先无视overflow 条件,写出一般解法
然后接着分析: if n == odd, 3*n + 1 is even, then we can do: n = (3*n+1)/2 =
n + (n+1)/2
发现依然无法解决overflow的问题
然我我建议用BigInteger(面试官提示:you are on the right track). 此时我仍没想
到更好的解法
于... 阅读全帖
w****a
发帖数: 710
22
来自主题: JobHunting版 - 帮发一个同学面G家onsite的面经
Google Onsite (onsite 地点在欧洲,伦敦)
本人 2013 9月毕业的master,在欧洲上学,申请 mountain view Software engineer,
new Grad.
现场提供Chrome book+Google Docs,如果有需要,不必白板
1. 简单的 if n even then n = n/2, if n odd then n = 3*n-1;
终止条件是 n==1
这似乎是一个数学证明上的难题,面试要求只是让我 n总共的 even count 和 odd
count
面试官从一开始就表示会有overflow,并且我们无法知道overflow的上界是多少.
我先无视overflow 条件,写出一般解法
然后接着分析: if n == odd, 3*n + 1 is even, then we can do: n = (3*n+1)/2 =
n + (n+1)/2
发现依然无法解决overflow的问题
然我我建议用BigInteger(面试官提示:you are on the right track). 此时我仍没想
到更好的解法
于... 阅读全帖
u*****o
发帖数: 1224
23
JC你好, 请问你的ALGORITHM可以HANDLE rlen>10的情况吗?
就是这句,还是只适用rlen在2-9之间的CASE吧?
dest[j++] = rlen+'0';
J****3
发帖数: 427
24
处理楼主考虑的那种情况 可以再开个 char temp[] 存如rlen
比如 sprintf(temp, "%d", rlen);
然后再写入dest
M*****8
发帖数: 17722
25
【 以下文字转载自 Military 讨论区 】
发信人: MB80528 (肥猫(Contrarian)[食MM而肥]), 信区: Military
标 题: Re: 2013年7月9日最新的1688个看跌的股票。
发信站: BBS 未名空间站 (Tue Jul 9 22:18:23 2013, 美东)
2013年7月9日最新的1688个看跌的股票。
多数到顶。墙街已深入插管,吸血在即。
排列依次为,号码,股票符号,收市价。
#0001, A , 44.6000
#0002, AA , 7.9010
#0003, AAGIY , 17.1600
#0004, AAMRQ , 4.7300
#0005, AAN , 28.9700
#0006, AAON , 24.7400
#0007, AAP , 83.2000
#0008, AAUKY , 9.5300
#0009, ABAX , 50.2800
#0010, AB... 阅读全帖
x***y
发帖数: 633
26
来自主题: JobHunting版 - 我的几个面试算法解答。
For the "password" lock problem, the best solution is to use graph;
each number is a node, the directed edges between 2 nodes indicate extra
cost
if the dest comes after the source
for example "0000" to "0001" will be 1 while "0001" to "0000" is 4
Then problem becomes a hamilton path (np essentially)
x***y
发帖数: 633
27
来自主题: JobHunting版 - 我的几个面试算法解答。
For the "password" lock problem, the best solution is to use graph;
each number is a node, the directed edges between 2 nodes indicate extra
cost
if the dest comes after the source
for example "0000" to "0001" will be 1 while "0001" to "0000" is 4
Then problem becomes a hamilton path (np essentially)
g***j
发帖数: 1275
28
来自主题: JobHunting版 - g家onsite 面经
在HC挂了,不知道挂在哪儿
第一个,什么是bst,怎么用,怎么查,然后给一个bst,给一个数,返回离这个数最近
的数,要求写code,然后问我code有什么问题,问我coding style如何改进。我当时不
知道这个coding style指的什么,后来就是讨论哪儿有冗余code之类。谈想法,写code。
第二个,什么是多线程,给一个函数copy(char* src, char *dest), 如何设计这个函
数,是多线程safe的,谈想法,写code。
第三个,给一个无限长的整数序列,求这个整数序列的中数,要求limited memory,要
求谈想法,写code。
第四个,谈做过的project,给两个paragraph,如何判断这两个paragraph是相似的,
谈想法;给一个字符串,由多个word组成,要求求出这个连续的k以内的word组成的
word组合的次数,比如hello world all, k = 2 则返回hello 1, world 1, all1,
hello word 1, world all 1, 要求谈想法,写code
第五个,如何设计Google S... 阅读全帖
M*********r
发帖数: 70
29
来自主题: JobHunting版 - g家onsite 面经
多谢分享面经!
第二题的话是在写之前先要获得lock吗,防止src和dest被其他线程修改。还有什么需
要注意的呢?
请问第三题怎么做的?只知道用两个heap来做,但是不满足limited memory呀。
第四题判断相似能讲下思路吗?多谢了!
r*******n
发帖数: 3020
30
来自主题: JobHunting版 - g家onsite 面经
第二题,把dest加lock,完事后释放,应该就行了吧
p*****3
发帖数: 488
31
来自主题: JobHunting版 - Thread safe strcpy ??
看到前面人post了这样一个问题,所以顺便问一问
const char* copy(const char* src, char* dest, int n)
一般的做法是用一个wrapper来保护字符串。因为直接传来的是指针,好像没办法这么
做,应为src随时都可以在被copy的时候被修改。
是不是可以copy以后然后再对比copy后的memory和src是不是每个byte一样的,不一样
再retry?? 不过好像也不行
p*****3
发帖数: 488
32
来自主题: JobHunting版 - Thread safe strcpy ??
看到前面人post了这样一个问题,所以顺便问一问
const char* copy(const char* src, char* dest, int n)
一般的做法是用一个wrapper来保护字符串。因为直接传来的是指针,好像没办法这么
做,应为src随时都可以在被copy的时候被修改。
是不是可以copy以后然后再对比copy后的memory和src是不是每个byte一样的,不一样
再retry?? 不过好像也不行
L*******r
发帖数: 119
33
来自主题: JobHunting版 - Thread safe strcpy ??
copy src to an immutableList, then copy from immutableList to dest.
s********u
发帖数: 1109
34
lru整理在别的章节了。不过您指的是thread-safe的hashmap和lru么
?我会慢慢把一些
这种例题整理进去。不过我觉得如果只是加一个thread-safe的话,跟blockingqueue的
实现没什么本质差别,都是producer-consumer,不过之前看了一个偏底层的比如memcpy
(char *dest,char *src)倒是相当头大。
G**C
发帖数: 365
35
来自主题: JobHunting版 - 灭三哥也不容易
对,基本差不多的思路,唯一的优化是
dest永远比src大,因此每次搜索dst时候从Max(src, last dst)开始就可以了。
y*****e
发帖数: 712
36
题意我有点迷糊,不明白为啥public int read(char[] buf, int n)给出说buf是
destination buffer,
但看了答案之后半懂不懂的写了一个c++的,通过了,是这样的
int read(char *buf, int n) {
bool eof=false;
int readBytes=0;
while(!eof && readBytes<=n)
{
int sz=read4(buf);
if(sz<4) eof=true;
int bytes = min(n - readBytes, sz);
readBytes+=bytes;
buf+=bytes;
}
return readBytes;
}
大概的思路就是每次用read4从buf里读,然后指针往后挪,一直挪到eof或者n reached
,这里的buf应该和... 阅读全帖
z***m
发帖数: 1602
37
来自主题: JobHunting版 - Facebook,Linkedin, Google的面经
背景: EE通信PHD,转行的,接近4年通信chip公司经验。
我都是直接找朋友要的recruiter的email,发信过去,然后他们约了时间随便聊聊就安
排店面。也有内推的,反应慢一些,但也有反应。
店面
F: add two binary string, follow up是任意进制 (最多到16进制),第一次面,脑
子不灵,加上用collabedit时把网页调成125%,改code是两行叠一起了,没法看。就没
有时间做第二题了。
本以为妥妥悲剧了,结果国人小哥直接防水让onsite,感谢感谢。
L:又是一个中国小哥,
1.maximum depth of tree 热身
2.find number in rotated sorted array
3.把一个数,比如24,写成factor的乘积组合, 2*12, 2*2*3,。。。。(这道本来
不要求,只要说思路,但是我边说思路变写,很快就写完了)
onsite
F:1.find bad version, 比如isgood(version 1) = true, isgood(version 30) =
false, 找出第一个出错的... 阅读全帖
c********w
发帖数: 308
38
来自主题: JobHunting版 - BB面经
小印问的。给个下面的route, 然后input:string source, string destination.
打印出所有的可能路线。example, source=NY, dest=LA; return NY->LA, NY->DC->LA
, NY->Chicago->DC->LA. 先讨论下怎么存下面数据。我说用个
Map> routes; 然后想写个递归,最后没写完
source destination
NY DC
DC LA
NY LA
Chicago DC
LA NY
NY Chicago
.......
y*****5
发帖数: 883
39
来自主题: JobHunting版 - 苹果Senior马工包裹多大
有IC6,再上面就是DEST
s*****g
发帖数: 7857
40
52" Philips LCD 1080p 120Hz HDTV
$998.00
Sam's Club
http://www.samsclub.com/shopping/navigate.do?dest=5&item=451420&pCatg=13307
g*****9
发帖数: 4125
41
来自主题: Living版 - where to buy cheap garage door?
The costco Amarr door only have 6% in gross profit, it is as cheap as you
can get for the same door.
Not sure about the sams profit on garage door.
http://www.samsclub.com/shopping/navigate.do?dest=5&item=169177&pid=_Froogle&ci_src=14110944&ci_sku=941006
You can also try sears, I am sure they have higher profit margin than costco
and sams.
http://www.searsgaragedoors.com/
w*********n
发帖数: 248
u*********r
发帖数: 1181
c****o
发帖数: 32446
a**********y
发帖数: 930
45
Great review, many buyers return their Dyson to buy this one.
http://www.walmart.com/catalog/product.do?
dest=9999999997&product_id=10258692&sourceid=19708638691357614622&wmlspart
ner=lw9MynSeamY
y***n
发帖数: 1135
y***n
发帖数: 1135
47
Try this one?
Great review, many buyers return their Dyson to buy this one.
http://www.walmart.com/catalog/product.do?dest=9999999997&produ
H******7
发帖数: 34403
48
啥意思啊,黑五这款听说卖299,差不多价。
不知为啥TCL的这么hot.可能面板是三星的原因?
同样价格的SD上怎么没人讨论
http://www.walmart.com/ip/Sceptre-40-X405BV-FHD/16829822?dest=9
a****a
发帖数: 440
49

我这里点击personal banking就到了
http://www.capitalone.com/directbanking/?dest=/bank
可能c1在TX还有checking业务
j*******6
发帖数: 429
首页 上页 1 2 3 4 5 6 7 8 9 下页 末页 (共9页)