资源列表
计算屏蔽带状线的电容
- 用矩量法计算屏蔽带状线的电容,并与解析值进行比较。
kth_smallest
- Kth Largest element in an array in time O(n) without sorting the entire array.
main
- 哈夫曼树的计算方法 实验报告用程序-Huffman tree report the calculation of the experimental procedures
TreeDepth
- 通过遍历二叉树,求二叉树的深度 使用是先输入各节点的数据,再得出二叉树的深度-By traversing a binary tree, find the depth of use is the first binary input data on each node, and then arrive at the depth of binary tree
flatplate-freestrm-included
- numerical grid generation code: this code can be used to generate structured grid (2d quad grid) for flat plate. user can modify the varibles to generate different dimensionised flat plate grid
user_mm
- 1. 分析用户程序虚拟地址空间分布 2. 模拟实现可变分区管理,存储分配算法采用最佳适配算法。-1. Analysis of user process virtual address space distribution 2. Simulation and Realization of a variable partition management, storage allocation algorithm uses the best fit algorithm.
F2002180
- 在求解每日零息债券的基础之上,计算每日远期利率曲线 -basing on Solving zero-coupon bonds in the daily basis, calculated daily initial forward rate curve in future
msort
- 中介数排序是数学上的经典问题,在数据结构里也是大家经常碰到的问题,这里很好的解决了这个问题。-Intermediate number of sorting is a classic mathematical problems in the data structure is the problem we often encounter, where a good solution to this problem.
exam3-8
- 用双链表做栈,栈的链式存储结构,及基本运算的实现-Do double-linked list stack, stack chain storage structure, and basic operations to achieve
Nqueen
- 这是处理“皇后问题”问题的代码,所谓的皇后问题就是一个棋盘可以放多少个皇后棋子却不会冲突。-N queen
graph_build1
- 基于VC6.0图的建立,使用十字链表法实现-graph build
STACK1.C.tar
- program to show the implementation of stack datstructure