由买买提看人间百态

topics

全部话题 - 话题: item1
1 (共1页)
c****a
发帖数: 50
1
题目有点长,求大牛赐一个漂亮点的解法
面试要求可以在eclipse等工具下完成,可以上网用google等
ProgA
System Dependencies
Components of computer systems often have dependencies--other components
that must be installed before they will function properly. These
dependencies are frequently shared by multiple components. For example, both
the TELNET client program and the FTP client program require that the TCP/
IP networking software be installed before they can operate. If you install
TCP/IP and the TELNET client program, and later decide ... 阅读全帖
p******o
发帖数: 125
2
class1 class2
item1 0.5 0.1
item2 0.5 0.2
item3 0.2 0.5
比如这是每个class_m中的instance含有item_i的概率
就是说,对于任何一个class1中的 instance,instance含有item1的概率是0.9,所以
不含的
概率是0.1
P(instance包含item1|class1)=0.5, so P(instance不包含item1|class1)=0.5
同理P(instance包含item2|class1)=0.5, so P(instance不包含!item2|class1)=0.5
假设P(class1)=P(class2)=0.5
比如来了一个新instance,含有item1, item2, 不含item3,所以
P(class1|instance)=0.5*0.5*0.5*(1-0.2)=0.1
P(class2|instance)=0.5*0.1*0.2*(1-0.5)=0.005
所以instance是class1的
也就是说,
h****r
发帖数: 2056
3
来自主题: Database版 - nested SQL help!
can I use only one SQl sentence to select an item from
multiple table?
like,
select item1 from /* here should be another SQL sentence to
get
all tablename I want to search item1 */
where item1 like 'something';
or at lease can be:
select item1 from Tab1, Tab2 where item1 like 'something".
Thanks a lot for help.
t*i
发帖数: 72
4
来自主题: Programming版 - 10G文件的排序问题
自己是在搞不定,在这里绝望中寻找希望。
文件大概有10G,格式如下,Item有很多,大概有5000个.
Item1
timestamp XXXX
timestamp XXXX
.....
.....
Item2
timestamp XXX
timestamp XXXX
....
.....
.....
ItemN
timestamp XXX
timestamp XXXX
每个item的timestamp是按照顺序排列的。
我现在需要在这N(5000)个item里任选M(1--5000)个item, 当我给出这M个item的名称, 程序会自动按照他们的timestamp排序。
电脑没这么多内存,估计要用external sorting, 另外速度需要很快。
简单的例子:
item1
9:00:07 A
9:00:50 B
item2
9:00:03 A
9:00:40 B
Item3
9:00:07 A
9:00:55 B
item1, itme2的时序排列就是
item3 9:00:07 A
item1 9:00:07 A
item1 9:00:50 B
ite
y******g
发帖数: 4
5
来自主题: JobHunting版 - 这道狗家的题有什么好的思路吗?
#include
#include
#include
#include
using namespace std;
struct Item {
int counter;
char c;

Item(): counter(0), c('\0') {};
Item(int counter_, char c_) : counter(counter_), c(c_) {};
Item(const Item &anotherItem): counter(anotherItem.counter), c(
anotherItem.c) {};
};
struct ItemCompare {
Item* prev;

ItemCompare(Item* prevItem): prev(prevItem) {};

bool operator() (const Item &item1, const Item &item2) {
... 阅读全帖
d********w
发帖数: 363
6
来自主题: JobHunting版 - [google面试]iterator访问
应该是对的,我试了一些test cases;
Vector item1 = new Vector();
item1.add(1);
item1.add(2);
Vector item2 = new Vector();
item2.add(3);
Vector> a = new Vector>();
//a.add(item2);
a.add(new Vector());
//a.add(item2);
Flat f = new Flat(a);
while(f.hasNext())
System.out.println(f.next());
l*****a
发帖数: 14598
7
来自主题: JobHunting版 - Ask an inteview question
这样做是否可以?
你需要item1,item2..itemn
人家有 package1,package2,package3... packagek(sort by total price)
item1 is in p1,p3,p4...
item2 is in p1,p5,p7
...
...
itemn is in p*,p*,P*
则 每个package list首项 一定包含item1..itemn 记录一个cost
然后移动package number最小的那个list的index,找到一个新的组合,包含所有。以此
类推
注意p1+p2>p3 所以第一项不见得是最小的,需要找到所有可能
a*******g
发帖数: 1221
8
来自主题: JobHunting版 - 请教一个DP题
target = 5, nums = {2, 3}, 也就是item1的size = 2, item2的size = 3
结果应该是1,也就是{item1, item2}
而错的解法会返回2,多数了一种情况{item2, item1},就是说错的解法会数重了,错
的解法没有考虑item之间的顺序。而正解的解法在递归时考虑到了item之间的顺序。
r*******n
发帖数: 3020
9
来自主题: Programming版 - 如何用Python或者Perl抓取文本?
输出所以以数值开头的行到新文件
没有测试。
如果文件不大
# Read data
f = open('your file', 'r')
lines = f.readlines()
f.close()
result = []
for each_line in lines:
item1, item2 = each_line.split()
if item1.isdigit(): # Assume in item1 there is
no dot
result.append(each_line)
# Write data
f = open('your new file', 'w')
f.write(''.join(result))
f.close()
R******k
发帖数: 357
10
多谢大家。确实不太计较薪水,楼上有说计较位置又有说不计较的,可能这个
consultant太坑爹了。
其实我想的东西更多是以后的学术道路。我在生物版发过我的排序,不过被人批了,还
很有道理。我的排序是
1. 好的postdoc导师和好的方向
2. postdoc funding, F32, K99
3. 文章,以及文章反应出来的科研能力/合作能力/潜在应用
4. 博士导师的推荐
我的想法是,
item1,如果留在博士实验室会耽误item1(因为博士导师不让其他应用,不让带走东西
,不支持找好的薄厚);
item2,如果留在博士实验室也会耽误item2(因为好多fellowship都需要在博士毕业后
1-2年内申请,还需要我现在先准备绿卡)。
至于item3,会不会找到下家之后再跟博士老板一起发以前的文章也一样?
item4,可能我是指望不上了,连给自己学生consultant这种事都能做出来。
然后有版上好心人提醒我文章还是最重要的,才最脚踏实地。没有文章其他都是虚幻。
这个也对。然后我就有点晕了,难道真的为了文章还要忍气吞声,冒着做consultant没
有benefit、没有安全、... 阅读全帖
y****9
发帖数: 252
11
我觉得呢个问题吾差咯,甘最残暴方式就O(n^2) 循环一次,如果吾考虑空间,你可以
Hashing。如果排序 + 循环 就O(nlogn) + O(n), 再进一步你可以问埋OOP:
class SomeCollection where T : IComparable
{
private List items;
private void Sort()
{
T item1;
T item2;
if(item1.CompareTo(item2) < 0)
{
//
}
}
}
距唔一定要识得算法情况下,问下given a Comparator, how to write a Sort
仲简单既题目就qsort啦,问问语言特性,譬如Lamda Expression
查使你有无打算卑我一个机会试下呢?
a*****j
发帖数: 72
12
这个我刚刚试了,能漂亮地转换成eps, 我的winedt也能识别文件,可是最后图没有
出来,只在相应的地方留了一块空白, 我是用的
\includegraphics[scale=1]{Item1}
item1是那个eps图文件,是winEdt的问题了么? 谢谢!
o******6
发帖数: 538
13
☆─────────────────────────────────────☆
lihao (思君) 于 (Mon Feb 25 20:21:08 2008) 提到:
I asked this question earlier, but on one seems to know the answer, maybe
my question was so unclear, here I tried to explain more clearly.
hope any expert can give me some poiters here.
I would be really really appraciated!!!!!!
/*rep: is replication id
s1: item1 score
r1: item1 response
s2: item2 score
r2: item2 response
for item 1 A is the right answer,
for item 2 B is the right answer,
*/
dat
j******o
发帖数: 127
14
Try below and modify:
data obtain;
length item1 $15;
set have;
do i=1 to (count(item,',')+1);
item1=scan(item,i,',');
output;
end;
drop i;
run;
c********n
发帖数: 394
15
本人的H1B已经快用了3年了,绿卡还遥遥无期。由于是小公司,公司没有移民律师,有
不想花钱请,于是就自己做了。还没有招我的时候,我老板给我申请的;现在我决定自
己做,省点钱。:)
用的PP服务,6月13号收到的申请,6月16号就批了。呵呵,效率算很高了。网上关于第
一次申请H1B的材料比较多,但是没有明确的关于延期的。我就将自己的cover letter
分享一下,也算是回报板上的xdjm们吧。:)
另外,感谢LP的仔细检查,在我邮寄前发现了一个填表中的大错误,使我及时改过来了
,没有导致RFE或者rejection。 呵呵。好了,以下是cover letter 的内容:
June 25, 2011
US Citizenship and Immigration Services
California Service Center
24000 Avila Road
2nd Floor, Room 2312
Laguna Niguel, CA 92677
ATTN: H-1B Extensions
Re: Petition to Extend the Stay of Specia... 阅读全帖
u*****2
发帖数: 61
16
F-1 student.
去年初忘了去学校签署8233和W9表,所以W2上item1的wages是扣了税的,不到5K。假设
W2第一项是3K吧,那么在填1040NR-EZ第3项时该怎么填呢?精华区考了下古,但问题跟我的不完全一样,麻烦大家指点
一下那几个关键的item改如何填写。
另外,我这种情况还需要attach一个8833 form吗?
先谢过了!
r******a
发帖数: 18
17
item 10是 dependent care benefit,我们这里是投到fsi账号里边,可是现在的问题
是,item5-item1才刚刚够去年投到403b里的钱,fsi里的钱难道不是也是免税的吗?
y****g
发帖数: 1
18
来自主题: Working版 - Re: Got H1b visa in Vancouver on 12/27
1. Employment confirmation letter from your company.
2. O-156, O-157
3. Passport and previous I-94
4. Visa application appointment confirmation letter.
5. OPT card
6. I-797A
7. I-129, I-129H, I-129W, LCA
8. Diploma for your degree
9. Recent paycheck stubs
I'm only asked to show item1,2,3,4,5,6 when I applied mine.
o******s
发帖数: 102
19
来自主题: Immigration版 - 问一下给父母办绿卡的事儿
想问一下如果给父母同时办绿卡,是应该把一个作为主申请人呢还是两个都分别是主申
请人?我的理解是两个分别作为主申请人,所以需要两个130, 485, 864.
在填写864的时候,是需要填一份呢还是分别填两份?特别是part3,item1-3,如果填
父亲为主申请人,需要也把母亲的信息填到item3吗?
寄材料的时候是分开寄还是放到一起寄?
谢谢了
p****n
发帖数: 1263
20
来自主题: Immigration版 - 问一下给父母办绿卡的事儿
我记得去年版上有个帖子专门讨论了父母绿卡的填表 里面提到父母分开填。不过你最
好读下instruction同时搜下那个帖子

