由买买提看人间百态

topics

全部话题 - 话题: compare
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
f********g
发帖数: 4
1
【 以下文字转载自 Software 讨论区 】
【 原文由 frostzhong 所发表 】
I want to compare two algorithms. I need the empirical data of their CPU
time. How can I do it? use special software or programming it myself using
some specific functions?
w****c
发帖数: 10
2
来自主题: Unix版 - how to compare date
another question:
in shell script, how to compare date? for instance, give the
"19/Mar/2002:17:14:06", ask if this time is within a specified
time slot, for example, last 50 minutes? how could you implment
it?
thanks! Here are a lot of unix guru.really benefit from it.
s**i
发帖数: 30
3
来自主题: Unix版 - how to compare date
you can use something like this to compare two time:
#!/bin/bash
E_NOTSAMEDAY=-197
E_PARAM_ERR=-198
if [ -z "$2" ]
then
exit $E_PARAM_ERR
fi
day1=`echo $1|cut -d: -f1`
hour1=`echo $1|cut -d: -f2`
min1=`echo $1|cut -d: -f3`
#sec1=`echo $1| cut -d: -f4`
day2=`echo $2|cut -d: -f1`
hour2=`echo $2|cut -d: -f2`
min2=`echo $2|cut -d: -f3`
#sec2=`echo $2| cut -d: -f4`
if [[ "$day1" != "$day2" ]]
then
exit $E_NOTSAMEDAY
fi
diffh=$((hour2-hour1))
diffm=$((min2-min1))
difft=$((diffh*60+diffm))
ech
i***e
发帖数: 3219
4
来自主题: Unix版 - compare which file is newer
how to compare, with a command or script, which file is newer:
one is in the local machine, another is in a remote machine.
l****a
发帖数: 336
5
来自主题: Accounting版 - [求助] 哪里可以查Q4的Comparable Sales
现在有某公司前3季度的10-Q表3份,以及年度10-K表
我如果要查第4季度的Comparable Sales,要从哪里查
如果不在10-K中,哪里可以找得到这个数据?
我不是学会计的,对这些表简直一窍不通
指望大虾指点
http://google.brand.edgar-online.com/displayfilinginfo.aspx?FilingID=2201425-765-302020&type=sect&TabIndex=2&companyid=2163&ppu=%252fdefault.aspx%253fsym%253dMCD
10-K在这里
多谢
S***9
发帖数: 31
6
加州考的 发现新出的成绩上只有weaker/stronger,没有comparable,没有分数
还不如旧的评分系统清楚呢
y********o
发帖数: 157
7
有comparable,可是没有分数了。
g**a
发帖数: 1035
8
网上的分数,我只看到advisory分数,然后发email一份,也只是说哪门pass了,
经常在本版看到大家说什么自己MCQ stronger,simulation comparable。这些信息
怎么知道的?谢谢。
s*r
发帖数: 2757
9
http://www.pnas.org/content/early/2010/04/28/0914771107
Comparing genomes to computer operating systems in terms of the topology and
evolution of their regulatory control networks
The genome has often been called the operating system (OS) for a living
organism. A computer OS is described by a regulatory control network termed
the call graph, which is analogous to the transcriptional regulatory network
in a cell. To apply our firsthand knowledge of the architecture of software
systems to understa
s****6
发帖数: 34
10
Hello, Friends,
When I suspect one specific mRNA is a target of one microRNA, and I didn't
get a clue from those popular web-based target prediction tools. Can I
manually compare this microRNA with the 5'UTR and 3 UTR of that mRNA for
seed matching? What software could be used for this purpose?
Thanks a lot for any pointers!
u*********1
发帖数: 2518
11
我觉得这都算一个大方向吧
comparative genomics或许是更偏evolution?但估计也是和sequence打交道吧?
你说的好发paper的,估计都是和人类疾病有关的把?
所以我觉得你的phd training的东西肯定也可以用上的,只不过evolution是冷门,更
理论。。。
l******e
发帖数: 470
12
来自主题: Computation版 - how fast is CVXOPT compared with CVX (转载)
【 以下文字转载自 Mathematics 讨论区 】
发信人: lapordge (lapordge), 信区: Mathematics
标 题: how fast is CVXOPT compared with CVX
发信站: BBS 未名空间站 (Fri Jun 18 19:09:36 2010, 美东)
Anybody has experience on this?
Thanks.
g******s
发帖数: 4
13
来自主题: Economics版 - [转载] Comparative Economic Theories
【 以下文字转载自 Joke 讨论区,原文如下 】
发信人: goodness (goodness), 信区: Joke
标 题: Comparative Economic Theories
发信站: Unknown Space - 未名空间 (Sat May 8 03:45:04 2004) WWW-POST
如果太老,请轻轻地peng
TRADITIONAL CAPITALISM
You have two cows.
You sell one and buy a bull.
Your herd multiplies, and the economy grows.
You sell them and retire on the income.
ENRON VENTURE CAPITALISM
You have two cows.
You sell three of them to your publicly listed company, using letters of
credit opened by your brother-in-law at the bank, then
s****1
发帖数: 30
14
请问LLM program, IP法好找工作还是international and comparative法好找工作?谢
谢.
a*****h
发帖数: 53
15
【 以下文字转载自 JD 俱乐部 】
发信人: alanwzh (alan), 信区: JD
标 题: Any one wants to compare GW and GULC?
发信站: BBS 未名空间站 (Sun Dec 5 19:12:22 2010, 美东)
Applied to both, science background.
May get some $$ from GWU, already got in GULC.
How much difference does GULC make to give up the $$ at GWU?
Any comments?
Thanks
o******d
发帖数: 1552
16
I am sorry to tell you that there is a small hole in my proof. You have to
express the graph using the Hesse diagram, then the proof can be corrected
otherwise the "transtivity" does not hold. I check out the definition
in Math site and find it uses this definition for comparability graph:
if p<=q or q<=p, then p is connected to q. Actually, you only need one,
say, p<=q then the Hesse diagram is used:
p
|
|
q
If you don't say it clearly, then the proof may fail in this case:
p<=q
w********s
发帖数: 59
17
I suggest you use WinMerge (free software) to compare. Very useful!
J*******0
发帖数: 108
18
Hi, Dear all:
I want to bring up one common question for interview to discuss:
"Please compare US and Chinese health system." According to my and my
friends' experience, this is a common Q.
Let's discuss and any thoughts are welcome.
My Q is, is there any meaning behind this Q?
J*3
发帖数: 74
19
来自主题: MedicalCareer版 - 有大侠了解comparative pathology吗?
最近在联系一个医院的实验室做postdoc,是infection disease 的comparative
pathology方向。我现在非常想了解的是,如果考board算是一个plus experience吗?我现在是打
算postdoc期间考board。如果万一没走board这条路,postdoc出来以后,走academia的路会怎么
样,机会多吗?
俺已经浑浑噩噩地过了太久,这次想多了解点情况再做选择,免得以后又后悔。请
问有大侠了解这方面的情况吗?万分感谢。
v*******7
发帖数: 883
20
US Immigration Attorney and
Canadian Immigration Lawyer Professional, Executive and Cross-Border Spousal
Immigration Law
Comparing Immigration Options for Nurses
U.S.A. vs. Canada
by Andy J. Semotiuk
Introduction
According to the report "Health Worker Shortages & the Potential of
Immigration Policy" of Immigration Policy in Focus (Volume 3, February 2004)
, 11.5 percent of registered nurses and 17 percent of nursing, psychiatric
and home health workers in the United States were foreign-born. T
H******i
发帖数: 4704
21
来自主题: Quant版 - compare goldman and morgan bonus
Jan. 21 (Bloomberg) -- Goldman Sachs Group Inc., facing criticism from
politicians and labor unions for near-record compensation pools, set aside $
16.2 billion to pay employees, the smallest portion of revenue since the
firm went public in 1999.
The amount, 35.8 percent of revenue, is enough to pay each of the 32,500
employees $498,246. That compares with an average pay of $316,928 a year
earlier and is down from the record $661,490 in 2007.
_____________________________________________________
l*****0
发帖数: 179
22
it's actually trying to compare the probability of the point deviates from
its mean.
l******9
发帖数: 579
23
来自主题: Quant版 - compare two large tables SQL (转载)
It also ran out of memory. Thanks !
发信人: joa (不痛不痒), 信区: Quant
标 题: Re: compare two large tables SQL (转载)
发信站: BBS 未名空间站 (Thu May 8 20:05:30 2014, 美东)
how about
: SELECT *
: FROM t1, t2
: WHERE NOT(t1.column1 = t2.column1 AND t1.column2 = t2.column2
: AND t1.column3 = t2.column3 AND t1.column4 != t2.column4)
n****n
发帖数: 59
G****n
发帖数: 32
25
Can you please say more details? Do you mean I select a 5x5 window, then
calculate variance of first 3x3 pixels? then calculate all next? If that is
right, then I should get 9 variances from this 5x5 window. then average
these 9 values into one to compare?
Do you have any link for this method?
Thanks for help.

