-
平衡二叉树
平衡二叉树的详细实现,C++语言,自己动手编程实现的。平衡二叉树有着良好的性质,其任何结点的左右子树高度差都不大于二,使得其最差搜索时间大大减少
- 2023-02-17 22:35:03下载
- 积分:1
-
单头文件实现对称的特征值分解…
stand alone header file implementing eigen value decomposition for a symmetric matrix-stand alone header file implementing eigen value decomposition for a symmetric matrix
- 2022-05-16 18:42:55下载
- 积分:1
-
法塔勒除雾算法
基于fattal 的去雾算法修改而来去雾气算法,原始算法来源于 Single image dehazing这篇论文,代码中也附带了这篇论文,做去雾的朋友可以学习下。
- 2022-12-11 15:10:04下载
- 积分:1
-
在电压过零点触发或截至可控硅的导通或闭合;有效通断电压;应用稳定可靠;...
在电压过零点触发或截至可控硅的导通或闭合;有效通断电压;应用稳定可靠;-Triggering voltage zero-crossing point or at the turn-on SCR or closed the effective on-off voltage application of stable and reliable
- 2022-03-14 03:45:10下载
- 积分:1
-
俄罗斯方块
#include
#include
#include
#include
#include
char gcText[] = " WWWWWWW";
struct tetris {
int _pool[16][32], (*pool)[32], tmap[8][4][16];
int x, y, s, st, t;
}gt;
void trsInit() {
int sp[8][4]
- 2023-08-11 01:55:03下载
- 积分:1
-
matlab的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的matlab源程序。...
matlab的数学物理方程数值算法源程序。这是"Numerical Methods for Physics"第二版的matlab源程序。-Matlab mathematical physics equations numerical algorithm source. This is the "Numerical Methods for Physics," the second version of the Matlab source.
- 2022-12-08 20:05:03下载
- 积分:1
-
轮廓检测代码
《【OpenCV入门指南】第三篇Canny边缘检测》中介绍了边缘检测,本篇介绍轮廓检测,轮廓检测的原理通俗的说就是掏空内部点,比如原图中有3*3的矩形点。那么就可以将中间的那一点去掉。在OpenCV中使用轮廓检测是非常方便。直接使用cvFindContours函数就能完成对图像轮廓的检测。下面就来看看这个函数的用法。
- 2022-03-17 05:23:07下载
- 积分:1
-
binary tree before preorder
二叉树的前序遍历-binary tree before preorder
- 2023-02-19 19:05:03下载
- 积分:1
-
solution at eliment
有限元的分析程序 研究生很实用的 老师布置得有限元分析作业-solution at eliment
- 2023-08-16 18:50:03下载
- 积分:1
-
verilog的111个经典实例
Verilog HDL是一种硬件描述语言,用于从算法级、结构级、门级到开关级的多种抽象设计层次的数字系统建模。 被建模的数字系统对象的复杂性可以介于开关级电路(例如pmos/nmos)、简单的门(例如库单元描述)和完整的复杂电子数字系统之间(例如CPU)
- 2022-01-28 02:35:43下载
- 积分:1