-
稀疏矩阵运算,c语言实现。
稀疏矩阵运算,c语言实现。-sparse matrix operations, c language.
- 2022-04-12 09:51:59下载
- 积分:1
-
VC prepared by the method of least squares algorithms for three
VC编写的最小二乘法算法,适用于3阶方程,可编译为链接库文件。-VC prepared by the method of least squares algorithms for three-order equation can be compiled to link library file.
- 2023-01-11 08:20:04下载
- 积分:1
-
将16进制的数转换成10进制(数据在文件中),并实现排序。
首先读取存储在文件中的16进制的数
将16进制数转换成为10进制的
将转化后的十进制数实现排序
将排序后的数写入到文件中
- 2022-05-25 09:20:45下载
- 积分:1
-
这是掌握计算机软件专业组合的一种数学…
这是硕士生计算机软件专业组合数学的一个字典算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm dictionary demonstration purposes only.
- 2023-07-29 18:05:04下载
- 积分:1
-
多个常用的特殊函数的例子
多个常用的特殊函数的例子-One of the more common examples of the special function
- 2023-06-20 16:20:03下载
- 积分:1
-
关于计算几何中的一些与多边行有关的算法,包括点线与多边形关系等等。...
关于计算几何中的一些与多边行有关的算法,包括点线与多边形关系等等。-Computational geometry on some trip with multilateral algorithms, including the relationship between points, lines and polygons and so on.
- 2022-01-28 13:47:38下载
- 积分:1
-
迭代法的收敛与收敛速度的比较
Private Sub Form_Load() Label1.Caption = "方程的三个割根区间分别为(-3.6,-3.5),(0,0.1),(3.4,3.5)" Label2.Caption = "牛顿法可使用三个割根区间" Label3.Caption = "普通迭代法—格式1只能使用割根区间(-3.6,-3.5)和(3.4,3.5)" Label4.Caption = "普通迭代法—格式2 使用割根区间(0,0.1)"End SubPrivate Sub Command1_Click() Dim x!, y!, k% x = Val(Text1.Text) If Text1.Text = "" Then 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-27 06:50:04下载
- 积分:1
-
Vc中关于FFT算法的编程
Vc中关于FFT算法的编程-Vc on the FFT algorithm programming
- 2022-02-15 01:32:16下载
- 积分:1
-
简单的二叉树实现
简单的二叉树实现-achieve simple binary tree
- 2022-04-18 05:40:38下载
- 积分:1
-
aes算法c(c++)_支持128、192和256位密钥
aes算法c(c++)_支持128、192和256位密钥 实现一个C++的AES算法类,可直接调用
- 2022-02-02 20:47:48下载
- 积分:1