-
vs.lib是一组线性代数与可积/迪在C++数学库…
vs.lib is a math library in C++ with a set of linear algebra and integrable / differentiable objects. vs.lib is a rapid-proto-typing tool which makes programming in numerical applications as easy as writing mathematical expressions.-vs.lib is a math library in C++ with a set of linear algebra and integrable/differentiable objects. vs.lib is a rapid-proto-typing tool which makes programming in numerical applications as easy as writing mathematical expressions.
- 2022-02-24 19:39:22下载
- 积分:1
-
离散数学的二元关系判断(源与再…
离散数学二元关系性质判断器(源码及报告)-Discrete Mathematics dual nature of the relationship judgment (source and the report)
- 2022-03-06 20:46:51下载
- 积分:1
-
变压器的有限元计算程序
该程序对变压器进行了网格高质量的剖分,并用有限元方法对变压器的电势值进行了计算。其中用到了FREEFEM++,不但让大家可以了解到freefem++功能的强大,而且还能了解变压器的有限元计算具体过程。
- 2022-02-20 13:23:55下载
- 积分:1
-
AHP(层次分析法)的计算软件,可以进行一致性检验,虽然目前只能计算6阶以下的矩阵,但稍作修改即可扩充功能。...
AHP(层次分析法)的计算软件,可以进行一致性检验,虽然目前只能计算6阶以下的矩阵,但稍作修改即可扩充功能。-AHP (Analytic Hierarchy Process) calculation software can be tested for consistency, Although currently only six bands calculated the following matrix, but with some slight modifications can be expanded easily.
- 2023-07-07 17:05:04下载
- 积分:1
-
图的操作,实现遍历功能
图的操作,实现遍历功能-operation of the plan, to achieve functional Traversing
- 2022-10-06 07:25:03下载
- 积分: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
-
基于矢量量化的手写体数字识别系统
本算法中用来训练和测试的手写体数字均来自于60000张训练数字示例和MNIST数据库中的图像已经做过位置归一化等基本处理,即已经使手写体数字处于图像的中心位置,删除了众多干扰信息,为本实验的进行降低了难度。30000个训练集样本的和
- 2022-01-26 01:07:50下载
- 积分:1
-
equals,length,trim,c语言toolkit
不用c库实现的c语言功能函数,包含length函数、equals函数、和trim函数,还会慢慢增加
- 2022-06-21 08:18:21下载
- 积分:1
-
路径查找代码[vc版本代码]
路径查找代码[vc版本代码]-path search code [vc version code]
- 2023-07-14 23:35:03下载
- 积分:1
-
支持向量机 用于训练车辆检测
选取200正样本车辆 200负样本 通过提出样本的hog特征,并进行训练。实验结果能很好的对监控视频中的车辆进行识别跟踪,且效果良好。
- 2023-02-08 23:55:11下载
- 积分:1