-
先序遍历的非递归算法
先序遍历的非递归算法-preorder non- recursive algorithm
- 2023-07-17 08:50:03下载
- 积分:1
-
从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。...
从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。-From. Txt file to read data, and data Haar wavelet transform and compression operations.
- 2022-08-25 09:02:02下载
- 积分:1
-
c语言实现业务逻辑与算法分离的单链表
传统单链表的算法实现不能满足企业应用,企业里使用的链表实现是经过改良的,实现了算法和业务逻辑的分离(这里是重点,也只有这样才能被实际使用,如果你是传统的实现方式在使用的话,建议看看这里的实现思想),所以实现与传统的方法也不一样。具体实现直接看代码,注意与传统链表的实现接口destory和clear,以及调用方式有很大的不同,可能需要慢慢理解
- 2023-08-26 01:00:03下载
- 积分:1
-
把整数华氏温度转换成浮点数摄氏温度,精确到三位数字
把整数华氏温度转换成浮点数摄氏温度,精确到三位数字-put into Fahrenheit temperature float Celsius temperature, accurate to three figures
- 2022-01-25 14:02:25下载
- 积分:1
-
COMC_C++实现核能谱串口数据上位机图形显示
高速ADC对核信号采集并通过串口传输给上位机,通过使用串口通信控件MSComm,MFC编程实现对串口传输来的数据上位机图形显示
- 2023-03-15 21:15:07下载
- 积分:1
-
下一部是计算求解方程组
下一部是计算求解方程组-under a calculation equations solution
- 2022-07-05 09:59:41下载
- 积分:1
-
#define 中使用运算符 c
#include < stdio.h >
#include < string.h >
#define TFTP_TYPE_GET 0
#define TFTP_TYPE_PUT 1
int (主)
{
printf %("d",TFTP_TYPE_GET) ;
}
- 2023-06-15 02:11:15下载
- 积分:1
-
这opennl,图书馆很容易构造和求解稀疏线性系统。
This OpenNL, a library to easily construct and solve sparse linear systems.
* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR).
* OpenNL can also use other solvers (SuperLU 3.0 is supported as an OpenNL extension,MUMPS will be supported in a future version)-This is OpenNL. a library to easily construct and solve sparse l inear systems.* OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradie nt, Application of BICGSTAB. GMRes) and preconditioners (Jacobi, SSOR).* OpenNL can also use other solvers (Super rLU 3.0 is supported as an OpenNL extension, MUMPS will be supported in a future version)
- 2023-07-05 19:45:04下载
- 积分:1
-
vc 著名的九宫图
vc 著名的九宫图-vc famous JiuGongTu
- 2022-01-27 08:47:43下载
- 积分:1
-
Dijkstar和Floyd算法
程序分别用Dijkstar和Floyd两种算法来计算最短距离,从文件读取点的信息,文件格式为起点,到点,距离。程序含有有时间函数,可以对两种算法进行比较,能够得出比较好的结果。
- 2022-07-22 01:21:18下载
- 积分:1