搜索资源列表
exam5
- 1、用随机函数生成10个待排序元素; 2、利用二叉查找树输出升序序列; 3、利用同一棵二叉查找树输出降序序列; 4、写出查找的递归函数;注意:递归出口的处理要求:二叉排序树的程序填空:修改 “BiSearchTree.h” 文件中的myorder()函数,得到二叉排序树的降序序列,要求达到BiSearchTree.exe的执行效果。 哈希查找: 1、 哈希表类的哈希函数采用除留余数法哈希函数; 2、 解决哈希冲突的函数采用开放定址法中的线性探察法。 3、 建立一个由1
EXAM5
- 给定流场条件下温度场的计算,流体流过一个直角的两表面,已知速度场。求计算区域中温度的分布。 -Under the given flow field calculation of the temperature field, fluid flow through a right angle to the two-surface velocity field is, find the temperature distribution in the computational domain.
exam5-3
- 采用三元组存储稀疏矩阵,设计两个稀疏矩阵相加的运算算法。-Triples stored sparse matrix, the design of the addition of two sparse matrix computation algorithm.
exam5
- 参考各种文献以及实验条件,得到微晶片激光器的各物理参数,在matlab中编程求解该微晶片激光器对应的速率方程组。(Referring to various literatures and experimental conditions, we get the physical parameters of the microchip laser, and solve the rate equations of the microchip laser in MATLAB.)