-
部分PKU上的源码,希望对大家有所帮助。其中包括所有提交代码,里面均有提示...
部分PKU上的源码,希望对大家有所帮助。其中包括所有提交代码,里面均有提示-PKU part on the source, and they hope to help everyone. Including all submitted code, which has prompted
- 2022-03-24 17:42:37下载
- 积分:1
-
迭代回朔算法是计算机中很常用的算法, 我的程序是一个八皇后问题。...
迭代回朔算法是计算机中很常用的算法, 我的程序是一个八皇后问题。-back Schomburg iterative algorithm is quite commonly used computer algorithms, the procedure is a Queen"s eight issues.
- 2023-04-02 20:05:03下载
- 积分:1
-
详细的记载了CRC算法的具体过程
详细的记载了CRC算法的具体过程- Detailed record CRC algorithm concrete process
- 2022-04-06 20:50:28下载
- 积分:1
-
矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍
矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍- The matrix operation, concrete showing sees in the procedure,
all has the detailed introduction in each procedure
- 2022-11-26 21:40:03下载
- 积分:1
-
xyqkeygeneradtor的生成与实现算法 身份认证的实现以及研究
xyqkeygeneradtor的生成与实现算法 身份认证的实现以及研究-xyqkeygeneradtor generation and authentication algorithm for the realization of research
- 2022-01-25 20:55:25下载
- 积分:1
-
在MPI上用并行LU分解求解线性方程组的源程序。
在MPI上用并行LU分解求解线性方程组的源程序。- Decomposes the solution system of linear equations on MPI with
parallel LU the source program.
- 2023-03-13 09:25:04下载
- 积分:1
-
一个曲线拟合的C程序算法
一个曲线拟合的C程序算法-A C language program algorithm of curve fitting
- 2022-07-06 10:38:18下载
- 积分:1
-
A very powerful method of steepest descent algorithm for the C++ program, the re...
很强大的最速下降法的C++算法程序,结果也比较精确-A very powerful method of steepest descent algorithm for the C++ program, the results more precise
- 2022-06-17 04:18:10下载
- 积分:1
-
功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功...
功能强大的计算器,采用仿C语言表达式语法 并且给出表达式的逆波兰表达式,支持二十余种函数运算,程序经测试成功-powerful calculator, using fake C language syntax expression and expression is the inverse Poland expression, I support 20 species of Operational functions, procedures have been tested successfully
- 2023-07-20 20:55:04下载
- 积分:1
-
已知一个单链表L编写一个删除L中值为x结点的直接前驱结点的程序。
#include
#include
#include
typedef int ElemType; // 定义数据结构元素的数据类型
#define LIST_INIT_SIZE 10 // 线性表存储空间的初始分配量
#define LISTINCREMENT 5 // 线性表存储空间的分配增量
// 线性表的动态分配顺序存储结构
ty
- 2022-03-13 17:25:00下载
- 积分:1