-
- 2022-10-22 01:40:06下载
- 积分:1
-
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;...
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;-According to greedy algorithm to solve the minimum spanning tree this situation, it may not seek the global optimal solution is not, however, you can find the optimal solution under the current situation
- 2023-05-29 18:05:03下载
- 积分:1
-
一个简单的网上书店系统,运行环境是ASP+ACCESS.具体功能为添加书籍,点击浏览,购买等等。...
一个简单的网上书店系统,运行环境是ASP+ACCESS.具体功能为添加书籍,点击浏览,购买等等。-A simple online bookstore system, runtime environment is ASP+ ACCESS. Add specific functionality for the books, click on browse, purchase and so on.
- 2023-04-22 03:10:04下载
- 积分:1
-
floyd,求最短路径的算法。。求任意两点间的最短距离
floyd,求最短路径的算法。。求任意两点间的最短距离-floyd, seeking the shortest path algorithms. . Arbitrary order of the shortest distance between two points
- 2022-07-13 09:49:18下载
- 积分:1
-
zlib文件压缩算法
zlib是文件压缩算法,它的压缩和解压算法都是完全公开的,因此它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本.
- 2022-05-11 01:03:47下载
- 积分:1
-
数据结构和算法,C++描述,数据结构习题,数据结构答案
数据结构和算法,C++描述,数据结构习题,数据结构答案-datastruct
- 2022-03-06 05:33:15下载
- 积分:1
-
一个关于多重网格的程序,解得是一个周期的非线性方程,当然也可以换成其他边界的...
一个关于多重网格的程序,解得是一个周期的非线性方程,当然也可以换成其他边界的-a grid of multiple procedures, that there is a solution to the cycle of nonlinear equations, of course, could be replaced with other border
- 2022-05-23 01:16:51下载
- 积分:1
-
Realiza inventarios no terminado
Realiza inventarios no terminado
- 2022-01-22 03:52:35下载
- 积分:1
-
清华大学数据结构 严蔚敏 PPT+习题答案
清华大学数据结构 严蔚敏 PPT+习题答案-Tsinghua University, Yan Wei-min data structure PPT+ Exercises Answer
- 2022-03-20 23:22:42下载
- 积分:1
-
//Carry out principal component of the Gaussian elimination method// function: s...
// 带有列主元的高斯消元法
// 功能: 求解线性方程组 Ax = b
// 参数: A - 指向n*n系数矩阵的指针
// b - 常数向量的指针
// n - 方程组的维数
// 返回值:0 - 如果成功。线性方程组的解保存在 b 中
// 1 - 求解失败-//Carry out principal component of the Gaussian elimination method// function: solving linear equations Ax = b// parameters: A- point n* n coefficient matrix of the pointer// b- constant vector pointer// n- Equations dimension// return value: 0- if successful. Linear equations the solution stored in the b in// 1- Solving the failure of
- 2023-05-30 23:15:02下载
- 积分:1