-
use vc realized random test code, can achieve simple to the complex random pictu...
使用vc开发实现的随机验证码,可以实现简单到复杂的随机图片,非常好用-use vc realized random test code, can achieve simple to the complex random pictures, very handy
- 2022-08-15 19:08:49下载
- 积分:1
-
三维流场模拟软件源代码。自带UG......好东西
三维流场模拟软件源代码。自带UG......好东西-Source codes of 3D Flow Field computerized simulation system, contain UG system.
- 2022-12-23 18:45:03下载
- 积分:1
-
一个很有用的贝叶斯辨识的MATLAB程序,结果会很流畅的图形输出....
一个很有用的贝叶斯辨识的MATLAB程序,结果会很流畅的图形输出.-a very useful identification of MATLAB Bayesian procedures, and results will be very smooth graphics output.
- 2022-04-28 12:47:20下载
- 积分:1
-
Soil non
非线性土体有限源程序,包含接触单元等等,功能挺好
-Soil non-linear finite source
- 2022-05-19 03:16:03下载
- 积分:1
-
用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数...
用C写的可以实现求解满秩线性方程组以及最小二乘曲线拟合的函数-written in C can be achieved full rank solving linear equations and least-squares curve fitting the function
- 2023-07-12 21:15:03下载
- 积分:1
-
用C++实现的遗传算法程序,简单易懂,拥有遗传算法的一些经典方法...
用C++实现的遗传算法程序,简单易懂,拥有遗传算法的一些经典方法-Implemented using C++ genetic algorithm program, easy to understand, with some of the classical method of genetic algorithms
- 2023-09-04 01:15:03下载
- 积分:1
-
牛顿 拉格朗日 分段线性
牛顿 拉格朗日 分段线性-Newton piecewise linear Lagrangian
- 2022-11-28 00:15:02下载
- 积分:1
-
1维和2维快速傅里叶变换,网上广为流传的英文版本
1维和2维快速傅里叶变换,网上广为流传的英文版本-1-D and 2-D Fast Fourier Transform, Perform a 2D FFT inplace given a complex 2D array
- 2022-08-05 10:57:43下载
- 积分:1
-
数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序...
数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss- Seidel method for solving linear equations of c procedures
- 2022-11-05 03:50:02下载
- 积分:1
-
ACM无向连通图最小生成树
题目描述
请输出无向连通图最小生成树权重之和。
输入
第一行是2个整数,分别表示顶点个数n和边数m。接下来的m行中,每一行第一个整数表示边的开始顶点,第二个表示边的结束顶点,第三个表示这条边的权重。
(
测试数据中保证图是连通图;
没有自环;
两个顶点之间只有一条边;
0
- 2022-02-22 12:05:25下载
- 积分:1