-
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Ma...
Ordinary and Partial Differential Equation Routines in C, C++, Fortran, Java, Maple, and MATLAB
- 2022-03-20 04:40:00下载
- 积分:1
-
Three
Three-dimensional finite-difference ground-water flow model 三维流体有限元源代码-Three-dimensional finite-difference ground-water flow model of three-dimensional fluid finite element source code
- 2022-04-02 05:13:21下载
- 积分:1
-
图的关节点
使用:
首先,输入结点名称,最好以单个字母表示。然后,根据输入的名称顺序,在输入0或1,分别表示点点未连,点点相连。最后任意输入1个已有点的名称,程序开始正常运行。
结果:
以邻接链表的形式展示已输入的图,同时给出关节点的名称,或关节点不存在
- 2022-05-17 11:10:27下载
- 积分:1
-
alpriori algoritmic
分割算法在数据挖掘中使用。用此算法对数据挖掘课程我开发的 java 代码上。我注意到这种算法是可用的
- 2023-02-13 23:20:03下载
- 积分:1
-
本算法为机械优化设计中的一维黄金搜索算法,可以求取方程的极值。...
本算法为机械优化设计中的一维黄金搜索算法,可以求取方程的极值。-This programm realizes the golden section search method for machanical one-dimesion optimum designing ,you can use it to get the mimimax solution
- 2023-03-05 18:15:03下载
- 积分:1
-
CART(分类回归树)
源码包包含两个文件,一个用于生成分类回归树,另一个用于画分类回归树的图例。使用时,只需调用cart.py。该代码能够实现未剪枝的分类回归树和剪枝的回归树。另外,该算法能同时以图的形式显示一颗分类回归树。
- 2022-11-07 02:55:04下载
- 积分:1
-
等值线原码中插值算法,还可以吧。如有问题给我发EMAIL.
等值线原码中插值算法,还可以吧。如有问题给我发EMAIL.-contours original codes interpolation algorithm, it can. If problems given me a email.
- 2022-10-12 05:30:03下载
- 积分:1
-
MATLAB代码实现的FFT
检测FFT性能的MATLAB程序,系统性能检测用-MATLAB code for FFT
- 2022-06-19 09:19:31下载
- 积分:1
-
Hangzhou University of Electronic Science and Technology ACM
杭州电子科技大学在线系统ACM的1050题,用贪心方法解决-Hangzhou University of Electronic Science and Technology ACM-line system of the 1050 title with a greedy solution
- 2022-01-26 02:26:00下载
- 积分:1
-
Given a set A [1 ... n], and one from A to its own mapping f, to find the larges...
给定一集合A[1...n]和一个从A 到其自身的映射f,寻找元素个数最多的一个子集S属于A,并使得S 满足:
1.f 把S 映射到自身;
2.S 中没有两个元素映射到相同的元素。-Given a set A [1 ... n], and one from A to its own mapping f, to find the largest number of elements in a subset of S belongs to A, and makes the S satisfy: 1. f to S is mapped to itself 2. No two elements of S mapped to the same element.
- 2022-12-19 23:40:03下载
- 积分:1