f*i
2 楼
我妈很喜欢小动物,经常收养流浪的小狗小猫。因为乡下重男轻女的思想,殃及了
猫狗。被遗弃或流浪的很多都是母猫母狗。因此我们家现在养的猫狗都是母的。
今年尤其厉害,一只母狗竟然生一胎六只小狗全是母的。这个概率岂不是2^6次方?
这应该算小概率事件。
而由这个小概率事件,我不禁担心是不是由于我家附近的环境污染太严重了,因为
我们那里沿江很多化工开发区,水污染和空气污染很严重。。。。
我妈开玩笑说家里的男女比例是1:12。(这里把猫狗都算上了)我爸统领着一个母
系部落。
猫狗。被遗弃或流浪的很多都是母猫母狗。因此我们家现在养的猫狗都是母的。
今年尤其厉害,一只母狗竟然生一胎六只小狗全是母的。这个概率岂不是2^6次方?
这应该算小概率事件。
而由这个小概率事件,我不禁担心是不是由于我家附近的环境污染太严重了,因为
我们那里沿江很多化工开发区,水污染和空气污染很严重。。。。
我妈开玩笑说家里的男女比例是1:12。(这里把猫狗都算上了)我爸统领着一个母
系部落。
g*j
3 楼
是一个作业题
说一个CSV有四列,要求用perl 输出第一列和第四列。第四列或者是一个单词,或者是
两个单词。如果是两个单词,要求输出的时候这两个单词用双引号引起来。
下面是我写的perl
open(in_file,"while ($line=)
{
($field1,$field2,$field3,$field4)=split',',$line;
if ($field4=~ /.\s./) {print "$field1, x\n";}
else {print "$field1,$field4";}
}
close (in_file);
我不知道怎么完成“如果是两个单词,要求输出的时候这两个单词用双引号引起来。
”这个任务,所以这里暂时用“x"代替了。
各位大侠,应该用什么代替“x"才能达到要求呢?
谢谢啊!
说一个CSV有四列,要求用perl 输出第一列和第四列。第四列或者是一个单词,或者是
两个单词。如果是两个单词,要求输出的时候这两个单词用双引号引起来。
下面是我写的perl
open(in_file,"while ($line=
{
($field1,$field2,$field3,$field4)=split',',$line;
if ($field4=~ /.\s./) {print "$field1, x\n";}
else {print "$field1,$field4";}
}
close (in_file);
我不知道怎么完成“如果是两个单词,要求输出的时候这两个单词用双引号引起来。
”这个任务,所以这里暂时用“x"代替了。
各位大侠,应该用什么代替“x"才能达到要求呢?
谢谢啊!
T*r
4 楼
【 以下文字转载自 Military 讨论区 】
发信人: Tigertiger (泰哥), 信区: Military
标 题: 推荐dropbox,类似icloud
发信站: BBS 未名空间站 (Thu Jun 16 13:54:35 2011, 美东)
推荐dropbox,功能类似icloud。
下载安装后,可以在一个文件夹里免费share 2G的文件。
在任何电脑上的操作,都会自动在所有的电脑上update。
http://db.tt/Z3kwhV8
发信人: Tigertiger (泰哥), 信区: Military
标 题: 推荐dropbox,类似icloud
发信站: BBS 未名空间站 (Thu Jun 16 13:54:35 2011, 美东)
推荐dropbox,功能类似icloud。
下载安装后,可以在一个文件夹里免费share 2G的文件。
在任何电脑上的操作,都会自动在所有的电脑上update。
http://db.tt/Z3kwhV8
s*i
5 楼
其中有一段,他不是很明白,请问各位有何高见,谢谢!
First pay the original purchase price plus declared but unpaid dividends on
each Series A Preferred Share. Thereafter, Series A Preferred Shares and
Ordinary Shares share on an as-converted basis until each holder of Series A
Preferred Shares has received $2.50 per share (including the original
purchasing price plus declared but unpaid dividends). Any remaining proceeds
will be distributed to holders of Ordinary Shares.
First pay the original purchase price plus declared but unpaid dividends on
each Series A Preferred Share. Thereafter, Series A Preferred Shares and
Ordinary Shares share on an as-converted basis until each holder of Series A
Preferred Shares has received $2.50 per share (including the original
purchasing price plus declared but unpaid dividends). Any remaining proceeds
will be distributed to holders of Ordinary Shares.
M*3
7 楼
print "$field1, "$field"\n"
【在 g***j 的大作中提到】
: 是一个作业题
: 说一个CSV有四列,要求用perl 输出第一列和第四列。第四列或者是一个单词,或者是
: 两个单词。如果是两个单词,要求输出的时候这两个单词用双引号引起来。
: 下面是我写的perl
: open(in_file,": while ($line=)
: {
: ($field1,$field2,$field3,$field4)=split',',$line;
: if ($field4=~ /.\s./) {print "$field1, x\n";}
: else {print "$field1,$field4";}
【在 g***j 的大作中提到】
: 是一个作业题
: 说一个CSV有四列,要求用perl 输出第一列和第四列。第四列或者是一个单词,或者是
: 两个单词。如果是两个单词,要求输出的时候这两个单词用双引号引起来。
: 下面是我写的perl
: open(in_file,": while ($line=
: {
: ($field1,$field2,$field3,$field4)=split',',$line;
: if ($field4=~ /.\s./) {print "$field1, x\n";}
: else {print "$field1,$field4";}
D*s
8 楼
1. You get your original investment back plus accrued dividend.
2. If there is anything left, You can participate in the distribution as if
all of your preferred shares have been converted into common shares.
3. Your total return is capped by $2.50 per share.
2. If there is anything left, You can participate in the distribution as if
all of your preferred shares have been converted into common shares.
3. Your total return is capped by $2.50 per share.
s*i
10 楼
Thanks - what is the ratio of conversion: 1:1?
if
【在 D**********s 的大作中提到】
: 1. You get your original investment back plus accrued dividend.
: 2. If there is anything left, You can participate in the distribution as if
: all of your preferred shares have been converted into common shares.
: 3. Your total return is capped by $2.50 per share.
if
【在 D**********s 的大作中提到】
: 1. You get your original investment back plus accrued dividend.
: 2. If there is anything left, You can participate in the distribution as if
: all of your preferred shares have been converted into common shares.
: 3. Your total return is capped by $2.50 per share.
D*s
12 楼
You need to check the orginal Preferred Stock Purchase agreement for the
conversion ratio. Normally there should be a specified conversion price
adjusted by a formula.
conversion ratio. Normally there should be a specified conversion price
adjusted by a formula.
相关阅读
######有个问题一直搞不明白#########Re: WES report question搬家遇到倒霉事,谁来付房租有牛人帮我查个案子么?[转载] 奔个专利的连接给大家How to Prepare for Writing Part in LSATLSAT考试里面急!!!!!!!!!! I-94过期怎么办家庭纠纷和美国的911Help! Where to download course outline??请问F1可以注册公司吗?[转载] Bill Gates Sr. will debate in UW next M.job hunting for the current 2Lscingular账单欺诈,如何采取法律行动可以拒付这笔钱吗?[转载] 如何向INS要回原始材料问个fraud的问题哈28岁或者29岁开始上law schoolSarbane-oxley is federal law?Re: Paul Hastings expands China IP group