搜索资源列表
TrinomialAmerican
- 三叉树方法计算美式期权定价,更加精确而且计算速度增加。有关说明在文件中。-tree method trigeminal American option pricing, and more accurate calculation of the speed increase. The note in the document.
DPG
- 堆排序 一、 需求分析 问题定义: 假设定义堆为满足如下性质的完全三叉树:(1)空树为堆;(2)根结点的值不小于所有子树根的值,且所有子树均为堆。编写利用上述定义的堆进行排序的算法,并分析推导算法的时间复杂度。 -a heap sort, demand analysis definition : the assumption that to meet the definition of sculpture, the complete nature of trigemi
Tree+Postorder
- 层次输入建立二叉树并后序遍历,三叉链式存储,递归遍历-import levels and the establishment of a binary tree after preorder, trigeminal chain store, recursive traversal
LJTHREE
- 假设定义堆为满足如下性质的完全三叉树:(1)空树为堆;(2)根结点的值不小于所有子树根的值,且所有子树均为堆。编写利用上述定义的堆进行排序的算法,并分析推导算法的时间复杂度。-assumptions to meet the definition of reactor following the complete nature of the trigeminal tree : (1) Air trees reactor; (2) The root node is not less than the
erchashu
- 1) 以二叉链表或三叉链表作为二叉树的存储结构; 2) 以某一种遍历的次序录入二叉树的元素,写出相应的二/三叉链表的创建算法,并上机实现该算法;
balancetree
- 输入一组关键字序列,并以此顺序建立一棵平衡二叉树(提示:为简化运算,可采用含有左、右子树高度和指向父母的指针的三叉链表表示),并在建树过程中用逆中序法输出每次插入新结点后的平衡二叉树形状。
wanquansanchashu
- 假设定义堆为满足如下性质的完全三叉树: (1) 空树为堆; (2) 根结点的值不小于所有子树根的值,且所有子树 均为堆。 编写利用上述定义的堆进行排序的算法,并分析推导 算法的时间复杂度。
search-tree
- 中文三叉树字典(Ternary Tree),可以用于分词,自动提示,查询速率与Hash Table相当,支持动态添加。-Chinese trigeminal tree dictionary (Ternary Tree), can be used for word, auto tips, check rates and Hash Table equivalent support for dynamically added.
HuffmanDecoder
- Huffman Decoder 哈弗曼编码器 C语言描述 数据结构与算法 利用三叉树-Huffman Decoder
opinion
- 三叉树欧式期权看涨,计算欧式期权价格很方便,还有B-S和二叉树-EuCallTrinomial
assign5
- 利用heap实现三叉树的组建,插入,排序。 分析推导 算法的时间复杂度。 - create a max heap class that is based on a complete ternary tree. As with a complete binary tree max heap, the largest value is at the root and the root is at location 1 in the vector holding the heap. L
Caley
- Calery三叉树的MFC版本,具有深度广度以及高度的扩展-Calery trigeminal tree version of MFC, with the depth and breadth of the expansion of highly
CHAP04
- 这是数据结构的一些代码,包括一些最基础的一些源文件(二叉树、三叉树、顺序表、链式表等等),你们在网上是下载不到的、、、希望对你们有些帮助-This is a data structure of some of the code, including some of the most basic of some of the source file (binary, trigeminal tree, the order form, chain form, etc.) you download on
Trinomial
- 基于三叉树的期权定价模型,包括路径依赖型,向下敲出期权等奇异期权-Trinomial tree option pricing model, including path-dependent, and down to knock out the options and exotic options
CRR
- 欧式、美式,二叉、三叉树定价,共4个。算法不含nchoosek,较优化。-Continental, American, binary, ternary tree pricing, a total of four. Algorithm without nchoosek, compared with optimizations.
CRR_Asian
- 亚式期权的二叉树及三叉树算法。很容易改编为其他的强路径依赖期权代码。-Asian option binary and ternary tree algorithms. Easily adapted for other strong path-dependent option code.
AutoAssi
- 三叉树源,三叉树可以有效地处理数据的查询,尤其是数据字典-Triple Tree source, trigeminal trees can efficiently process the query data, especially data dictionary
hw2
- 是关于股票期权的,定价铲平,里面包括三叉树,二叉树 等-it is about the option price
Trinomial_Call
- 欧式看涨期权三叉树模型的实现,以及障碍期权的运用(The implementation of the trinomial model to the European call option The implementation of a barrier to the European call and out option)
Heap sorting
- 本程序可实现堆排序重构,用完全三叉树来实现堆排序中的堆(This program can achieve heap sort refactoring, and use full tri tree to achieve heap sort.)