资源列表

« 1 2 ... .79 .80 .81 .82 .83 2284.85 .86 .87 .88 .89 ... 3400 »

[数学计算/工程计算最小二乘法程序代码

说明:用最小二乘法拟和数据,得到一条最接近所给数据的直线-least squares method to be used and the data obtained by one closest to the straight-line data
<胡清> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算power

说明:该程序用于计算幂积,它比普通的连乘方法要快得多,主要是它含有分治的思想。-the procedures used in the calculation of power plot, it more than ordinary continually multiply much faster method, it is the partition containing the idea.
<唐海浪> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算gelei generator

说明:该程序用递归的方法产生格雷码序列,它需要一定的额外的空间.-the procedures used recursive methods Gray code sequence, it needs the additional space.
<唐海浪> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算矩阵运算算法

说明:用C++语言实现矩阵的常用运算,非常不错,具有参考价值。-C++ Language matrix used in computation, very good, with the reference value.
<> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算龙格--库塔法

说明:龙格-库塔法是工程中常用的求解微分方程的一种方法.而且具有四阶精度,因此应用很广泛.改程序给出了其源代码.-Runge- Kutta method is commonly used in engineering solving a differential equation methods. But with four bands precision, it is widely used. Changed its procedures is the source code.
<淘淘> 在 2025-07-08 上传 | 大小:3kb | 下载:1

[数学计算/工程计算^^A_big_nu1648259212003

说明:This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (, >=, =,
<liudm_123456> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算A_maths_me1067647162002

说明:This is a program that will let you calculate roots with the Quadratic formula (including complex roots), Factorial of a number, Fibonacci series (and Pascals Triangle still under construction).
<liudm_123456> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算51623457

说明:先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree E
<万方> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算ad_pcm

说明:用在语音芯片上的一个,实现ADPCM编码的压缩程序,对语音编解码有帮助!-with the voice of a chip to achieve ADPCM compression coding procedures, the voice codecs help!
<张三> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算简单计算器

说明:简单计算器(带密码“111111”) 进行简单的数字计算 包括“+” “-” “*” “/” “乘方” -simple calculator (with the password "111 ") Simple arithmetic including "" "-" "*", "/", "involution"
<任晓晨> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算simplix

说明:这是关于运筹学上的单纯形法的源码,此方法用的是两阶段法。-tacticians on the simplex method source code, the use of this method is a two-stage method.
<黄玫> 在 2025-07-08 上传 | 大小:3kb | 下载:0

[数学计算/工程计算fit_line

说明://最小二乘法直线拟合 m_FoldList为关键点(x,y)的链表 拟合直线方程(Y=kX+b) -//linear least squares fitting m_FoldList as the key point (x, y) of Chain fitting linear equation (Y = C/56 b)
<qiao> 在 2025-07-08 上传 | 大小:3kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 2284.85 .86 .87 .88 .89 ... 3400 »

源码中国 www.ymcn.org