-
解决线性规划优化问题,在lingo界面中得到广泛的运用
解决线性规划优化问题,在lingo界面中得到广泛的运用-solve linear programming optimization problems, the lingo interface widely used
- 2022-06-21 09:26:39下载
- 积分:1
-
Multi
多维傅里叶变换,二维DFT快速算法,共分五部--二:二维复序列行列算法-Multi-dimensional Fourier transform, fast algorithm for two-dimensional DFT is divided into 5- 2: two-dimensional complex sequence algorithm ranks
- 2022-02-12 21:00:33下载
- 积分:1
-
there are 100 c program in the document.
there are 100 c program in the document. -there are 100 c program in the document.
- 2022-01-25 16:54:01下载
- 积分:1
-
c++文件翻转
Make your rcopy robust against all kinds of user or operation system errors. That means – check all
return values for operating system errors (mostly I/O errors) and command line arguments for user
errors.
Stick to our files and interfaces that we provide via SubVersion. You may add methods (e.g. for file
size or reversing the buffers content), but you are not allowed to change the signature of any method
specified by us.
- 2022-02-21 11:52:25下载
- 积分:1
-
ROMBERG 算法
以我的近似 = INTEGRAL((F(X) DX)) 从 A 到 B:
输入: 终结点 A、 B ;整数 N。
输出: 阵列 R.(R(2,N) 是对我的近似)。
R 是由行 ; 计算只有 2 的行保存在存储中
- 2022-04-24 00:26:24下载
- 积分:1
-
两个聚类中心之间的最小距离,如小于此数,两个聚类进行
两个聚类中心之间的最小距离,如小于此数,两个聚类进行-two cluster centers between the minimum distance, as tens of thousands of small, two Clustering
- 2022-08-14 03:39:52下载
- 积分:1
-
修剪草坪
有一个n*m的草坪(1
- 2022-03-17 14:35:40下载
- 积分:1
-
帝国主义的竞争算法
ICA 是新型的全局搜索的启发式算法使用帝国主义和帝国主义比赛过程作为灵感的来源。我们已经开发了这个算法在控制和智能化加工的卓越中心,欧洲经委会大学学院的牢。有关这种算法的详细信息可以在我的主页中找到:
- 2022-11-06 10:15:04下载
- 积分:1
-
最小不重复数问题
问题描述:给定一个数n,找出大于这个数的最小不重复数(任意相邻位数字不相同)。
程序给出了两种方法:find和find1,其中find1属于暴力法,直接从n+1开始寻找,每次加1,知道找到满足条件的不重复数为止。
第二种方法比较巧妙,将n各位数字存到一个数组a[]里,下标大小对应位数高低,比如1234,数组a[0...3]依次为1,2,3,4;从最高位开始找相邻的重复数,较低的重复位加1带进位,高位循环加进位直到无进位,低位置零;回到次高位重新寻找重复位,直到无重复位。
- 2022-05-13 23:24:34下载
- 积分:1
-
离散正弦变换程序
离散正弦变换程序-discrete sine transform procedures
- 2023-09-03 14:40:03下载
- 积分:1