Assignment 1
研究生英语翻译 Assignment 1

Moreover, much of the new wealth turned out to be pure illusion, paper wealth that could vanish as magically as it had appeared.
而且,很多新财富现在看来纯粹是一场镜 花水月.纸面财富来得快,去得也快.
The fantasy that everyone can become rich in the information economy has soured in today’s reality, and many now wonder whether they will keep their job or be able to meet their rent and pay off their credit cards. 网络经济时代人人都可暴富的神话,被今 天的现实击得粉碎.现在许多人都不知道 能否保得住工作,能否付得起房租,能否付 得清信用卡的透支款.
Assignment 1
But the collapse of the dot-com economy and thd the prospects of a serious economic slowdown at this writing in 2001, have put the fabled new economy in a different light. 但是,2000年网络经济崩溃,高新技术板块 的纳斯达克指数大跌, 2001年本文写作时 经济面临严重衰退.这一切都使得虚幻的 新经济成为明日黄花.
We are learning that the boom never really did reach millions of Americans, since the bulk of the new wealth created in the 1990s was pocketed mainly by the very rich. 我们开始明白,千百万美国人根本没有从 这次经济繁荣中受益,因为20世纪90年代 所创造的大量新财富主要都被富人纳入 囊中.
Reference Translation (RT) of Assignment 1

Reference Translation (RT) of Assignment 1:Grading policy:One sentence accounts for 1 point, therefore 10 points totally for Assignment 1.For each sentence,-basic meaning of the whole sentence: 0.5-translation of the key word: 0.51.You are welcome to send for our free catalogue.RT: 欢迎您来函索取我们的免费目录。
Key word: send: cause sth to be taken without going oneselfPurpose: correct understanding of “send”2.The set of equipment is quite late arrivals for doctors to use.RT: 这是供医生使用的一套新型设备。
Key word: late: (esp. attribute) recent 最新的; 最近的Purpose: meaning selection of “late”3.I questioned the wisdom of her going there with Tim.RT: 我怀疑她和Tim去那儿是否明智/是否是明智的举动。
Key word: wisdom: (智慧/明智具体翻译为)明智的举动Purpose: concretion of “wisdom”4.She is being polite.RT: 她只是一时客套一下。
(在特殊语境中或可译为:她只是装得很有礼貌。
)Key word: being:这里强调只是现下,隐含”她平时不这样”。
Purpose: translation of inflected form “being”5.He had a sound feeling that idioms were the backbone of language and he was allfor the racy phrases.RT: 他感到习语是语言的主要支柱,因此特别主张用生动的短语,他的想法是很有道理的。
Assignment 1

数据结构与算法分析(2017年秋季学期),Assignment #1截止日期:2017年9月21日星期四姓名:________________ 学号:___________________ 班级:_______________在答题之前,请仔细阅读以下注意事项:(1)请独立完成作业。
(2)本作业包含五个大题,请用英语简单明确作答。
(3)请于截止日期前将作业纸质版本交给本班学习委员,学习委员在9月21日星期四上课开始前将作业集中交给我。
(4)请务必按时提交作业,从9月21日10点40分开始计时,迟交24小时内作业总分扣30%,迟交24小时之后,该次作业计0分。
1.Define an ADT for a set of integers (remember that a set may not contain duplicates). Your ADTshould contain the following seven operations:a)Insert: insert an integer into a set;b)Delete: remove an integer from a set;c)Size: return the size of a set currently;d)Empty: return if a set is empty;e)Union: return the union of two sets;f)Intersection: return the intersection of two sets;g)SetDifference: return the difference of two sets.Each operation should be clearly defined in terms of its input and output.2.State whether each of the following relations is a partial ordering, and explain why or why not.a)“isFatherOf” on the set of people.b)“isOlderThan” on the set of people.c)“noLessThan” on the set of integers.d){(a,b),(a,a),(b,a)} on the set of {a,b}.e){(2,1),(1,3),(2,3)} on the set of {1,2,3}.3.Answer the following two questions.a)Prove that x log a y = y log a x for any a > 0, x > 0, and y > 0.b)Derive the closed form of the recurrence relation: f(n) = 2 f(n/2) + 2n, with f(1) = 1.To simplify the problem, you may assume that n is a power of 2. That is, the relation holds for n = 2t for some non-negative integer t.4.For each pair of the following functions, determine whether f(n) is in O(g(n)), f(n)is in Ω(g(n)),or f(n) = Θ(g(n)).a)f(n) = log(n2); g(n) = log n + 7b)f(n) = log(n2); g(n) = √nc)f(n) = log n; g(n) = n log n + nd)f(n) = n; g(n) = (log n)25.Let P be an array storing integers.a)Write in pseudocode an algorithm to find a sub-array of P with the largest sum. That is, youralgorithm takes as input an array P, its size n, and returns two array indexes i and j with i≤j, such that the sum: P[i]+P[i+1]+...+P[j−1]+P[j] is as large as possible.For example, if P={−1,5,−3,7,−2}, your algorithm should return 1 and 3.b)Analyze the time complexity of your algorithm in the worst case.。
Assignment 1_Solution

