自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(2)
  • 资源 (13)
  • 收藏
  • 关注

原创 [UVA 103] Stacking Boxes

本题目实际上是求DAG上的最长路径。因为盒子之间的嵌套关系是二元关系。而二元关系可以用图模型来建模。例如,盒子a可以嵌套在盒子b中,那么在图模型中就是a和b之间有一条从a到b的有向边。注意到这个有向图是无环的,因为盒子不能直接或间接的嵌套入自己本身。所以建模所得的图是有向无环图DAG。根据题意,只需要对盒子的每个维度进行一次排序,然后判断一个盒子的从小到大的所有维度是否小于另一个盒子的对应维度即可

2012-01-30 11:14:17 382

原创 [UVA 111] History Grading

本题目本质上就是求解两个序列的最长公共子序列。代码中的chron[i]和respone[i]分别表示在历史中第i个发生的事件chron[i](正确时间顺序下)和事件respone[i](学生认为在此时发生的)。 代码如下: #include #define MAX 30 int chron[MAX]; int respone[MAX]; int f[MAX][MAX]; int main(

2012-01-29 17:54:11 302

Numerical Methods and Optimization in Finance

介绍在金融工程应用的数值算法和优化技术,有实际的程序代码,是本很好的应用书

2012-12-04

Introduction to the Design and Analysis of Algorithms, 3rd edition

相信国内很多学校使用这本书的中文版《算法设计与分析基础》(潘彦翻译)作为算法课程的教材。这是本书的最新版。

2012-02-01

Communications of ACM 2007 Sep-Dec

Communications of ACM 2007 Sep-Dec.rar

2010-05-31

Communications of ACM 2007 Jun-Aug

Communications of ACM 2007 Jun-Aug

2010-05-31

Communications of ACM 2007 Jan-May

Communications of ACM 2007 Jan-May

2010-05-31

Communications of the ACM 2006 Sep-Dec

Communications of the ACM 2006 Sep-Dec

2010-04-12

Communications of the ACM 2006 May-Aug

Communications of the ACM 2006 May-Aug

2010-04-12

Communications of the ACM 2006 Jan-Apri

Communications of the ACM 2006 Jan-Apri

2010-04-05

10000个科学难题(数学卷)

ryancooper 10000个科学难题(数学卷)有助于研究课题的选择,其中也有不少属于计算机科学

2010-03-26

Mathematics for Electrical Engineering and Computing

Mathematics_for_Electrical_Engineering_and_Computing M.Attenborough

2010-01-19

numerical methods for finance

Featuring international contributors from both industry and academia, Numerical Methods for Finance explores new and relevant numerical methods for the solution of practical problems in finance. It is one of the few books entirely devoted to numerical methods as applied to the financial field. Presenting state-of-the-art methods in this area, the book first discusses the coherent risk measures theory and how it applies to practical risk management. It then proposes a new method for pricing high-dimensional American options, followed by a description of the negative inter-risk diversification effects between credit and market risk. After evaluating counterparty risk for interest rate payoffs, the text considers strategies and issues concerning defined contribution pension plans and participating life insurance contracts. It also develops a computationally efficient swaption pricing technology, extracts the underlying asset price distribution implied by option prices, and proposes a hybrid GARCH model as well as a new affine point process framework. In addition, the book examines performance-dependent options, variance reduction, Value at Risk (VaR), the differential evolution optimizer, and put-call-futures parity arbitrage opportunities. Sponsored by DEPFA Bank, IDA Ireland, and Pioneer Investments, this concise and well-illustrated book equips practitioners with the necessary information to make important financial decisions.

2010-01-19

Investment Mathematics

爱丁堡大学金融与投资专业硕士教材Investment Mathematics provides an introductory analysis of investments from a quantitative viewpoint, drawing together many of the tools and techniques required by investment professionals.

2010-01-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除