-
复数运算库,可对复数进行加减和开方运算
复数运算库,可对复数进行加减和开方运算- The complex operation storehouse, may carry on the addition and
subtraction and the root to the plural number operates
- 2023-05-15 21:20:03下载
- 积分:1
-
poason方法进行网格
poason method to make mesh
- 2022-07-01 06:03:39下载
- 积分:1
-
大M单纯形线性规划问题求解。
很不错的基于basic的源代码啊
大M单纯形线性规划问题求解。
很不错的基于basic的源代码啊-Large M simplex linear programming problem solving. Very good basic source code based on ah
- 2022-07-27 04:33:03下载
- 积分:1
-
用龙贝格方法求积分
用龙贝格方法求积分-Romberg method used for points
- 2023-03-22 23:05:03下载
- 积分:1
-
有界背包问题
应用背景有界背包问题 ;zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz关键技术有界背包problemtrhrttttttttttttttttttttttttttttttttttttttttttttttt
- 2023-08-04 04:05:04下载
- 积分:1
-
calc大数库,实现了所有的基本大数运算功能
calc大数库,实现了所有的基本大数运算功能-calc library of large numbers, realize all the basic computing functions of large numbers
- 2023-01-07 03:15:03下载
- 积分:1
-
这是一个验证歌德巴赫猜想对2000以内的正偶数成立的小程序
这是一个验证歌德巴赫猜想对2000以内的正偶数成立的小程序-This is a test Goldbach conjecture right now within the 2000 establishment of even small programs
- 2022-03-20 07:11:48下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
C语言实现的五子棋人机对战
资源描述基于C语言实现的五子棋人机对战和人人对战两种模式,棋盘比较简单,两种模式可以选择,算法比较简单
- 2022-11-12 23:55:03下载
- 积分:1
-
LENCH算法,分簇算法改进
在基因表达谱测量的成千上万个基因中,仅有少量基因包含了肿瘤信息,大部分基因与肿瘤并不相关
- 2022-05-30 15:57:09下载
- 积分:1