5. (5-24) A stock is expected to pay a dividend of $1 per share in two months and in five months. The stock price is $50, and the risk-free rate of interest is 8% per annum with continuous compounding for all maturities. An investor has just taken a short position in a six-month forward contract on the stock. a) What are the forward price and the initial value of the forward contract? b) Three months later, the price of the stock is $48 and the risk-free rate of interest is still 8% per annum. What are the forward price and the value of the short position in the forward contract? Solution: a) The present value, I, of the income from the security is given by: I = 1× e −0.08×2/12 + 1× e −0.08×5/12 = 1.9540. From equation (2.3) the forward price, F0, is given by: F0 = (50 − 1.9540)e0.08×6/12 = 50.01. The initial value of the forward contract is (by design) zero. The fact that the forward price is very close to the spot price should come as no surprise. When the compounding frequency is ignored the dividend yield on the stock equals the riskfree rate of interest. b) In three months: I= 1× e −0.08×2/12 = 0.9868. The delivery price, K, is 50.01. From equation (2.9) the value of the short forward contract, f, is given by: f = −(48 − 0.9868 − 50.01e −0.08×3/12 ) = 2.01. And the forward price is (48 − 0.9868)e0.08×3/12 = 47.96. 6. (5-27) A trader owns gold as part of a long-term investment portfolio. The trader can buy gold for $550 per ounce and sell gold for $549 per ounce. The trader can borrow funds at 6% per year and invest funds at 5.5% per year. (Both interest rates are expressed with simple annual compounding.) For what range of one-year forward prices of gold does the trader have on arbitrage opportunities? Assume there is no bid-offer spread for forward prices.
Assignment 1.doc``

Assignment 1:Please translate the following ten sentences. You can put your translation right below the sentence.1.You are welcome to send for our free catalogue.欢迎您索函我们的免费目录2.The set of equipment is quite late arrivals for doctors to use.这一系列供医生使用的装备来得是相当的晚。
3.I questioned the wisdom of her going there with Tim.我怀疑她和蒂姆一起来这是否是明智的。
4.She is being polite.她故意装出一副有礼貌的样子。
5.He had a sound feeling that idioms were the backbone of language andhe was all for the racy phrases.他认为谚语是语言中的支柱,并主张使用这些生动的语言,他的看法是有道理的。
6.The black people were fighting against the segregation of thegovernment.黑人曾经和政府的种族隔离相对抗。
7.I had the muscle, and they made money out of it.我有力量,并且他们应该利用我的力量赚钱。
8.I drank some ice tea, but it made me more thirsty.我刚才喝了冰茶,但是它让我觉得更口渴了。
9.He is a wicked tennis player.他是一个没有道德素养的网球运动员。
10.M y work, my family, my friends were more than enough to fill mytime.干工作,做家务,与朋友相处这些已经足够占据了我的大部分时间。
assignment-1

