-
Binary Search tree
二元搜索樹
goodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgoodgood 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-25 08:08:29下载
- 积分:1
-
红黑树算法实现
红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。它是在1972年由Rudolf Bayer发明的,他称之为"对称二叉B树",它现代的名字是在 Leo J. Guibas 和 Robert Sedgewick 于1978年写的一篇论文中获得的。它是复杂的,但它的操作有着良好的最坏情况运行时间,并且在实践中是高效的: 它可以在O(log n)时间内做查找,插入和删除,这里的n 是树中元素的数目。
- 2022-01-25 23:40:23下载
- 积分:1
-
C语言实现雨滴模拟,一个完整的过程分解为好几个小部分,各自可以独立运行,方便初学者学习c语言实现较为复杂的数据结构。-(1)
C语言实现雨滴模拟,一个完整的过程分解为好几个小部分,各自可以独立运行,方便初学者学习c语言实现较为复杂的数据结构。
- 2022-01-25 15:51:11下载
- 积分:1
-
compression algorithm test procedure (North Jimmy computer
压缩算法测试程序(北理计算机系老浪字做)-compression algorithm test procedure (North Jimmy computer-old wave character)
- 2022-03-23 06:13:34下载
- 积分:1
-
粘弹性介质有限差分
这个程序描述了弹性波在粘弹性介质的传播过程,程序很详细,对于初学者有一定的帮助,对于那些有一定的基础,读这个程序也有很大的帮助,希望你们能充分去看他。这个程序描述了各个情况下的波的传播过程,输出了一些时刻的波场快照,并且输出了水平和垂直的地震记录,很有用的呀
- 2022-02-12 03:22:59下载
- 积分:1
-
分科学计算器和简易计算器两种功能
分科学计算器和简易计算器两种功能-Sub-scientific calculator and simple calculator two functions
- 2022-01-25 14:34:07下载
- 积分:1
-
OFELI is an object oriented library of C++ classes for development of finite ele...
OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners. * Shape functions of most "popular" finite elements * Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).-OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are :* Various storage schemes of matrices (dense, sparse, skyline).* Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners.* Shape functions of most "popular" finite elements* Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).
- 2022-02-27 06:26:31下载
- 积分:1
-
相关的语音处理,适合于现代数字信号处理的课程设计,,,并且可以运行...
相关的语音处理,适合于现代数字信号处理的课程设计,,,并且可以运行-related to the speech processing, which is suitable for modern digital signal processing design of, and can run
- 2023-02-26 01:55:03下载
- 积分:1
-
模拟鼠标. 模拟鼠标.
模拟鼠标. 模拟鼠标.-Simulation of the mouse. Simulated mouse. Simulated mouse.
- 2022-08-26 11:03:58下载
- 积分:1
-
数据结构课程设计链表
本程序是利用链表用C++实现多项式的加减程序微分积分等运算,可以直接使用,运算结果已经经过仿真验证,对于数据结构链表感兴趣的初学者可以看一下,里面几乎涵盖了所有的链表的操作。
- 2022-04-14 18:42:58下载
- 积分:1