local variance.
s**a
发帖数: 8648
26
Mini-Conference: Comparing Past and Present
Berkeley, CA
August 12, 2009
8:00 – 9:00 am: Breakfast
9:00 – 11:00 am: Opening Plenary, “Past and Present: Using Theory”
Elisabeth Clemens, University of Chicago
“Varieties of Change: Emergence and Disruption in Historical Sociology”
John R. Hall, UC Davis
“Apocalypse in the Long Run: Reflections on the Third Wave and Huge
Comparisons”
Edgar Kiser, University of Washington
“Relationships between the Past and Present in Historical Sociology:
c**********e
发帖数: 2007
27
来自主题: Statistics版 - How to compare two correlations in SAS?
I have a sample of patients, each has variable
weight (w), height (h) and blood pressure (p).
How to compare corr(w,h) and corr(w, p) in SAS?
What is the statistical test?
Thanks a lot,
A*********u
发帖数: 8976
28
来自主题: Statistics版 - How to compare two correlations in SAS?
用 proc corr

I have a sample of patients, each has variable
weight (w), height (h) and blood pressure (p).
How to compare corr(w,h) and corr(w, p) in SAS?
What is the statistical test?
Thanks a lot,
w***z
发帖数: 28
29
来自主题: Statistics版 - How to compare two correlations in SAS?
just woudering: corr(w,h) and corr(w, p) are just two numbers, how can and
possible to do statistical test for 2 numbers?
have a sample of patients, each has variable
weight (w), height (h) and blood pressure (p).
How to compare corr(w,h) and corr(w, p) in SAS?
What is the statistical test?
Thanks a lot,
a********r
发帖数: 2
30
最近找一篇文章Miettinen O, Nurminen M. Comparative analysis of 2 rates.
Statistics in Medicine 1985;4:213-26
由于年代早远,没找到这本杂志,如果那位xdjm方便提供,不甚感激!
n***i
发帖数: 195
31
来自主题: Statistics版 - Biostat offers: compare (转载)
【 以下文字转载自 Faculty 讨论区 】
发信人: newwi (dummy呆瓜), 信区: Faculty
标 题: Biostat offers: compare
发信站: BBS 未名空间站 (Sun May 3 14:08:13 2009)
Two offers
1. School A: Research track AP (non-tenure)
A university very strong in public health, medicine and Biostat (e.g.
UNC).
2. School B: Tenure-track AP
A university with fairly good public health and medical schools, but
weak Biostat (e.g. a university in the southwest ).
Similar salary.
Location: A better
salary: B can get more percentage of hard money (50%)
s*r
发帖数: 2757
32
来自主题: Statistics版 - How to compare two parameters.
f test is usually for nested model
i guess you can use bayes factor to compare one fitting is better than the
other
r******r
发帖数: 138
33
来自主题: Statistics版 - How to compare two parameters.
then what exactly are you comparing here?
a********h
发帖数: 819
34
How do you compare the following career paths for MS statisticis?
Of course assuming jobs can be obtained first
1. statistician in pharma/biotech
2. programmer in pharma/biotech
3. Modeler/Analyst in Insurance Industry
4. Modeler/Analyst in Banking
Please comment, thanks.
l*****0
发帖数: 179
35
it's actually trying to compare the probability of the point deviates from
its mean.
Y*****o
发帖数: 1173
36
来自主题: Statistics版 - Compare two correlation coefficients
I have variable A, B, C, and need to compare correlation coefficients A&B
and A&C.
I wonder which method I can use?
This seems to be an extremely simple question, but the Fisher z-
transformation only works when these two coefficients are independent.
Thanks a lot.
t*****w
发帖数: 254
37
来自主题: Statistics版 - compare two large tables SQL (转载)
Please use python to compare the string and summarize the final result.
c*********i
发帖数: 2749
38
TracFone Valentine's Day Offers:
Compared with Simple Mobile, TracFone has more airtime discounts to offer:
Purchase 120 minute/90 days card with double minutes, get 30 bonus minutes.
Promo Code: 97348
Purchase 200 minute/90 days card with double minutes, get 40 bonus minutes.
Promo Code: 70198
Purchase 450 minute/90 days card with double minutes, get 50 bonus minutes.
Promo Code: 57235
Purchase 1 year/400 minute card with double minutes, get 300 bonus minutes.
Promo Code: 53337
Purchase 1 year/... 阅读全帖
l*******r
发帖数: 39279
39
小宝这几个帖子写得很专业,我把它们combine一下,奖励100块钱。其他参与讨论经济
问题又言之有物的id一个人发20块。
另外我刚看到comparative advantage, opportunity cost (我老今天才知道
opportunity cost的exact meaning). 我今天下载到英文版了,英文版举例子用Tiger
Woods;我之前下的中文版估计还比较老,举例子用的是乔丹。网上真是啥都有啊,连
讲解这门课的ppt slides都有,总共800多页!
w*******y
发帖数: 60932
40
Today only, GraveyardMall.com offers the Antique Silver 3-Light Rustica Semi
Flush Ceiling Light, model no. f1166f40, for $19.99 + $5.99 for shipping.
The this item may be imperfect and have small black dots on the antique
silver base that attaches along the ceiling. Compare at: $360
link:
http://www.graveyardmall.com/sani3ruseflc.html
w*******y
发帖数: 60932
41
Home Depot Special Buy
Nexgrill 4-Burner LP Gas Grill w/ Rotisserie Burner - $199 (Compare at $379)
Sale Starts Tomorrow 6/17 and runs through 6/23
Total Cooking Surface: 634 sq.ft.
Total 48,000 BTUs
One Side Burner for Marinades or Side Dishes
Fully Enclosed Cart w/ Doors for Ample Storage
Porcelain Cast Iron Cooking Grids for Even Heat Distribution
Tank Sold Separately
Good idea for Father's Day or if you are in the market for a grill for the
summer!
w*******y
发帖数: 60932
42
Thermaltake Frio Overclocking-Ready Intel Core i7&i5 Five 8mm Heatpipes Dual
120mm Fans Intel & AMD Universal CPU Cooler CLP0564 $34.99AR @ Fry's B&M(
compar ed to $58.86 on newegg)
rebate can be found here. as title states, $34.99 AR price is only good in
stores,
Link:
http://www.frys.com/product/6393391?site=sr:SEARCH:MAIN_RSLT_PG
ad can be seen here
Link:
http://ads.ocregister.com/interactive-ads/ocr/images/pdf/0009284274-01.pdf
for comparison, it is $58.86 on Newegg
Link:
http://www.neweg... 阅读全帖
w*******y
发帖数: 60932
43
Link:
http://cgi.ebay.com/KitchenAid-Artisan-5Qt-Stand-Mixer---Refurb
#ht_2862wt_979" rel="nofollow" target="_blank" onclick="_gaq.push(['_
trackEvent', 'thread', 'click', '3323098 - ebay-deal-of-the-day-160-
kitchenaid-stand-mixer-factory-refurbished-white-compare-to-349.99-msrp-for-
new-save-54']);">http://cgi.ebay.com/KitchenAid-Ar...2862wt_979
Description
Refurbished ArtisanSeries model has a 325-watt motor, 5 quart stainless
steel bowl with comfort handle and a tilt-back mixer head design t... 阅读全帖
k***n
发帖数: 3158
44
来自主题: _pennystock版 - 4 small-cap oil/gas companies to compare
I would stay with SDCJF among these four
shale oil/gas is a leveraged subsector that I think will perform well
with a rising oil price. RAME does not seem to be a shale play.
SDCJF's assest is much larger and in a more developed areas, especially
Bakken basin. They got in very early and bought these huge assets with
very low price. Now they are selling the interests along the way by having
JV with CHK and other senior players, using others money to carry them
into production. With the increase o... 阅读全帖
k***n
发帖数: 3158
45
来自主题: _pennystock版 - 4 small-cap oil/gas companies to compare
I would stay with SDCJF among these four
shale oil/gas is a leveraged subsector that I think will perform well
with a rising oil price. RAME does not seem to be a shale play.
SDCJF's assest is much larger and in a more developed areas, especially
Bakken basin. They got in very early and bought these huge assets with
very low price. Now they are selling the interests along the way by having
JV with CHK and other senior players, using others money to carry them
into production. With the increase o... 阅读全帖
r****o
发帖数: 1950
46
来自主题: _Android版 - Can anyone compare BREW and Android?
I am using BREW in my current work.
It seems Android is more popular in job market.
Can anyone compare BREW and Android in technology?
s******8
发帖数: 2131
47
来自主题: Faculty版 - WSJ也开始出排名了
#1 Stanford University 92/100 Compare
#2 Massachusetts Institute of Technology 91.3/100 Compare
#3 Columbia University 90.9/100 Compare
#4 University of Pennsylvania 90.8/100 Compare
#5 Yale University 90.4/100 Compare
#6 Harvard University 90.3/100 Compare
#7 Duke University 90/100 Compare
#8 Princeton University 89.6/100 Compare
#9 Cornell University 89.1/100 Compare
#10 California Institute of Technology 89... 阅读全帖
s******8
发帖数: 2131
48
来自主题: Faculty版 - WSJ也开始出排名了
#1 Stanford University 92/100 Compare
#2 Massachusetts Institute of Technology 91.3/100 Compare
#3 Columbia University 90.9/100 Compare
#4 University of Pennsylvania 90.8/100 Compare
#5 Yale University 90.4/100 Compare
#6 Harvard University 90.3/100 Compare
#7 Duke University 90/100 Compare
#8 Princeton University 89.6/100 Compare
#9 Cornell University 89.1/100 Compare
#10 California Institute of Technology 89... 阅读全帖
f**d
发帖数: 768
49
来自主题: Neuroscience版 - eBook: From computer to brain
这是一本计算神经科学的优秀著作,全文拷贝这里(图和公式缺),有兴趣的同学可以
阅读
如需要,我可以分享PDF文件(--仅供个人学习,无商业用途)
From Computer to Brain
William W. Lytton
From Computer to Brain
Foundations of Computational Neuroscience
Springer
William W. Lytton, M.D.
Associate Professor, State University of New York, Downstato, Brooklyn, NY
Visiting Associate Professor, University of Wisconsin, Madison
Visiting Associate Professor, Polytechnic University, Brooklyn, NY
Staff Neurologist., Kings County Hospital, Brooklyn, NY
In From Computer to Brain: ... 阅读全帖
j****i
发帖数: 742
50
I bought WUBA back today and bought it a lot because it is so cheap...
-----------------------------------------
——$58同城(WUBA)$ 总营收为6460万美元,同比增长83.9%,高于6100万至6300万美元
的公司指导性预测。
——毛利率为94.7%,高于去年同期的93.9%。
——Q2销售及市场费用4030万美元,同比增106.6%,其中广告花费高达1650万美元[心
碎了];
——non-GAAP(非美国通用会计准则)净利润为1240万美元,去年同期为550万美元。
——截至6月30日,公司现金、现金等价物、短投共计4.143亿美元;Q2运营现金流为
2220万美元;
——公司预计第三季度总营收6600-6800万美元,增速在59-63%。
Second Quarter 2014 Financial Highlights
Total revenues were US$64.6 million, an 83.9% increase from the same p... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)