-
有限元计算程序,供软件工程,力学专业的老师和学生参考
有限元计算程序,供软件工程,力学专业的老师和学生参考-Finite element program for software engineering, mechanical professional teachers and students for reference
- 2022-11-01 20:40:03下载
- 积分:1
-
运筹学算法包C实现
运筹学算法包C实现-tacticians packet algorithm to achieve C
- 2022-01-28 16:39:27下载
- 积分:1
-
The graphic model NURBS algorithm realization source code, to the person which...
三维图形学NURBS算法实现源代码,对搞三维图形编程的人有帮助-The graphic model NURBS algorithm realization source code, to the person which does the three dimensional graph programming has helps
- 2022-09-03 23:55:02下载
- 积分:1
-
code adsadadsadsadsdadadsadsadsadsadadsasdasd
code adsadads adsdadads ads adadsasdasd-code adsadadsadsadsdadadsadsadsadsadadsasdasd
- 2023-07-16 07:00:03下载
- 积分:1
-
科学与工程数值计算算法(Visual Basic版)一书的源代码。对科学研究者自己开发领域内计算程序极具参考价值。...
科学与工程数值计算算法(Visual Basic版)一书的源代码。对科学研究者自己开发领域内计算程序极具参考价值。-science and engineering numerical algorithm (Visual Basic version) a book source. Scientific researchers to develop its own procedures for calculating the area of great reference value.
- 2023-04-23 14:05:04下载
- 积分:1
-
已知电压信号序列,利用FFT计算该电压信号的各次谐波及其RMS值。...
已知电压信号序列,利用FFT计算该电压信号的各次谐波及其RMS值。-As the voltage signal sequence is known, FFT is used to calculate the value of harmonics and the voltage RMS value.
- 2022-11-29 14:10:03下载
- 积分:1
-
一些经常用到的C算法程序
一些经常用到的C算法程序-some frequently used procedures C Algorithm
- 2022-07-20 06:52:10下载
- 积分:1
-
Code_McCaffreyTestRun1011
图形结构和最大的派系
在广泛的应用,包括社交网络通信分析、 计算机网络分析、 计算机视觉和许多其他中遇到的最大团问题。 对于甚至中等大小的图,原来在计算机科学中的最具挑战性和有趣的问题之一是最大的派系问题。 用于解决的最大团问题的技术 — — 其中包括禁忌搜索、 贪婪搜索、 高原搜索、 实时参数适应和动态解决方案历史 — — 在许多其他问题方案中可以使用。 在短期,解决了最大团问题的代码可以直接对您非常有用,并在算法中采用的先进的技术可以帮助解决其他困难的编程问题。
- 2022-03-09 12:37:22下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
一个正整数的集合S,c是一个正整数,在s的子集中判断是否存在子集和为c的子集...
一个正整数的集合S,c是一个正整数,在s的子集中判断是否存在子集和为c的子集-A set of positive integers S, c is a positive integer, in the subset of s, to determine whether there is a subset of a subset of and for the c
- 2022-03-23 14:57:41下载
- 积分:1