-
无网格伽辽金方法计算源程序
无网格伽辽金方法计算源程序(线弹性2D问题)-EFGM source method (2D linear elastic problems)无网格方法采用基于点的近似,可以彻底或部分地消除网格,不需要网格的初始划分和重构,不仅可以保证计算的精度,而且可以大大减小计算的难度。然而,由于目前的无网格近似一般没有解析表达式,且大都基于伽辽金原理,因此计算量很大,要超出传统的有限元法;另外,无网格近似大都是拟合,因此对于位移边界的处理比较困难,多采用拉格朗日乘子法处理。
- 2022-01-26 06:31:16下载
- 积分:1
-
该代码实现了A率和mu率PCM算法,有详细的注释说明,
该代码实现了A率和mu率PCM算法,有详细的注释说明,-the code achieved A rate and the rate of PCM mu algorithm, a detailed explanatory notes
- 2022-01-28 03:45:50下载
- 积分:1
-
人脸追踪 FaceTrace
应用背景
人脸识别 人脸追踪
The software is provided under the terms of this licence stricly for
// academic, non-commercial, not-for-profit purposes.
// * Redistributions of source code must retain the above copyright notice,
// this list of conditions (licence) and the following disclaimer.
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions (licence) and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * The name of the author may not be used to endorse or promote products
// derived from this software without specific prior written permission.
// * As this software d
- 2022-08-14 06:55:42下载
- 积分:1
-
C语言源程序解决的
C语言源程序解决的-C language source solution
- 2022-02-04 01:51:01下载
- 积分:1
-
Matlab routines
matlab 例程-Matlab routines
- 2022-03-01 18:56:43下载
- 积分:1
-
柔顺机构的拓扑优化设计的代码,考虑输入输出
柔顺机构的拓扑优化设计的代码,考虑输入输出-Topology Optimization of Compliant Mechanisms designed code, consider the input and output
- 2022-06-16 06:10:47下载
- 积分:1
-
用C语言实现一个简单数学计算器,并按后序排列将输入的表达式显示出来。...
用C语言实现一个简单数学计算器,并按后序排列将输入的表达式显示出来。-C language a simple mathematical calculator, together with sequence after importation of expression displayed.
- 2023-03-16 15:20:03下载
- 积分:1
-
一元二次方程求解
一元二次方程求解-One dollar for solving quadratic equations
- 2022-01-25 17:58:17下载
- 积分:1
-
分形盒维数
基于图像的分形盒维数,包括一维、二维、三维。代码是外国人编写的,比较全面,运行时直接带入即可,容易理解,无需弄懂代码运行过程,是很有用的
- 2022-01-31 19:08:45下载
- 积分:1
-
Canny 边缘检测器荸荠图像
Canny 边缘检测器是使用一种多阶段算法来检测图像中的边缘的种类繁多的边缘检测算子。1986 年,它是由约翰 F.Canny 开发。Canny 也产生了边缘检测解释为什么工程技术计算理论。Canny 的目的是寻求最优的边缘检测算法。在此情况下,"最佳"边缘检测器的手段: 具有良好的检测 — — 算法应标记尽可能多真实作为 possible.good 定位图像中的边缘 — — 边缘标记应尽可能接近真实 image.minimal 响应中的边缘 — — 给定的边缘图像中应该只有一次,标记和在可能的情况下,图像的噪声不应创建伪边缘。为了满足这些需求 Canny 使用变分法 — — 一种发现功能,优化技术给出了功能。Canny 的探测器中的最优函数描述由总和 fourexponential 条款,但它可以近似为高斯一阶导数。
- 2022-07-05 06:36:32下载
- 积分:1