assignment-1 Find a database system in you lifeDiscover a database system in your life, submit a report which discusses the application background , the functions it provides and what data/information need to be stored in such a system with the functions you proposed above生活中的数据库近年来,随着计算机网络技术的飞速发展,数据库在我们生活中的应用越来越广泛,例如学校的学生管理系统、图书馆的图书管理系统、各大网站的后台数据库、各个企业的财务管理系统等等。
这些系统和网站都依靠着数据库的支持,才能正常运行。
最近阿里巴巴的上市引起了许多人的关注,而阿里巴巴集团旗下的淘宝网也已经成为了人们日常生活中必不可少的东西。
而淘宝网能够正常运行,少不了数据库的支持。
我们要想在淘宝网上买东西,首先必须要有一个淘宝账户,所以,我们需要进行注册,输入自己的用户名、密码等相应资料,而我们的账户信息就存储在淘宝网的后台数据库中,因为有了数据库的支持,我们可以看到自己的交易记录、收藏的商品、物流的信息等等。
商家需要将自己的商品信息进行存储,商品的价格、库存、颜色、尺寸等等信息都会存储到数据库里,因为数据库,我们才能浏览到商品,获知商品的各种信息。
还有商家的信息,如网店的创建时间、网店的评分、客服人员等等也会存储到数据库里。
如果我们选择网上付款,那各大银行的网银系统也需要有自己的数据库来存储客户的信息。
我简单的将数据库中存储的数据罗列下来:12345。
assignment 1_译析
第一讲练习试将下列句子译成汉语:1.The many colors of a rainbow range from red on the outside to violet on the inside.彩虹有多种颜色,外圈红,内圈紫。
2. He had a disconcerting habit of expressing contradictory ideas in rapid succession.他有一种令人难堪的习惯:一会儿一个看法,自相矛盾,变化无常。
3.This was an intelligently organized and fervent meeting in a packed Town Hall, with Mr. Strong in the chair.这是一次精心组织起来的会议。
市政厅里济济一堂,热情洋溢,主持会议的是斯特朗先生。
4.Power can be transmitted over a great distance withpractically negligible loss if it is carried by an electric current.电流可以把动力传送到很远的地方,其消耗几乎可以忽略不计。
5.The present onslaught of vehicles poses a serious threat to urban life and pedestrian peace of mind.当前,车辆横冲直闯,严重地威胁着城市生活,路上行人无不提心吊胆。
6.Change of information, if any, concerning the contents of this section will be found in the appendix at the end of this book.本节内容如有更改,均见本书末附录。
7.She said, with perfect truth, that “it must be delightful to have a brother,”and easily got the pity of tender-hearted Amelia, for being alone in the world, an orphan without friends or kindred.她说道,“有个哥哥该多好啊,”这话说得入情入理。
北航计算机研究生课程_算法设计与分析__Assignment_1
一、解:设第k月的需求量为Nk(k=1,2,3,4)状态变量Xk:第k月初的库存量,X1=X5=0,0≤Xk≤Nk+…+N4决策变量Uk:第k月的生产量,max{0,Nk-Xk}≤Uk≤min{6,Nk+…+N4 - Xk}状态转移方程:X k+1 = Uk + Xk – Nk第k月的成本Vk = 0.5*(Xk - Nk) Uk=03 + Uk + 0.5*(Uk + Xk - Nk) Uk≠0设F k(Xk)是由第k月初的库存量Xk开始到第4月份结束这段时间的最优成本则F k(Xk) = min{Vk + F k+1(X k+1)} 1≤k≤4= min{ 3 + Uk + 0.5*(Uk + Xk - Nk) + F k+1(Uk + Xk - Nk) } Uk≠0min{ 0.5*(Xk - Nk) + F k+1(Xk - Nk) } Uk=0 F5(X5)=0四个月内的最优成本为F1(X1)=F1(0)详细计算步骤如下:(1)k=4时4(2)k=3时(3)k=2时(4)k=1时由以上计算可得,4个月的总最优成本为F1(0) = 20.5(千元)二、解:1、变量设定阶段k:已遍历过k个结点,k=1,2…6,7。
K=1表示刚从V1出发,k=7表示已回到起点V1状态变量Xk=(i,Sk):已遍历k个结点,当前位于i结点,还未遍历的结点集合为Sk。
则X1=(1,{2,3,4,5,6}),X6=(i,Φ),X7=(1,Φ)决策变量Uk=(i,j):已遍历k个结点,当前位于i结点,下一个结点选择j。
状态转移方程:X k+1 = T(Xk,Uk) = (j,Sk-{j})第k阶段的指标函数Vk = D[i,j]。
最优指标函数Fk(Xk) = Fk(i,Sk):已遍历k个结点,当前从i结点出发,访问Sk中的结点一次且仅一次,最后返回起点V1的最短距离。
则Fk(i,Sk) = min{ D[i,j] + F k+1(j,Sk-{j}) } 1≤k≤6F7(X7) = F7(1,Φ) = 02、分析:(1)k=6时,F6(i,Φ) = min{D[i,1] + F7(X7)} = D[i,1] i=2,3,4,5,63、伪代码和时间复杂度为方便计算,结点编号改为0到5.(1)用一张二维表格F[][]表示F(i,Sk),行数是n,列数是2n-1。
Assignment1
(1)
i=1
Consider the following small data set:
xy 13 -1 -2 24
• Solve for the value of θ1 that minimizes the cost function by substituting the values from the training set into the cost function, setting the derivative equal to zero, and solving for θ1. Show your work.
3
some θ0, θ1 such that J(θ0, θ1) = 0. Which of the statements below must then be true? (Check all that apply.)
A: This is not possible: By the definition of J(θ0, θ1), it is not possible for there to exist θ0 and θ1 so that J(θu,
v
)
2.
∂ ∂v
f
(u,
v)
3.
∂ ∂u
h(u,
v)
4.
∂ ∂v
h(u,
v
)
Partial Derivative Intuition Consider the contour plot of a function f (u, v) in Figure 1. For each of the following partial derivatives, state whether it is positive, negative, or equal to zero. Briefly explain. These questions can be answered from the contour plot without knowing the formula for the function.
Assignmen1(广告文本的翻译)
Assignment: (做成PPT周三下午5点前发到老师邮箱,4人一组)1.上海无线电二厂上海无线电二厂是全国著名企业之一,专门生产收音机、收录机、通讯机、无线扩音机和音响设备。
冠以“红灯”、“飞乐”著名商标,享誉国内海外。
该产品款式新颖、音质优美、质量可靠、功能齐备。
它将赢得您的喜爱,并给您的家庭带来欢乐。
地址:中国上海市宜昌路九十六号电话:583500Shanghai No.2 Radio FactoryAs with you know, our Shanghai No.2 Radio Factory is one of the most famous enterprises in China. We specialized in the productions of radio sets, radio recorders, communication equipments, radio amplifiers and some other audio systems. Equipped with a complete range of functions and attractions of novel design, these famous brands of audio systems named “Red Lantern “and “Feile”, will certainly bring you the stunning sound. Moreover, the brands now are popular both home and abroad. And I’m sure that it will be the best choice for you and your family to have happiness.Address: No.96, Yi Chang Rode, Shanghai, ChinaTel: 5835002.西苑饭店西苑饭店是一座具有国际四星级水准的大型涉外饭店,位于北京三里河路,与进出口谈判大楼、北京图书馆、首都体育馆等相毗邻,环境优美,交通便利。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Corporate Finance Assignment One
1. A stock has the following year-end prices and dividends:
What are the arithmetic and geometric returns for the stock?
2.You find a certain stock that had returns of 4 percent, -5 percent, -15 percent, and 16 percent
for four of the last five years. The average return of the stock for the 5-year period was 13 percent. What is the standard deviation of the stock's returns for the five-year period?
3.Consider the following information:
a.Your portfolio is invested 30% each in A and C, and 40% in B. What is the expected
return of the portfolio?
b.What is the variance of the portfolio? The standard deviation?
4.You have $100000 to invest in a portfolio containing stock X and stock Y. Your goal is to create
a portfolio that has an expected return of 18.5%. If stock X has expected return of 17.2% and
a beta of 1.4, and stock Y has an expected return of 13.6% and a beta of 0.95, how much
money will you invest in stock Y? How do you interpret your answer? What is the beta of your portfolio?
5.Suppose you observe the following situation:
a.Calculate the expected return on each stock.
b.Assuming the capital asset pricing model holds and stock A’s beta is greater than stock
B’s beta by 0.25, what is the expected market risk premium?。