-
这是一个图论Gomory-Hu算法!!!
This is a Gomory Hu algorithm-This is a Gomory Hu algorithm!!!
- 2022-03-14 12:08:08下载
- 积分:1
-
交通仿真(排队论)小程序
This is the project of my course in the USA:
Customers
arrive at a service station (with a single server) according to the Poisson
process with a mean arrival rate of lambda = 0.3 (customers/min). Each customer
waits in queue (if present), proceeds to receive service upon his/her turn, and
departs the system when the service is completed. The service time is uniformly
distributed between 2.5 and 4.5 minutes. On each day, the service station is
open for two hours. Any customers in queue at the end of work hours are served
before closing the service station for the day. Use simulation (do 100
simulation runs) to determine
- 2023-02-02 14:55:04下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2022-04-01 01:32:13下载
- 积分:1
-
在c语言里面显示汉字的程序!
在c语言里面显示汉字的程序!-in Chinese language inside showed the procedure!
- 2023-03-14 16:30:03下载
- 积分:1
-
c++语言k均值算法
本实验功能与目的是实现K—均值聚类算法,将“Iris.txt”文件中的数据用K—均值聚类的方法分为三类。分类结果用该数据的数据编号表示。
- 2022-12-10 09:45:02下载
- 积分:1
-
This program generates interpolation function for input data in three methods:...
This program generates interpolation function for input data in three methods:
1-Newton forward method
2-Newton backward method
3-lagrange method
- 2022-07-07 06:09:44下载
- 积分:1
-
二叉树排序输出
应用背景
此算法容易被理解,运用,或会有更大的利用价值,用于实际生活中,例如甲地到达乙地,可以用此二叉树发现不同路线供使用人使用。或正在学习有关二叉树的初学者们使用,此代码更容易被初学者学习和使用,此代码是用五个节点,也可以发展到更多的节点。
关键技术
用五个节点的二叉树的排序输出,涉及到先序便利,中序便利,后序便利,运用六个节点使用其相应的便利方式是问题得到不同的方案,二叉树进行展示,可以用于三种二叉树学习,用于实际生活中,例如甲地到达乙地,可以用此二叉树发现不同路线供使用人使用。
- 2022-09-01 01:35:03下载
- 积分:1
-
crc.cpp是一个产生0-255对应的16位循环冗余码的例子 correlator.cpp是一个相关滤波例子...
crc.cpp是一个产生0-255对应的16位循环冗余码的例子 correlator.cpp是一个相关滤波例子-crc.cpp have 0-255 is a corresponding 16-bit cyclic redundancy code examples correlator.cpp filtering is a relevant example
- 2022-01-28 18:48:37下载
- 积分:1
-
C语言编写的标准IO界面贪吃蛇小游戏
非常适合初学者学习的游戏,没有图形界面。可以帮助初学者深入学习二维数组和游戏算法!
- 2022-03-30 03:49:30下载
- 积分:1
-
最小曲率扩边代码
最小曲率扩边源代码,用于空白点补空,当在位场数据进行时域与频域转化时,离散数据必须为2的整数次幂,此时可对采集数据体利用最小曲率方法进行扩边,该算法精度较高,由于余弦扩边算法。
- 2022-03-11 07:25:23下载
- 积分:1