topics

全部话题 - 话题: generate
首页 2 3 4 5 6 末页 (共10页)
M*******r
发帖数: 165
1
来自主题: Computation版 - 请教关于random number generator
给一个seed以后,generator产生的数是uniform distribution.
那么给N个随机的seed(independent,不确定的distribution)到N个generator,产生
的第一个
随机数(N个)也是independent的吗?也是uniform distribution吗?
b*******2
发帖数: 2121
2
现在做实验,想要一个high power,high current的pulse generator,具体要求:
square wave,voltage amp: up to 50V
current: up to 2A
pulse width: 100ns~100ms
duty cycle: up to 80%
实验室有一个Agilent | 8114A , 说是duty cycle能到100%,但是duty cycle大于50%以
后,voltage amp就只能到25V了.满足不了要求.
google一下hihg power generator,第一个跳出来就这个. 找不到其他的了,哪位大侠能
够推荐一个,或者推荐下哪里能找到? 多谢啊
b*******2
发帖数: 2121
3
请看附图, 是个laser 的 LIV curve,主要看电流和电压,peak 处15V, 70A.
这样的IV curve 需要什么样的pulse generator 能驱动啊? 我只能找到些高电压的
pulse generator, 不知道什么样的能产生这么高电流的呢?
请帮忙推荐一下? 哪里能找到? 或者如果自制,需要怎么样做?
另外, 这个图是从别人paper 中截过来的, 不知道贴在这里合适不? 如果不合适, 请提
醒,我删除掉. 如果原作者也上mit, 看到了请不吝赐教啊. 呵呵~
多谢!
n****n
发帖数: 101
4
【 以下文字转载自 EE 讨论区 】
发信人: nissan (Go! Millan!), 信区: EE
标 题: 可以用MGF(moment generating function)方法求取非连续变量吗?
发信站: BBS 未名空间站 (Sat Feb 2 01:09:50 2008)
可以用MGF(moment generating function)方法求取非连续变量吗?
MGF思想是,如果{X1, X2,...XN} is a sequence of independent (and not
necessarily identically distributed) random variables, 那么其和M(X)=X1+X2+..
+XN的概率密度函数可以表示为M(X)=M(X1)*M(X2)*...*M(XN),从而可以通过Xi的密度
函数f(xi)反求其和M(X)的密度函数表达式。
但能够用以上方法求解非连续(non-continuous)的密度函数分布吗?就是说如果Xi是非
连续的离散变量,也可以用此MGF思想吗?
多谢
m******t
发帖数: 273
5
【 以下文字转载自 Statistics 讨论区 】
发信人: myregmit (myregmit), 信区: Statistics
标 题: Predict values of vectors by other vectors generated by black box
functions
发信站: BBS 未名空间站 (Sun Mar 2 11:38:56 2014, 美东)
Hi,
I need to solve a problem about predicting values of some numerical vectors
by using other numerical vectors with all these vectors in the same vector
set, which is generated by one or more black box functions.
Given a vector space:
P =[S_1, S_2, …, S_T | Sk is a vector of q numbers, k = 1, ..., T]... 阅读全帖
m******t
发帖数: 273
6
【 以下文字转载自 Statistics 讨论区 】
发信人: myregmit (myregmit), 信区: Statistics
标 题: long time generating gamma distribution in python
发信站: BBS 未名空间站 (Thu Mar 13 19:04:24 2014, 美东)
I need to generate a truncated gamma distribution pdf curve and histogram in
python 3.
2 on win7.
import numpy as np
import matplotlib.pyplot as plt
import scipy.special as sps
shape, scale = 2., 2. # mean and dispersion
counter =0
s = []
upper_bound = 4
lower_bound = 0.5
while (counter <= 1000):
t = np.random.gamma(shape, ... 阅读全帖
p********y
发帖数: 111
m******e
发帖数: 45
8
How to generate uniform [0,1] distributed random numbers with correlation
rho?
generating correlated gaussian r.vs are trivial, but it seems there is no
clean way
for uniform r.v. , any idea? thanks.
m******t
发帖数: 273
9
【 以下文字转载自 Statistics 讨论区 】
发信人: myregmit (myregmit), 信区: Statistics
标 题: Predict values of vectors by other vectors generated by black box
functions
发信站: BBS 未名空间站 (Sun Mar 2 11:38:56 2014, 美东)
Hi,
I need to solve a problem about predicting values of some numerical vectors
by using other numerical vectors with all these vectors in the same vector
set, which is generated by one or more black box functions.
Given a vector space:
P =[S_1, S_2, …, S_T | Sk is a vector of q numbers, k = 1, ..., T]... 阅读全帖
m******t
发帖数: 273
10
【 以下文字转载自 Statistics 讨论区 】
发信人: myregmit (myregmit), 信区: Statistics
标 题: long time generating gamma distribution in python
发信站: BBS 未名空间站 (Thu Mar 13 19:04:24 2014, 美东)
I need to generate a truncated gamma distribution pdf curve and histogram in
python 3.
2 on win7.
import numpy as np
import matplotlib.pyplot as plt
import scipy.special as sps
shape, scale = 2., 2. # mean and dispersion
counter =0
s = []
upper_bound = 4
lower_bound = 0.5
while (counter <= 1000):
t = np.random.gamma(shape, ... 阅读全帖
m********r
发帖数: 811
11
来自主题: Science版 - [edit] Event generator list
Event generators are software packages that randomly generate particle
physics events produced in particle accelerators, collider experiments, or
during the initial phases of the creation of the Universe (Big Bang). Events
come in different types called 'processes' as discussed in Automatic
calculation of particle interaction or decay.
m******t
发帖数: 273
12
【 以下文字转载自 Statistics 讨论区 】
发信人: myregmit (myregmit), 信区: Statistics
标 题: Predict values of vectors by other vectors generated by black box
functions
发信站: BBS 未名空间站 (Sun Mar 2 11:38:56 2014, 美东)
Hi,
I need to solve a problem about predicting values of some numerical vectors
by using other numerical vectors with all these vectors in the same vector
set, which is generated by one or more black box functions.
Given a vector space:
P =[S_1, S_2, …, S_T | Sk is a vector of q numbers, k = 1, ..., T]... 阅读全帖
m******t
发帖数: 273
13
【 以下文字转载自 Statistics 讨论区 】
发信人: myregmit (myregmit), 信区: Statistics
标 题: Predict values of vectors by other vectors generated by black box
functions
发信站: BBS 未名空间站 (Sun Mar 2 11:38:56 2014, 美东)
Hi,
I need to solve a problem about predicting values of some numerical vectors
by using other numerical vectors with all these vectors in the same vector
set, which is generated by one or more black box functions.
Given a vector space:
P =[S_1, S_2, …, S_T | Sk is a vector of q numbers, k = 1, ..., T]... 阅读全帖
p********a
发帖数: 5352
14
☆─────────────────────────────────────☆
jejune (孑孓) 于 (Wed Nov 7 12:47:17 2007) 提到:
what is the simplest way to generate 2 uniform random vaiables of given
correlation?
☆─────────────────────────────────────☆
sir ( 郎 ) 于 (Wed Nov 7 18:22:27 2007) 提到:
it is hard to get the simplest one
a simple one is generate independent x and y
and use x, x+ay, where a is a parameter to adjust

☆─────────────────────────────────────☆
jejune (孑孓) 于 (Thu Nov 8 09:49:55 2007) 提到:
but if x,y ~ uni
h*****y
发帖数: 2
15
As stated in the title, I need to generate the frequencies (probalitiy) for
each category and rank the probality in SAS. If the frequencies are
generated with crosstabluate table, how to rank the numbers? Any one can
help? Thanks!
l***o
发帖数: 194
16
I am learning from this article about how you can generate a txt file for a
directory. but when I use this one line code here, not working. can anyone
help? I have been trying this for few hours. :-(
thanks.
x “dir c:\chen >c:\chen\proglist.txt”
The generated .TXT file looks like the following:
Volume in drive C has no label
Volume Serial Number is 07CF-0B10
Directory of C:\chen
. 05-24-01 2:35p .
.. 05-24-01 2:35p ..
PROG1 SAS 0 05-24-01 2:35p prog1.sas
PROG2 SAS 0 05-24-01 2:35p pr
s********9
发帖数: 74
17
来自主题: Statistics版 - How to generate PDF report in SAS?
I will need to generate the PDF report for a large dataset when dataset
update every time. Most of the SAS output will be acceptable, but the tables
cannot cross the pages. The font sizes will be different for the front page
, contents and section titles. And also the contents should have page number
. Does anyone here know the convenient method to control the SAS output font
size and style? Does anyone here know how to get all those done and
generate the PDF report by SAS code?
If you get any i
f***a
发帖数: 329
18
From the description of "runif()"
"runif will not generate either of the extreme values unless max = min or
max-min is small compared to min, and in particular not for the default
arguments."
It seems 0 won't be generated, so ceiling(runif(1)*N) should works OK.
c***z
发帖数: 6348
19
【 以下文字转载自 DataSciences 讨论区 】
发信人: chaoz (晨钟暮鼓), 信区: DataSciences
标 题: generating percentile-percentage charts
发信站: BBS 未名空间站 (Mon Nov 24 20:11:11 2014, 美东)
Spent some time generating this kind of charts from raw data. There might be
better ways of doing so, but I would just post my method and 抛砖引玉。
Raw table has three columns: clinic | age | count, which records the age of
patients, rather, how many of each age category.
Target table has three columns: clinic | age_percentile | count_percentage... 阅读全帖
z*******n
发帖数: 1034
20
January 29, 2015 8:08 PM
Jay Yarow
Now that Google has reported earnings, we can add another incredible stat to
Apple’s mind bending fourth quarter performance.
For the December quarter, Apple generated $74.6 billion in sales.
For all of 2014, Google generated $66 billion in sales.
That’s really impressive. So is this…
The combined fourth quarter revenue of Microsoft, Google, and Amazon was $73
.9 billion.
That’s less than Apple did over that same period.
Just as impressive? Apple, against a big... 阅读全帖
w*******y
发帖数: 60932
21
Star Trek The Next Generation Phaser (officially licensed) for $4.99 shipped
LINK:
http://www.buy.com/prod/star-trek-the-next-generation-phaser/q/sellerid/21502499/loc/20269/212515802.html
Includes toy gun. This is an officially licensed Star Trek accessory.
Features
Video Features Available in Sizes:Availa ble in ONE SIZE ONLY
Video Features Item Includesha ser
w*******y
发帖数: 60932
22
Kingston 16GB DataTraveler Generation 3 (G3) USB Flash Drive (White & Blue)
- DTIG3/16GB
Save up to 56%
Price: $21.95
free shipping
condition: brand new
Link:
http://www.buy.com/prod/kingston-16gb-datatraveler-generation-3-g3-usb-flash-drive-white-blue/q/loc/101/216776275.html
w*******y
发帖数: 60932
w*******y
发帖数: 60932
24
GoHastings has Star Trek The Next Generation The Complete Series:
http://www.gohastings.com/product/MOVIE/Star-Trek-The-Next-Generation-The-Complete-Series/sku/243925230.uts
for $69.99 with $2.28 shipping. Add in coupon code GHWES1110 for $5 off.
This is by far the cheapest I've ever seen the whole series go for. Works
out to less than $10 a season.
w*******y
发帖数: 60932
25
Apple iPod touch 8 GB (4th Generation) NEWEST MODEL:
http://www.amazon.com/dp/B001FA1O0O/ref=gs_htljs
Get a $25 Amazon.com Gift Card with This Purchase When you buy this 4th
Generation 8 GB iPod touch, you can get a $25 Gift Card to use at Amazon.com
. Just add BOTH the qualifying iPod touch and the $25 Gift Card to your cart
via the "Add Both to Cart" button located here; you will not be charged for
the Gift Card. Hurry--offer good through 12/18/10 at 11:59 pm Pacific time,
while supplies last
... 阅读全帖
w*******y
发帖数: 60932
26
Seventh Generation Dish Liquid, 25-Ounce Bottles (Pack of 6):
http://www.amazon.com/Seventh-Generation-Liquid-25-Ounce-Bottle
List Price: $24.13
Price: $12.57 ($0.08 / oz) & eligible for free shipping with Amazon Prime
You Save: $11.56 (48%)
Save an extra 15% with Subscribe & Save: Sign up to have this item delivered
at a regular interval of your choice, and the current price drops to $10.68
($0.07 / oz)
These are large bottles and usually retail around $4 each.
w*******y
发帖数: 60932
27
iPod Touch 3rd Generation MOD Shell Cases $2.21 , Polycarbonate Slim Fit
Cases $3.21, iPhone 3G 3GS Plastic Shield Cases $2.72 free shipping from
CaseCrown
iPod Touch 3rd Generation MOD Shell Cases $2.21
Black/Red Link:
http://www.casecrown.com/ipod-touch-3/extreme-deals/ipod-touch-
Black/White Link:
http://www.casecrown.com/ipod-touch-3/extreme-deals/ipod-touch-
Polycarbonate Slim Fit Cases $3.21
Red Link:
http://www.casecrown.com/ipod-touch-3/extreme-deals/itouch-3g-p
Black Link:
http://ww... 阅读全帖
w*******y
发帖数: 60932
28
Seventh Generation Dish Liquid:
http://www.amazon.com/Seventh-Generation-Natural-Lemongrass-Cle
is back on sale on Amazon for 10.68 after Subscribe & Save. You can cancel
S&S anytime after ordering.
w*******y
发帖数: 60932
29
Apple iPod shuffle 2 GB Blue (4th Generation) NEWEST MODEL:
http://www.amazon.com/Apple-shuffle-Silver-Generation-NEWEST/dp
Technical Details
Color: Blue
* 2 GB capacity for about 500 songs
* Up to 15 hours of audio playback on a single charge
* Easy-to-use control pad for playing your music, audiobooks, and
podcasts
* Support for AAC, Protected AAC (iTunes Store), MP3, MP3 VBR, Audible,
Apple Lossless, AIFF, and WAV audio formats
* One-year limited warranty
w*******y
发帖数: 60932
30
Although I missed the deal the other day, when I went back to the ATT
wireless site I saw this, they have the iPad 1st Generation 64GB w/3G, new,
for $529.99. Same as the other day where you need to sign up for the data
plan, but can cancel it after the first month.
Here's the link to the item:
Link:
http://www.wireless.att.com/cell-phone-service/cell-phone-detai iPadwith Wi-Fi + 3G 64GB Black&q_sku=sku5110232#fbid=HdKWWOvRnWz
#fbid=HdKWWOvRnWz" rel="nofollow" target="_blank" onclick="_gaq.push... 阅读全帖
w*******y
发帖数: 60932
31
Today only Home Depot has the Generac GP5500 generator at an additional $250
off online w/ free shipping. Price comes to $399 + tax.
Link:
http://www.homedepot.com/Featured-Products-May-Savings-Event-To
Pretty good price on a relatively solid emergency generator. $584 looks
like the next cheapest online price.
w*******y
发帖数: 60932
32
来自主题: _DealGroup版 - 【$】iPod Nano 1st generation Replacement!
Just got an Email from Apple--a big surprise since I haven't purchased any
apple product since 05. It turns out that there might be a defect in the
battery where it could overheat and catch on fire. You can send it in for a
replacement--not sure what kind of Generation you'll get though, but you
might get something better? First gen was 2gb and 4gb. I think the minimum
hdd storage for the current iPod nanos is now is 8gb?
Link is here:
Link:
http://www.apple.com/support/ipodnano_replacement
Atta... 阅读全帖
w*******y
发帖数: 60932
33
Flip MinoHD (3rd Generation) - 2 Hour 8gb
Link:
http://www.bestbuy.com/site/Flip Video - MinoHD (3rd Generation) Camcorder - 2 Hour - Black/1325243.p?id=1218250289049&skuId=1325243&st=1325243&cp=1&lp=1
w*******y
发帖数: 60932
34
Toys R Us has both games for the cheapest I've seen them yet, 28$, with free
shipping. Sale is going on now as part of their "Thanksgiving Day Online
Sale".
Mario & Sonic at the London 2012 Olympic Games for Nintendo Wii - Link:
http://www.toysrus.com/product/index.jsp?productId=12113491
Sonic Generations 360 - Link:
http://www.toysrus.com/product/index.jsp?productId=12113492
Sonic Generations PS3 - Link:
http://www.toysrus.com/product/index.jsp?productId=12066475
w*******y
发帖数: 60932
35
Seems a good price to me. Not much information online:
homedepot: STGP-3500-Watt Portable Gas Generator $200:
http://www.homedepot.com/webapp/wcs/stores/servlet/ProductDispl
Any expert inputs?
* Amperage (amps) : 25 A
* Assembled Depth (in.) : 23.5 in
* Assembled Height (in.) : 18 in
* Assembled Width (in.) : 17 in
* Auto idle control : Yes
* Automatic Voltage Regulation : Yes
* Built-in inverter : No
* CSA Listed : No
* ETL Listed : No
* Electrical Produ... 阅读全帖
w*******y
发帖数: 60932
36
Amazon has Generation Kill on Blu-ray:
http://www.amazon.com/Generation-Kill-Blu-ray-Alexander-Skarsgr
for $23.99. The series has never dropped below $33 or so before, so this
is a pretty significant discount. FSSS.
w*******y
发帖数: 60932
37
Amazon has Apple iPod touch 8G (4th Generation) + $30 Amazon MP3 Credit for
$ 189.98.
Link:
http://www.amazon.com/Apple-iPod-touch-8GB-Generation/dp/B001FA
Promotional offer is valid from December 12, 2011 through December 16, 2011
at 11:59 PM PST.
To Qualify:
1. Add at least one qualifying 8GB iPod touch to your Shopping Cart and
complete the purchase. The items that qualify are 8GB iPod touch products in
the Amazon.com store that display the offer message on their product
information pages.
Up... 阅读全帖
w*******y
发帖数: 60932
38
Target has the 32gb Apple iPod Touch for $295 this week.
They are also offering a $40 gift card with purchase in store.
Use printable online coupon for 10% off ipod:
Link:
http://coupons.target.com/electronics-coupons
makes purchasing cost $265.50
and $40 GC makes savings $75
!
Link Here! (quick info, in store only):
http://www.target.com/PortableQuickInfoView?overlayId=QuickView iPod touch 32GB MP3 Player - Black&Wainfo=More WeeklyAd Info&Legal=漏2011 Apple Inc. All rights reserved. Apple, iPhon... 阅读全帖
w*******y
发帖数: 60932
39
Jomashop Link:
http://www.jomashop.com/montblanc-ballpoint-7385.html
has the Montblanc Generation Black Ballpoint Pen for $152 + tax
use code xclsv10 for an extra $10 off, shipping is free.
Montblanc Generation Black Ballpoint Pen:
Ballpoint pen with twist mechanism.
Black precious resin cap and barrel.
Mont blanc white star on cap.
Trim Platinum-plated rings with embossed logo Platinum-plated clip.
Black ink included.
Refills are interchangeable.
w*******y
发帖数: 60932
40
There are a couple of threads floating around on this but they all have
incorrect pricing. Here is the correct SEGA sale for today:
Link to Page:
Sonic Generations:
http://www.amazon.com/dp/B005XOJ6NK
: $14.99 - Activates on Steam
Total War: Shogun 2:
http://www.amazon.com/dp/B004QZAE06
: $7.49 - Activates on Steam
Empire: Total War:
http://www.amazon.com/dp/B0047DX45O
: $3.99
Napoleon: Total War Imperial Edition::
http://www.amazon.com/dp/B0047DX440
$3.99 - Activates on Steam
Sega Genesis 48... 阅读全帖
w*******y
发帖数: 60932
41
Here is the updated and complete SEGA sale for today:
Link to Page:
Football Manager 2012:
http://www.amazon.com/SEGA-40833anager-20121-Football-Download/
(PC/MAC): $19.99 - Activates on Steam
Renegade Ops:
http://www.amazon.com/SEGA-40806enegade-Ops1-Renegade-Download/
: $2.99 - Activates on Steam
Aliens vs. Predator:
http://www.amazon.com/SEGA-40466s-vs-Predator-Download/dp/B0047
: $2.99 - unsure on steam activation
Sonic Generations:
http://www.amazon.com/dp/B005XOJ6NK
: $14.99 - Activates ... 阅读全帖
w*******y
发帖数: 60932
42
Amazon has the following PC downloads for sale...my link thing is all messed
up so I included links under each game
Sonic Generations: $10.19
Link:
http://www.amazon.com/SEGA-40836Generations1-Sonic-Generations-
Red Faction Armageddon: $5.99
Link:
http://www.amazon.com/THQ-40690-Armageddon1-Armageddon-Download
Red Faction Armageddon - Path to War: $1.74
Link:
http://www.amazon.com/Red-Faction-Armageddon-Path-Online/dp/B00
Test Drive Unlimited 2: $6.79
Link:
http://www.amazon.com/Test-Drive-Unlim... 阅读全帖
w*******y
发帖数: 60932
43
Star Trek: The Next Generation - Next Level [Blu-ray]:
http://www.amazon.com/dp/B0064NLQYG
Pre-order Price Guarantee of $14.99. This title will be released on January
31, 2012.
For the first time ever, you can experience Star Trek: The Next Generation's
most important and beloved episodes in 1080p high definition, with true
high definition visual effects and digitally remastered 7.1 sound - or with
the original audio. The visual effects have been painstakingly re-created
from the original film e... 阅读全帖
w*******y
发帖数: 60932
44
Link:
http://cgi.ebay.com/Apple-iPod-Touch-32GB-4th-Generation-(White
#ht_3334wt_1189" rel="nofollow" target="_blank" onclick="_gaq.push(['_
trackEvent', 'thread', 'click', '4056546 - ebay-daily-deal-apple-ipod-touch-
32gb-4th-generation-white-229-free-shipping']);">http://cgi.ebay.com/Apple-iPod-To...334wt_1189
w*******y
发帖数: 60932
45
Link:
http://cgi.ebay.com/Apple-iPod-touch-4th-Generation-(8-GB)/3006
#ht_1733wt_1398" rel="nofollow" target="_blank" onclick="_gaq.push(['_
trackEvent', 'thread', 'click', '4105342 - ebay-daily-deal-apple-ipod-touch-
4th-generation-8-gb-169-free-shipping']);">http://cgi.ebay.com/Apple-iPod-to...733wt_1398
G*******s
发帖数: 10605
46
【 以下文字转载自 SmartShopper 俱乐部 】
发信人: GoRockets (火箭加油), 信区: SmartShopper
标 题: iPad 3rd Generation 64GB with Wi-Fi $549.99
发信站: BBS 未名空间站 (Tue Dec 4 15:04:47 2012, 美东)
BestBuy has Apple iPad 3rd Generation 64GB White or Black for $549.99 with
free store pickup.
http://userquote.com/forum/index.php?topic=1648.msg1929#msg1929
G*******s
发帖数: 10605
47
【 以下文字转载自 SmartShopper 俱乐部 】
发信人: GoRockets (火箭加油), 信区: SmartShopper
标 题: Apple iPad 3rd Generation 16GB $405.99
发信站: BBS 未名空间站 (Thu Mar 28 23:12:06 2013, 美东)
BestBuy Clearance has Apple iPad MD369LL/A (16GB, Wi-Fi + 4G, White) 3rd
Generation for $405.99 with free store pickup.
http://userquote.com/forum/index.php?topic=1826
s*****t
发帖数: 1994
48
来自主题: _Astronomy版 - Next-Generation Space Telescope Chosen
Next-Generation Space Telescope Chosen to Peer Into Past
By WARREN E. LEARY
WASHINGTON, Sept. 10 NASA chose a successor to the Hubble Space Telescope
today, announcing that it would launch a next-generation space observatory in 2010
that would study light produced in the earliest days of the universe.
The space agency selected TRW Inc., of Redondo Beach, Calif., to lead a team that will build
the observatory, which will be called the James Webb Space Telescope in honor of a
pioneering NASA
h****g
发帖数: 312
49
来自主题: ChinaNews版 - FIFTH GENERATION STAR LI KEQIANG DISCUSSES
C O N F I D E N T I A L SECTION 01 OF 04 BEIJING 001760
SIPDIS
SIPDIS
EO 12958 DECL: 03/15/2032
TAGS PGOV, PREL, ECON, SOCI, CH
SUBJECT: FIFTH GENERATION STAR LI KEQIANG DISCUSSES
DOMESTIC CHALLENGES, TRADE RELATIONS WITH AMBASSADOR
REF: SHENYANG 26
Classified By: Ambassador Clark T. Randt, Jr. Reasons 1.4 (b) and (d).
Summary
c**i
发帖数: 6973
50
来自主题: Military版 - 2nd-Generation GPS on the Way (转载)
【 以下文字转载自 Hardware 讨论区 】
发信人: choi (choi), 信区: Hardware
标 题: 2nd-Generation GPS on the Way
发信站: BBS 未名空间站 (Sun May 23 13:12:48 2010, 美东)
WJ Hennigan, GPS is getting an $8-billion upgrade; Improvements, including
the replacement of satellites, aim to make the system more reliable, more
widespread and much more accurate. Los Angeles Times, May 23, 2010.
http://www.latimes.com/business/la-fi-gps-20100523,0,3054578.story
Note:
(1) El Segundo, California
http://en.wikipedia.org/wiki/El_Segundo,_Cali
首页 2 3 4 5 6 末页 (共10页)