资源列表

« 1 2 ... .55 .56 .57 .58 .59 960.61 .62 .63 .64 .65 ... 3400 »

[数学计算/工程计算A star算法类的C++语言实现

说明:A star算法类的C++语言实现-algorithm category C Language
<杨武夷> 在 2025-02-09 上传 | 大小:3kb | 下载:0

[数学计算/工程计算圆周率计算

说明:在数值计算中,一般的牛顿迭代法得到的数值具有截断误差,因此,用VB编写的可是实现任意精度的圆周率的计算程序-in numerical calculation, the general Newton iterative numerical method with the truncation error, therefore, prepared by the VB But to achieve any degree of accuracy
<qqiang> 在 2025-02-09 上传 | 大小:3kb | 下载:0

[数学计算/工程计算jieci

说明:系统辨识中,一个很重要的方法是用相关分析法辨识脉冲响应,该程序可以计算出输入和输出序列的互相关函数,以及计算出脉冲响应估计值-system identification, a very important way is to analyze the identification impulse response, the program can calculate the input and output sequence of cro
<qqiang> 在 2025-02-09 上传 | 大小:3kb | 下载:0

[数学计算/工程计算guji

说明:系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the rea
<qqiang> 在 2025-02-09 上传 | 大小:3kb | 下载:0

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

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

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

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

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

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

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

说明:This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (<, >, >=, <=, ==, !=) between 2 numbers, which have quite a lot of number of digits.-This program is to handle all possib
<liudm_123456> 在 2025-02-09 上传 | 大小: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-02-09 上传 | 大小: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 maxsiz
<万方> 在 2025-02-09 上传 | 大小:3kb | 下载:0
« 1 2 ... .55 .56 .57 .58 .59 960.61 .62 .63 .64 .65 ... 3400 »

源码中国 www.ymcn.org