-
基于黑色
根据BS公式,通过Mente Carlo模拟对欧式期权进行定价的源码。即使不是做期权定价的,该源码也是一个非常好的理解如何做Mente Carlo模拟的实例。-Based on the Black-Scholes formula, codes for pricing the European options through the Mente Carlo simulation. It is a very good example for your understanding of how to do Mente Carlo simulation, even if you do not engage in the option pricing.
- 2022-01-24 13:04:00下载
- 积分:1
-
有关c++ builder组件讲解非常全的书,格式为pdg
有关c++ builder组件讲解非常全的书,格式为pdg-Related c++ Builder components of the book on a very wide, the format for the PDG
- 2022-04-27 03:44:55下载
- 积分:1
-
C#程序开发范例宝典 图书光盘附带源码 第三章
C#程序开发范例宝典 图书光盘附带源码 第三章-C# Program development paradigm Baodian Book CD-ROM attached to source Chapter III
- 2022-03-17 11:33:04下载
- 积分:1
-
linux_c函数,linux下编程必备的
linux_c函数,linux下编程必备的-linux_c function, linux programming required under the Dongdong
- 2023-07-17 05:25:02下载
- 积分:1
-
DNS分析与设计资料
DNS分析与设计资料-DNS analysis and design information
- 2022-03-10 13:45:22下载
- 积分:1
-
国民财富的性质和原因,经济学的经典著作
国民财富的性质和原因,经济学的经典著作-national wealth to the nature and causes of Economics classics
- 2022-09-14 13:20:03下载
- 积分:1
-
C语言模拟实现银行家算法
进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行...
C语言模拟实现银行家算法
进程提出资源请求时,先判断是否是合理的请求以及当前可利用的资源数能否满足它的请求,若能则假定分配给它,修改相应的数据结构,然后进行安全性算法检查,如果安全就满足进程的请求,将请求的资源分配给它,否则不能分配资源给它。-Banker s Algorithm Simulation Of languageC
- 2022-02-04 09:42:06下载
- 积分:1
-
此文档是有关MATLAB的相关图像处理的ppt教程
此文档是有关MATLAB的相关图像处理的ppt教程-ppt files on image processing
- 2023-02-17 17:55:06下载
- 积分:1
-
一个书城项目
package com.hk.book.bean;
public class Book {
private String bid;
private String bname;
private String author;
private double price;
private double currPrice;
private double discount;// 折扣
private String press;// 出版社
private String publishtime;// 出版时间
private int edition;// 版次
private int pageNum;// 页数
private int wordNum;// 字数
private String printtime;// 印刷时间
private int booksize;// 开本
private String paper;
private String cid;
private String image_w;// 大图
private String image_b;// 小图
private int orderBy;
public String getBid() {
return bid;
}
public void setBid(String bid) {
this.bid = bid;
}
public String getBname() {
return bname;
}
public void setBname(String bname) {
- 2023-05-19 22:40:05下载
- 积分:1
-
变分法基础pdf 基本理论知识,希望对大家打下理论基础,
变分法基础pdf 基本理论知识,希望对大家打下理论基础,-this is basic theory for math.
- 2022-06-15 05:38:41下载
- 积分:1