-
pdnMesh is an automatic mesh generator and solver for Finite Element problems. I...
pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscript printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done in any form and given to pdnMesh as an input data file. Drawing Exchange Format (DXF) files can be directly imported to pdnmesh. The quality and the coarseness of the mesh can be controlled by giving input parameters.
- 2022-01-26 01:43:40下载
- 积分:1
-
利用黄金分割法求解线性方程组逼近问题。转载
利用黄金分割法求解线性方程组逼近问题。转载-The use of golden section method for solving linear equations approximation problem. Reprint
- 2022-01-21 20:42:19下载
- 积分:1
-
飞控核心算法--四元数互补滤波算法(源码)
资源描述四元数互补滤波算法,已经在无人机项目中使用
- 2022-03-24 17:33:02下载
- 积分:1
-
一个根据给定的图,计算出最小生成树的程序
一个根据给定的图,计算出最小生成树的程序-according to a set plan, the calculated minimum spanning tree procedures
- 2022-04-16 22:50:22下载
- 积分:1
-
正则表达式的示例
Regex beginers 为一个简单的项目。在此项目中,您可以学习基本的语法和用法的正则表达式、 regecomp、 regexec。它真的可以帮助如果您从未使用过。
- 2022-06-19 04:14:13下载
- 积分:1
-
基2FFT,包括一个DFT
基2FFT,包括一个DFT-2-d FFT, including a DFT program
- 2022-02-13 23:53:05下载
- 积分:1
-
此程序为C语言编写的图形操作算法
此程序为C语言编写的图形操作算法-procedure for the C language graphics algorithm
- 2022-02-14 04:21:11下载
- 积分:1
-
Lifitime tracer.
*****************************************************
Example...
Lifitime tracer.
*** *** *** *** *** *** *** *** *****
Example:
#include
void foo()
{
TRACE_LIFETIME
usleep(100000)
}
void main()
{
foo()
}
*** *** *** *** *** *** *** *** ***
See lifetimes.log:
FUNC: void foo(), AV TTL: 00000xxxxx us (main.cpp, 000xxx)
TTL: 00000xxxxx us (THREAD ID: 0000xxxx)
******************************************************
Explanation of newly created lifetimes.log:
FUNC - function, whose lifetime we measured
AV TTL - mean (average) spent time of all functions calls
TTL - time spent on each function call
THREAD ID - thread that called a function.
*****************************************************
Description:
- was written for QT project
- multithreaded support (Loki::Singleton has multithreaded sync support)
****************************************************
Dependencies:
- QT
- Loki (A. Alexandrescu)
-Lifitime tracer.
****************************************************
- 2022-02-13 17:25:56下载
- 积分:1
-
分步傅利叶方法解非线性方程
分步傅利叶方法解非线性方程-Fourier step-by-step method for solving systems of nonlinear equations
- 2022-12-13 00:25:03下载
- 积分:1
-
多种压缩算法的源程序
资源描述包含Lzw,Huff1,Dhuff等等多种压缩算法的源代码包,对于算法学习有很大提高。
- 2022-08-21 03:41:25下载
- 积分:1