资源列表

« 1 2 ... .44 .45 .46 .47 .48 3349.50 .51 .52 .53 .54 ... 3400 »

[数学计算/工程计算矩阵加减乘(M)

说明:一个比较简单的算法程序。输入一些数,计算后按照矩阵的形式输出。设了三个数组a[],b[],c[]。分别实现c[]=a[]+b[],c[]=a[]-b[],c[]=a[]*b[]。-a relatively simple procedure of the algorithm. The importation of some few, calculated in accordance with the matrix in the form
<XFX> 在 2024-11-02 上传 | 大小:7168 | 下载:0

[数学计算/工程计算牛顿迭代法(M)

说明:原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to u
<XFX> 在 2024-11-02 上传 | 大小:10240 | 下载:0

[数学计算/工程计算排序(M)

说明:这是关于文件操作的一个题,由题意可知,该题解决起来应该分为三个部分。第一部分即从in.dat中读入数据,第二部分即实现排序的算法,最后应该实现将排序的结果输出到out.dat中。-This is the document on the operation of a title, and that Italy, we can see that the solutions to the problem should be divided i
<XFX> 在 2024-11-02 上传 | 大小:8192 | 下载:0

[数学计算/工程计算进制转换(M)

说明:一个简单实用的进制转换算法,该算法能实现二、八、十、十六进制的相互转化。-a simple and practical base for the conversion algorithm, the algorithm can achieve 2, 8, 10, hexadecimal the mutual conversion.
<XFX> 在 2024-11-02 上传 | 大小:35840 | 下载:0

[数学计算/工程计算牛顿法解方程源代码

说明:牛顿法解方程之混沌情况,帮助你对牛顿法解方程的领悟,具有非常强的视觉冲击力,美仑美奂,不看将后悔一辈子的!-Newton equation solution chaotic situation and help you right Solving equations of Newton's grasp, with very strong visual impact, attractive, and will not look a
<汤凌> 在 2024-11-02 上传 | 大小:273408 | 下载:0

[数学计算/工程计算实数据快速傅立叶变换算法

说明:傅立叶变换是信号处理时最常用的算法之一,实现时域与频域之间的转换,对人们研究各种信号非常有用,本程序利用VC实现快速傅立叶变换算法-Fourier transform signal processing is the most commonly used algorithm, achieving time-domain and frequency domain between the conversion of the people l
<孙汶> 在 2024-11-02 上传 | 大小:308224 | 下载:0

[数学计算/工程计算SOR1

说明:SOR解n维线性方程组 用vc语言完成SOR解n维线性方程组-SOR n-dimensional solution of linear equations using vc language SOR complete solution of n-dimensional linear equations
<孔明> 在 2024-11-02 上传 | 大小:27648 | 下载: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
<万方> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[数学计算/工程计算大数运算类

说明:1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程,然后定义 * * 该类的实例,就可以对
<沈嘉祺> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数学计算/工程计算lee

说明:Vc++Romberg的,计算方法中romberg算法的c程序源码-Vc Romberg, calculation method Romberg Algorithm c procedures FOSS
<qwe> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数学计算/工程计算mp2_0

说明:最优潮流计算程序(使用电力系统专业,属于非线性规划问题).-optimal power flow calculation procedure (using power systems professional, is Nonlinear Programming).
<宋义> 在 2024-11-02 上传 | 大小:168960 | 下载:0

[数学计算/工程计算colgauss

说明:简要的Gauss列主元消去法,很实用,用matlab实现,还有一个图例,程序说明很详细-brief Gauss main-element elimination, very practical, using Matlab to achieve, there is a legend, a very detailed descr iption of the procedures
<高兵> 在 2024-11-02 上传 | 大小:4096 | 下载:0
« 1 2 ... .44 .45 .46 .47 .48 3349.50 .51 .52 .53 .54 ... 3400 »

源码中国 www.ymcn.org