-
统计方面的程序,c编译
统计方面的程序,c编译-statistical procedures, c compiler
- 2022-07-28 07:07:12下载
- 积分:1
-
c语言编的万年历源程序,可显示年份从1980
c语言编的万年历源程序,可显示年份从1980-2099年,是个很实用的工具-hefty almanac series of the source, can show that the years from 1980-2099, is a very useful tool!
- 2022-08-20 15:02:43下载
- 积分:1
-
链表的基本操作
#include
#include
#define LEN sizeof(struct student)
/*----------------数据定义----------------------*/
//定义一个学生信息的结构体,包括学号,姓名和结构体类型的指针
struct student
{
long num; //学号
char name[128]; //姓名
struct student *next; //结构体指针
};
typedef struct student * stuNode;
int n=0; //全局变量,记录链表的长度
/*---------------函数声明---------------------*/
stuNode Create(); //创建一个新的链表 &nbs
- 2022-03-11 02:44:17下载
- 积分:1
-
数据挖掘中的bridgit算法的例子。 非常经典
数据挖掘中的bridgit算法的例子。 非常经典-of data mining algorithms bridgit example. Very classic
- 2022-07-07 13:17:01下载
- 积分:1
-
分形几何--用简单构造复杂的艺术。
对图形的放大有两种,一种是光栅放大,放大后图形的边界会产生锯齿;另一种是矢量放大,采用的是关系计算的方法,放大的图形不会...
分形几何--用简单构造复杂的艺术。
对图形的放大有两种,一种是光栅放大,放大后图形的边界会产生锯齿;另一种是矢量放大,采用的是关系计算的方法,放大的图形不会出现锯齿和模糊。基于Julia的方法属于矢量放大,该方法被称为“分形显微镜”。是一个很有用的功能模块。-Fractal geometry- with a simple structure is complicated art. Amplification of the graphics there are two types of grating amplification, the amplified graphics have jagged borders the other is to enlarge the vector used is a method of calculation, to enlarge the graphics will not appear jagged and fuzzy. Julia
- 2022-03-09 10:34:19下载
- 积分:1
-
矩阵的奇异值分解算法
矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
- 2022-04-06 20:52:10下载
- 积分:1
-
牧羊人的算法实现
牧羊人的算法的实现-shepherd the realization of the algorithm
- 2023-06-07 06:00:03下载
- 积分:1
-
以面向对象方法实现的数值算法类库,包括 向量、矩阵等的运算以及FFT...
以面向对象方法实现的数值算法类库,包括 向量、矩阵等的运算以及FFT-object-oriented methods to achieve the numerical algorithm library, including vector, matrix arithmetic and FFT
- 2022-11-24 22:05:03下载
- 积分:1
-
数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3
x3微分=...
数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3
x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算-Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming language, the use of Euler and forecast correction, Runge-Kutta method of achieving x1 differential = x2 x2 differential = x3 x3 differential =- 800* x1-80* x2-24* x3+ sin (t) y = 800x1 computing
- 2022-01-26 00:33:59下载
- 积分:1
-
列句25宫的所有组合。
每行,每列,和对角线 数字和为25。
列句25宫的所有组合。
每行,每列,和对角线 数字和为25。-sentence of 25 out of all the combinations Palace. Each line, each and diagonal figures and 25.
- 2022-01-26 18:25:40下载
- 积分:1