-
leetcode 同一棵树上
鉴于两个二进制树,编写一个函数来检查它们是否相等或不。两个二进制树被视为相等,如果它们是结构相同,并且节点具有相同的值。
- 2022-03-10 21:47:25下载
- 积分:1
-
a good painting Linear Algorithm
一个很好的画直线算法-a good painting Linear Algorithm
- 2022-01-31 00:22:24下载
- 积分:1
-
平衡二叉树 代码
这份代码是一份包含了平衡二叉树主要功能模块的代码,包括平衡二叉树的建立、查找、删除等功能,对二叉树的操作:LL,RR,LR,RL旋转有详细的介绍和注释,是理解平衡二叉树的好材料。
- 2022-03-01 08:03:21下载
- 积分:1
-
在 ns2 的数据包丢弃
你好朋友,在这里我给 awk 语言用来找出包丢失,追溯 ns2 仿真中的详细信息代码
- 2022-03-13 10:12:16下载
- 积分:1
-
非参数估计
按照检验样本的多少,可以将非参数检验方法分为单一样本的检验、两个样本的检验和多个样本的检验。
按照具体计算方法的不同,可以将非参数检验方法分为卡方的独立性检验、卡方的一致性检验、卡方的吻合性检验、符号检验法、等级检定法、游程检验法、联系检验法等。
- 2023-03-31 03:30:04下载
- 积分:1
-
简单的考勤管理系统
它跟踪假日、 假期、 疾病日历。其主要特点是: 增强的比较合同与尊重净工作日、 疾病、 加班费支出完成工时。拳打进/出与 pwd/条码,100%基于互联网和更多。Username:160208Password: 杰瑞
- 2022-11-10 13:25:03下载
- 积分:1
-
crc32 算法的delphi实现。并且可以对指定文件进行校验。
crc32 算法的delphi实现。并且可以对指定文件进行校验。-CRC32 algorithm delphi realize. And can be carried out to check the specified file.
- 2022-04-26 22:52:18下载
- 积分:1
-
平均因子分解法应用于正定矩阵
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangular (that is, it has all zeros below the diagonal).
It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
- 2022-10-16 04:30:02下载
- 积分:1
-
app_match
app_match
- 2022-06-17 00:03:37下载
- 积分:1
-
多项式拟合 demo
1、把x,y数据复制在txt文件
2、输入拟合阶数
3、点击拟合
- 2023-08-07 19:15:03下载
- 积分:1