-
数组排序的经典程序shell。
数组排序的经典程序shell。-Sorting an array of classic shell procedures.
- 2022-04-08 11:10:51下载
- 积分:1
-
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!...
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!-six approximation with the fitting of the C source code, examples, from the "C language commonly used numerical procedures," and so I have been put to test available!
- 2023-09-07 17:15:02下载
- 积分:1
-
基于opencv的人脸检测
资源描述本程序利用了opencv自带的haar人脸分类器,然后在vs编程环境下,实现了对静态图像中正脸、侧脸的检测,同时还实现了对动态视频中人脸的实时检测。
- 2022-05-29 06:55:58下载
- 积分:1
-
C课程设计
#include
#include
#include
#define LEN sizeof(struct stu)
struct stu
{
long num;
char name[20];
char sex[10];
float China;
float Math;
float English;
float add_score;
float ave;
struct stu *next;
};
- 2023-08-09 22:55:02下载
- 积分:1
-
I have written eight issues of a variety of Queen' s random algorithm: includ...
自己编写的八皇后问题的各种随机算法:包括了随机算法,回溯法,随机+回溯求解八皇后-I have written eight issues of a variety of Queen" s random algorithm: including a random algorithm, backtracking random+ back to solve the eight Queen" s
- 2023-08-24 07:15:03下载
- 积分:1
-
计算机数值分析算法源代码,科学与工程数值算法(Visual+C版)
计算机数值分析算法源代码,科学与工程数值算法(Visual+C版)-Computer numerical analysis algorithm source code, science and engineering numerical algorithm (Visual+ C version)
- 2022-12-08 17:30:03下载
- 积分:1
-
多项式的编程另一种算法
多项式的编程另一种算法-polynomial another programming algorithm
- 2022-06-03 01:27:43下载
- 积分:1
-
常用数值算法Fortran代码,使用Fortran 77的固定格式。
Fortran 77采用固定格式,所有代码均用gfortran编译器和英特尔Fortran编译器进行测试。所有代码分为15类。它包括
- 2022-11-08 00:05:03下载
- 积分:1
-
逆波兰式的转换
逆波兰式的转换- Goes against the Poland-like transformation
- 2022-08-20 07:14:45下载
- 积分:1
-
迭代法计算一元非线性方程
应用背景
在计算方法中计算线性方程中。要考虑迭代格式的构造、初始条件的选取。收敛性。终止条件和误差分析。需要建立迭代函数,写出等价方程的不动点
关键技术迭代法计算一元非线性方程:f(x)是实变量x的非线性实单值函数,一元非线性方程是指f(x)是多项式的非线性方程。可以用迭代法获得F(x)=0的近似值
- 2023-03-02 15:20:03下载
- 积分:1