-
数值分析中,关于矩阵输入的实现方法及程序设计
数值分析中,关于矩阵输入的实现方法及程序设计-numerical analysis on the importation of the matrix method and program design
- 2022-07-20 17:10:08下载
- 积分:1
-
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be fou
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of
MIT and can be found presented in several languages. What I provide to
you here is a C derivative of the original C implementation of
Professor Rivets. The library code itself is platform-independant and
has been tested in Redhat Linux. I ve included the sample code and
makefile that I used for the Linux test. The demo, however, was
written with Visual C 6 on a Windows 2,000 platform.
- 2022-01-27 12:21:27下载
- 积分:1
-
大整数除法
ACM必备精品,先来一段比较函数。
int compare(char * c1,int s1,int e1,char *c2,int s2,int e2)
{
while(c1[s1]=="0"&&s1
- 2022-02-14 22:48:33下载
- 积分:1
-
Procedures are given deformation QR method with real symmetric triangular matrix...
程序中给出了用变形QR方法计算实对称三角阵的全部特征值与相应的向量-Procedures are given deformation QR method with real symmetric triangular matrix of all eigenvalues with the corresponding vector
- 2022-12-29 05:15:03下载
- 积分:1
-
对等点聚类
Clustering peer to peer
- 2022-03-31 19:55:08下载
- 积分:1
-
一个最短路径算法,可以作为初学参考,具有一定的价值和扩展空间...
一个最短路径算法,可以作为初学参考,具有一定的价值和扩展空间-A shortest path algorithm, can serve as a beginner reference, has a certain value and the expansion of space
- 2022-07-12 00:51:37下载
- 积分:1
-
科学与工程数值算法中的矩阵类
科学与工程数值算法中的矩阵类-science and engineering numerical algorithm of matrices
- 2022-04-01 16:14:43下载
- 积分:1
-
定点化fft变换
快速傅里叶变换的算法,由于浮点数在计算机中运算速度要低于整型,本程序在fft快速变换的基础上,将程序转换为定点运算,进一步提高速度。
- 2023-02-13 07:05:03下载
- 积分:1
-
神经网络实现的matlab代码(完整版)
神经网络实现的matlab代码(完整版),里面全面包含神经网络的模拟仿真、预测和改进的matlab代码,可操作,含注释。
- 2022-03-18 11:51:01下载
- 积分:1
-
稀疏矩阵计算库
Sparse1.3 是一个灵活的包子程序中用快速而准确地求解大型稀疏方程组线性方程组的 c + + 写。包是能够处理任意实数和复数方阵联立。除了能够解决线性系统,它也是能够迅速解决换位的系统,找到的决定因素,并估计在系统方程的病态和不稳定的计算中的误差。稀疏还提供了一个测试程序,能读取矩阵方程从一个文件,解决这些问题,并打印有关的方程和其解决方案的有用信息。Sparse1.3 通常是结构的快速或更比其他受欢迎的稀疏矩阵包时解决许多矩阵的相似。稀疏不需要或假定的对称性和能够执行数值数据透视 ing,以避免不必要的错误,在解决方案中。它可以处理它自己的内存分配,允许用户放弃提供足够的内存的麻烦。它也有一个自然、 灵活和高效的界面给调用程序。稀疏最初是在电路模拟器中使用,尤其善于处理节点和修改节点导纳矩阵。在从非线性方程组的牛顿法和整合大刚性系统的常微分方程组的求解大型系统的电路模拟器茎中生成的线性系统。然而,稀疏也是适合作其他用途,其中一个特别解决造成的 par-tial 微分方程的数值解线性方程组的非常大的系统。
- 2022-04-09 00:17:28下载
- 积分:1