-
Hanoi非递归源码
Hanoi非递归源码-Hanoi non- recursive FOSS
- 2022-03-14 21:25:26下载
- 积分:1
-
东西测试-不为用法。尚未...你可以试试,但不是建议现在
东西测试-不为用法。尚未...你可以试试,但不是建议现在
东西测试-不为用法。尚未...你可以试试,但不是建议现在
不是现在。不是现在。不是现在。
- 2022-02-05 15:58:20下载
- 积分:1
-
用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win...
用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win-tc.-C language GA procedures, achieving is y = x 10* sin (x 5*) 5* cos (10* x) for the maximum. To achieve environmental w in-tc.
- 2023-04-26 22:05:03下载
- 积分:1
-
本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。...
本程序用于有限元方法中空间8节点单元刚度矩阵的计算,并通过文本文件实现数据间的传输,在VB中通过shell函数来调用fortran的程序,实现二者的混合编程。
-This procedure for the finite element method in space for 8-node element stiffness matrix calculation, and through text files between data transmission, in VB through shell function to call fortran procedure, the two realize mixed language programming.
- 2022-08-04 01:29:32下载
- 积分:1
-
北大100acm100题解题报告,包括ppt和word文档不过没有源代码
北大100acm100题解题报告,包括ppt和word文档不过没有源代码-North 100acm100 problem-solving questions, including ppt and word documents, however there is no source code
- 2023-03-21 18:10:04下载
- 积分:1
-
单链表操作
资源描述#include
#define maxsize 100
using namespace std;
/*class base
{
int length;
};*/
class Seqlist //实现顺序表类
{
private:
int size; //当前元素个数
int length; //当前表的总长度
public:
int *elem; //动态存放数据
Seqlist(); //构造函数的声明
int listset(); //顺序表的创建
&nbs
- 2022-06-03 18:29:34下载
- 积分:1
-
八数码难题解决实现方法
八数码难题解决实现方法-eight digital method to solve problems
- 2023-03-24 20:55:03下载
- 积分:1
-
并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。...
并行计算两个矩阵相乘。这个算法是原创的。可以很快实现大型矩阵的相乘。-this is a MPI program that can accompish qucik computation of multiply of two large matrix by parall computation
- 2023-08-13 16:30:03下载
- 积分:1
-
Phyton Capcha 解码器
验证码解码器 80%精度
-得到更柔和的图像
-选择图像
-显示文本
- 2022-11-25 16:55:03下载
- 积分:1
-
macra处理器
它是一个macra处理器程序 c 它执行一个macra处理器的所有基本功能。一次和两次macra处理器可以使用此实现的 b。你必须给一个包含宏指令的输入文件
- 2022-12-25 17:10:03下载
- 积分:1