-
一个用C语言实现的最短路径算法(华南农业大学信息学院计算机系)....
一个用C语言实现的最短路径算法(华南农业大学信息学院计算机系).-a C language of the shortest path algorithm (South China Agricultural University, Department of Computer Information Institute).
- 2022-03-14 09:35:38下载
- 积分:1
-
横向聚合
水平聚合的一种算法。请更改DBUTil文件中的用户id和passowrd。。程序使用pivot操作符水平聚合一个表。连接到数据库需要Sql server。
- 2023-07-21 07:40: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.
- 2023-05-16 22:45:03下载
- 积分:1
-
bm算法的delphi实现
bm算法的delphi实现-bm algorithm to achieve the delphi
- 2022-06-15 03:44:20下载
- 积分:1
-
图形学算法演示程序
图形学中画线,画圆,多边形,线段裁剪,画曲线,此程序是基于窗口的,画线包括DDA,Midpoint,bresenham画线方法,中点画圆,多边形扫描线算法,区域填充算法,线段裁剪Cohen-Sutherland,中点分割线算法,梁友栋-bayskey算法,曲线Bezier曲线定义画,Bezier曲线递推画等,反正算法挺全面的,用的是MFC用户窗口
- 2022-03-03 11:07:41下载
- 积分:1
-
2011最新群优化算法——果蝇优化算法
潘文超 老师
美国维吉尼亚州管理科技大学管理学博士
目前在台湾担任大学及技术学院教师
目前在国外担任国际 SCI, SSCI 期刊论文评审委员
研究方向
演化式计算与群智能算法
市场调查与营销研究
财务模型
- 2022-03-03 00:52:22下载
- 积分:1
-
样条插值函数,插值边界条件为自然边界条件。运行编写环境C...
样条插值函数,插值边界条件为自然边界条件。运行编写环境C-spline interpolation function, interpolation boundary conditions for the natural boundary conditions. Operation C-environment
- 2022-08-08 06:32:06下载
- 积分:1
-
Adaptive Data Fusion
自适应数据融合算法-Adaptive Data Fusion
- 2022-04-23 20:41:44下载
- 积分:1
-
实现的人工智能寻路算法
希望对大家有所帮助
实现的人工智能寻路算法
希望对大家有所帮助-AI pathfinding algorithm implementation we want to help
- 2022-10-18 08:50:04下载
- 积分:1
-
k-means的java实现
应用背景Implement k-means clustering on a training data set to predict classification values of a test data set.关键技术The experiment intended to classify test data values using the data
mining strategy known as k-means clustering.
The 6 variables in the training data are used to plot the data and
centroids are placed to locate clumps of the 255, classified training
data. Once located, a classification value can be assigned to the 100,
test data.
- 2022-02-20 08:20:20下载
- 积分:1