搜索资源列表
erchashu
- 定时电路设计问题:定时电路是一个VLSI 芯片的关键部件,这里给出一个定时电路的 简单模型:一棵具有n 片树叶的完全平衡二叉树(其中,n 是2 的幂)。这颗树的每条 边e 有一个对应的长度le(le>0)。从根到一片给定树叶的距离是从根到这片树叶的路径 上的所有边的长度之和。 根产生一个时钟信号,它沿着这些边传播到树叶,信号到达一片给定树叶所用的时间是 与从根到这片树叶的距离成比例的。如果所有的树叶到根的距离都不相同,那么信号不会在同一时间到达树叶,这是定时电 路设
Exp21_3
- *编写求二叉树的叶子结点数的函数模板.求一棵二叉树的叶子结点数的递归模型如下-* Write a binary tree of leaf nodes seek the function template. Seek a binary tree of leaf nodes as a recursive model
winsvm
- 二叉树 支持向量机 处理训练模型 然后利用该模型处理数据 发现结果-Support Vector Machine
20100905tuxing
- 本书从图形学最基础的光栅扫描、区域填充、画直线和圆弧等算法讲起,详细介绍了线裁剪和面裁剪、凸区域裁剪和凹区域裁剪的异同,景物空间消隐算法和图像空间消隐算法的差别,具体讲述了二叉空间剖分(BSP)、八叉树等图形学中常用的数据结构。新版本增加了图形用户界面、椭圆、图像压缩和线条反走样算法等,还增加了Liang-Barsky裁剪算法和Nicholl-Lee-Nicholl裁剪算法。新版本大大扩充了可见面光线跟踪算法。在绘制这一章中新增了基于物理的光照明模型,透明效果,阴影生成,纹理映射,以及锥光束、平
two_shape_tree
- 在MATLAB 用云模型实现二叉分形树,写的很详细,有参考和学习价值-Cloud model implementation in MATLAB using the binary fractal tree, write a very detailed, with reference to and learning the value of
Exp21_3
- 编写求二叉树的叶子结点数的函数模板。 [算法] 求一棵二叉树的叶子结点数的递归模型如下。 f(btree)=0 若为空树时 f(btree)=1 若只有根结点时,该根结点是叶结点-Leaves the preparation of the binary tree nodes seek the function template. [Method] request a binary tree leaf nodes of the recursive model is as
NewTree
- 根据二叉树前序和中序遍历建立二叉树的非递归算法,并输出二叉树模型和前序遍历和中序遍历 与已知对比-Build binary tree according to preorder view and inorder view
binomial-pricing-model
- 二叉树定价模型是期权定价模型中最为简单也是最为实用的定价模型,其极限就是Black sholes定价模型的结果。-Binary tree pricing model is the most simple option pricing model is the most practical pricing model, the limit is Black sholes pricing model results.
traversal-of-binary-tree
- 二叉树的建立,对于电网模型层次结构实现遍历搜索-traversal of binary tree
WordRecoverTool
- 一种基于二叉树数据库模型的分词算法,很好用 -A segmentation algorithm based on binary tree database model, well used
AmericanBAW
- 美式期权定价模型 利用二叉树对美式期权进行定价-American option pricing model
listing-1.13
- 二叉树模型:利用二叉树模型简单地 计算期权价格-Binomial model: the use of binomial model to calculate the option price
euroption
- 看涨期权二叉树模型定价,能生成树结果和期权价格-Binary call option pricing model, spanning tree results and the option price
binary-tree
- 金融工程中,二叉树模型用于期权定价,用matlab程序实现,来进行套利-Two fork tree model for Option pricing
BiTree
- 这是一个期权隐含波动率计算程序,二叉树模型(This is an option implied volatility calculation program, Binary Tree model)
crr
- 这个m文件含有利用二叉树模型求股票价格的代码,里边有英文注释(This m file contains code for stock prices using a two forked tree model, with an English note in it.)
期货期权中各种模型VBA程序
- 衍生产品定价:期权布莱特舒尔斯期权定价模型;二叉树定价模型;期权交易策略;远期,互换的定价;等等,非常全面,是学习理解期权等衍生品定价的好工具 。(The pricing of derivatives is the option Brett Scholes option pricing model, the two fork tree pricing model, the option trading strategy, the forward exchange pricing, and so
assignment
- 基于R语言的利率二叉树构建,再次基础上进行期权的有效定价(The lattice tree in R language)
binprice
- Matlab的finance工具箱中提供二叉树模型计算期权价格的函数binprice。(Matlab's finance toolkit provides binprice, a binary tree model that calculates option prices)
编程
- 期权定价 多部二叉树模型 BS模型 蒙特卡罗模拟(Option pricing Multipartite binary tree model BS model Monte Carlo simulation)