:想问一下如果给父母同时办绿卡,是应该把一个作为主申请人呢还是两个都分别是主
申请人?我的理解是两个分别作为主申请人,所以需要两个130, 485, 864.
:在填写864的时候,是需要填一份呢还是分别填两份?特别是part3,item1-3,如果填
l**7
发帖数: 3940
21
There is a chance item1) denial . H4 for school is always good option and u
can apply for residency tuition brackets if you qualities, which gonna never
happened to F1.
l****1
发帖数: 215
C********n
发帖数: 15
C********n
发帖数: 15
24
Apr. 12th, 9:42 am, deal is still on
http://www.cabelas.com/catalog/search_catalog_command.cmd?item1
grab them ASAP, limited 5
B******O
发帖数: 472
25
来自主题: BrainTeaser版 - 糖湿糊习题集08题
先试一下思路吧。过会仔细想想,如果找到简单的,或者硬搞出来再贴。
其他xdjm努力。
1,因为是交替坐,那就先让所有的爷们先坐下来,共有P(n,n)种坐法。
2,任意抓一个女的出来,不坐在他老公旁边的坐法有P(n-2,1)种。
3,任意抓第二个女的出来,不坐在他老公旁边的坐法有
[P(2,1)/P(n,1)]*P(n-2,1)+[P(n-2,1)/P(n,1)]*P(n-3,1)种。
第一项是第一个女的坐在第二个女的老公旁边的情况,第二项是其他情况。
4,任意抓第三个女的出来,不坐在他老公旁边的坐法有
[P(2,2)/P(n,2)]*P(n-2,1)+[P(2,1)*P(n-2,1)/P(n,2)]*P(n-3,1)+
[P(n-2,2)/P(n,2)]*P(n-4,1)种。
每一项的意思类似Item 3的解释。
。。。。
最终,坐法有:Item1*Item2*Item3*.......
p********2
发帖数: 9939
26
来自主题: Exchange版 - 转孕妇装
今天收拾closet发现得处理一些东西,夏天的衣物不拿出来了,冬天的可能还能用得上
。东西都是国内搬的。自己还在孕期中。我穿0P,身高155cm。
item1:防辐射的,包括一个肚兜和一件马甲?没用过几次,太懒了。哪位有心的妹妹
可能用得上。$15
item2:大衣。全新。我大衣太多了了,这边天气也暖和。上面写着sizeM,腹围是比较
大的。长度应该不超过膝盖。$15
Item3(GONE):托腹牛仔裤。穿了一次,发现大腿部给我太挤,拉不到位。适合petite妹妹,我
还是有点肉肉。$6
item4:托腹裤。全新。还没来得及穿,夏天就过去了。这比较软,比较舒服的。应该是
过膝盖的。$6
Iterm5:牛仔裤,没穿过但是洗过,结果把右裤脚下面的金属纽扣洗掉了,不影响穿着
,自己稍微处理一下就没问题了。这条裤子给我大了些,裤腿比较宽松,或许是我自己
还没膨胀起来的结果。$8.
第一次转让东西,不包邮,价格定的不合理的还请不吝告知。有兴趣请站内联系。
t*********l
发帖数: 326
27
默认版规,不退不换.paypal/boa/wells fargo
优先Paypal, 如用paypal付款请选用Non-cc payment, 不要留任何信息。
站内信,回信请说明付款方法。不包邮。
来源及转手原因同上贴中的女靴:http://www.mitbbs.com/article_t0/Exchange/387441.html
年底公司(eCommerce)sample sale,厂商送来给采购部门的sample,非商场柜台,从未
被试过,状态很好。有一双有小块stain,照片上可以看到。没有盒子。卖的价格其实
和原价没关系,sample sale大部分都是一堆东西一个价。
我拍照很烂,所以附了网站链接。
全是size 9的,
Item1: UGG Clancy, Black,新品原价$225, 卖 $125
http://shop.nordstrom.com/s/ugg-australia-clancy-waterproof-boo
Item2:ugg lyle,stout leather,新品原价$175, 卖 $110
https://www.uggaustralia.c... 阅读全帖
t*********l
发帖数: 326
28
默认版规,不退不换.paypal/boa/wells fargo
优先Paypal, 如用paypal付款请选用Non-cc payment, 不要留任何信息。
站内信,回信请说明付款方法。不包邮。
年底公司(eCommerce)sample sale,厂商送来给采购部门的sample,非商场柜台,从未
被试过,状态很好。有一双有小块stain,照片上可以看到。没有盒子。卖的价格其实
和原价没关系,sample sale大部分都是一堆东西一个价。
我拍照很烂,所以附了网站链接。
全是size 9的,
Item1: UGG Clancy, Black,新品原价$225, 卖 $125(SOLD)
Item2:ugg lyle,stout leather,新品原价$175, 卖 $110 (SOLD)
Item3:UGG Ory, Black Wool,新品原价$210, 卖 $120
(左脚右前方有小块stain)
黑色,照片有色差,见链接 http://vip.zappos.com/ugg-ory
Item4:UGG Ory, Stout Wool,新品原价$210, 卖 $125
(... 阅读全帖
t*********l
发帖数: 326
29
【 以下文字转载自 Exchange 讨论区 】
发信人: talkinggirl (懒笨小肥猪), 信区: Exchange
标 题: 转 Ugg男鞋,男靴,从未穿或试穿
发信站: BBS 未名空间站 (Fri Jan 10 23:41:30 2014, 美东)
默认版规,不退不换.paypal/boa/wells fargo
优先Paypal, 如用paypal付款请选用Non-cc payment, 不要留任何信息。
站内信,回信请说明付款方法。不包邮。
来源及转手原因同上贴中的女靴:http://www.mitbbs.com/article_t0/Exchange/387441.html
年底公司(eCommerce)sample sale,厂商送来给采购部门的sample,非商场柜台,从未
被试过,状态很好。有一双有小块stain,照片上可以看到。没有盒子。卖的价格其实
和原价没关系,sample sale大部分都是一堆东西一个价。
我拍照很烂,所以附了网站链接。
全是size 9的,
Item1: UGG Clancy, Black,新品原价$225, 卖 $125
ht... 阅读全帖
M******a
发帖数: 2252
30
女飞哥啊, LOL.
Item1(25%) * I4(20%) * I6(40%) * I3 (50%) =1%
5年前, 美国top1%的年收入是346k, top 0.1%的收入是 5.6m, 小妞还让不让男人活了,
呵呵.
b*h
发帖数: 353
31
来自主题: BuildingWeb版 - 求助: 关于Perl and Javascript
问题1:JAVASCRIPT 能否连接数据库(mySQL)?
问题2:能否把 Javascript 嵌入在 Perl code 中(Perl for CGI),我曾作了简单测试
但不成功, 下面是code:
#!/usr/bin/perl -w
use strict;
use CGI;
use CGI::Carp qw(fatalsToBrowser);
my $teststring = 'This is content from Perl';
my @testarray = ('item1', 'item2', 'item3');
print <
print "Content-type: text/javascript";

alert('Soon, I will rebuild my browser!')
END

for (0..$#testarray) {
print <
document.write ('

$testarray[$_]

\\\\n')
END
}
Please help, th
x**m
发帖数: 941
32
来自主题: Linux版 - 有没有简化的xml?
这个中不中?
item1=value1
item2=value2
...
itemN=valueN
S**I
发帖数: 15689
33
concatenation operator
example: Fun(item1,item2) is expanded to item1item2
z****e
发帖数: 54598
34
来自主题: Programming版 - java 8就是一坨屎
here is a simple example of rx.map
Observable.from("item1")
.map((str1)->{
System.out.println("insde the map " + str1);
return str1;
})
.subscribe(System.out::println);
u can see str1 -> {blablabla}
S*********g
发帖数: 5298
35
跟winedt没有关系,
winedt只是一个编辑器。
你用的编译器是什么样的?
最大可能,我觉得是不是你的code有什么问题。
试试最简单的code,看看行不行
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\includegraphics{Item1.eps}
\end{figure}
\end{document}
g**c
发帖数: 144
36
how about
\includegraphics[width=0.8\textwidth]{Item1}
if u can see the image now, then adjust bb to crop off margins.
S**I
发帖数: 15689
37
来自主题: TeX版 - beamer的一个问题请教
google不出来是正常的,因为跟beamer没什么关系:
\begin{itemize}
\item[\textdagger] {\color{red}item1}
\item[\textasteriskcentered] {\color{green}item2}
\item item3
\end{itemize}
R******k
发帖数: 357
38
多谢!
其实我考虑更多的不是钱,不是现在的临时title。而且以后的学术道路。我自己的排序

1. 好的postdoc老板和好的方向,以及postdoc老板的推荐
2. postdoc funding, F32, K99
3. 文章,和文章反映出的合作能力/定义实际问题的能力
4. phd老板的推荐
留在本实验室会错过item1(因为博士老板不让带走东西,不让接触别人,不支持去好
实验室做薄厚),会错过item2(因为postdoc funding往往有时间限制,比如F32要
求头两年申请)。至于item3,文章,在不在本实验室留下都会发,在未来1-2年迟早会
发。item4,不管我怎么忍气吞声,我是不指望我博士导师的推荐信。
不知道我这个想法对不对。
D*******a
发帖数: 286
39
来自主题: Statistics版 - 请教 Longitudinal Data

Yes, binary outcome, have item( value as 1) or no item(value as 0), if have
item, then the amount is no-zero, so 14 items, each has item and item_amount
, so total 28 variables. Most of them are zero.
collected data three times every other week. one of data as following:
ID item1 item1_amount item2 item2_amount ........item14 item14_amount
001 1 5 0 0 0 0
002 0 0 0 0 1 21
.
.
.
010 1 2 1 ... 阅读全帖
z********8
发帖数: 172
40
来自主题: Statistics版 - April 22/ 2014 SAS BASE PASS
我今天过了SAS BASE, 没有SAS经验,我是从版上拿的资料,所以想回馈。。。。
不过我现在觉得应该很少有人过不了base的
Anyway
贴上来希望对后来的同学有利,也为自己攒点人品
很多70题上面的,我能记住的都写出来, 64题,全部选择题,也没有填空
1(选项变了), 3, 4, 5, 7, 10, 11, 12 (JAN, FEB, MAR变成其他的,题目意思没变)
, 14, 15, 17, 18(变了), 19, 20 , 21,
23(sasdatafolder), 24, 25, 26, 27, 28, 30, 31, 33, 34, 35, 36, 40, 42, 45
, 46, 47, 49, 50, 51, 52, 53, 54, 56, 59, 60, 61 (变形),
63, 65, 67, 69, 70(问法变)
explanation:
1 ) 两个地方 insert code, 选项变了,变成分开问, 答案还是Gender
12) JAN, FEB, MAR 变成 item1, item2, item3, 选项也随之变了,但是意思不变... 阅读全帖
w*******y
发帖数: 60932
41
Print this offer now, and be sure to bring it to the Member Services Desk in
-Club BEFORE you begin shopping.
Link:
http://www.bjs.com/about/news/content/item1,127.shtml
Must activate by 12/31/2010
w*******y
发帖数: 60932
42
I just ran across this coupon from BJ's Wholesale for a 60 day trial
membership for free.
Link:
http://www.bjs.com/about/news/content/item1,127.shtml
I've not shopped at BJ's before but figured someone may find this trial
useful.
BJ's Wholesale Club has over 180 locations in 15 states:
Connecticut
Delaware
Florida
Georgia
Maine
Maryland
Massachusetts
New Hampshire
New Jersey
New York
North Carolina
Ohio
Pennsylvania
Rhode Island
Virginia
I
w*******y
发帖数: 60932
w*******y
发帖数: 60932
44
Link:
http://www.bjs.com/about/news/content/item1,127.shtml?sc_cid=affil
click here for 60 days free membership trial.
Enjoy.
m******s
发帖数: 8493
j****m
发帖数: 3137
46
来自主题: _PerfectMoms版 - where
free 60 days trial
http://www.bjs.com/about/news/content/item1,127.shtml
i saw lots of twins last month when I had their trial
didn't pay attention to Costco and Sams which I have memembership
1 (共1页)