-
! 平面框架结构静力分析程序(by fortran) ! 后处理法 ! ! 主要功能: ! 输入单元结点编号,自动生成结点位移编号; ! 总刚元素按上三角阵存储...
! 平面框架结构静力分析程序(by fortran) ! 后处理法 ! ! 主要功能: ! 输入单元结点编号,自动生成结点位移编号; ! 总刚元素按上三角阵存储; ! 主1副0法引入位移约束条件 ! GAUSS消元法解线性代数方程组;-! Plane frame structure static analysis procedures (by fortran)! After the treatment!! Main functions:! Input module node number automatically generated node displacement number ! Total just click on the triangle element array storage ! Master a 0 Law on the introduction of displacement constraints! GAUSS elimination method solving linear algebraic equations
- 2022-08-07 01:25:00下载
- 积分:1
-
算法设计与分析基础(中文).pdf
清华大学出版社
算法设计与分析基础(中文).pdf
清华大学出版社-Algorithm design and analysis of the basis of (Chinese). Pdf Tsinghua University Press
- 2022-06-01 04:10:28下载
- 积分:1
-
水平集 cv 方法初步
这是代码执行在 matlab 中的,用于研究水平集的 cv algorithm.and 需要的迭代次数草签完毕
- 2023-08-04 15:55:04下载
- 积分:1
-
CAMSHIFT+粒子
根据粒子滤波与camshift结合的算法,效果还可以,采用手动选择目标。能够有效的完成多目标的跟踪,能够对人体车辆,行人,人脸多目标进行跟踪。
- 2023-09-01 13:45:04下载
- 积分:1
-
two polynomial multiplication
两个多项式加减乘运算-two polynomial multiplication
- 2022-02-20 11:27:52下载
- 积分:1
-
基于SVD的人脸识别,可以直接计算出识别正确率
基于SVD的人脸识别,可以直接计算出识别正确率-SVD-based face recognition, and can directly calculate the correct rate of recognition
- 2022-04-25 07:11:14下载
- 积分:1
-
- 2022-03-24 18:25:50下载
- 积分:1
-
ACM No.1229 C language
ACM No.1229 C语言
- 2022-02-10 16:42:55下载
- 积分:1
-
GMP is a free library for arbitrary precision arithmetic, operating on signed in...
GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.
- 2022-02-25 15:30:33下载
- 积分:1
-
巴斯角三角形
经典算法巴斯角三角形的实现,类似中国古代的杨辉三角#include
#define N 12
long combi(int n, int r){
int i;
long p = 1;
for(i = 1; i
- 2022-12-16 03:55:02下载
- 积分:1