-
Newton法,最基本的,经典的算法了
Newton法,最基本的,经典的算法了-Newton law, the most basic, a classic algorithm
- 2022-12-07 03:10:03下载
- 积分:1
-
stable matching
简单的稳定匹配算法实现,无bug
Implement Gale-Shapley algorithm of the Stable Matching Problem in your
favorite language, and give the matching result of attached ranking data
(boys rankings.txt and girls rankings.txt), supposing that the ranking is sorted
from high to low. (C++ source file gs make ranking.cc which generates the
data is also supplied here.)
- 2023-02-04 07:15:03下载
- 积分:1
-
solution at eliment
有限元的分析程序 研究生很实用的 老师布置得有限元分析作业-solution at eliment
- 2023-08-16 18:50:03下载
- 积分:1
-
Minute calculation method of quadrature formula
计算方法复化求积公式-Minute calculation method of quadrature formula
- 2022-10-31 08:40:02下载
- 积分:1
-
信息论只能对法官进行解码,更实用。学习的学生…
信息论中唯一可译码的判断,比较实用。学习信息论的同学可以参考。-Information theory can only decode the judge, more practical. Learning students can refer to information theory.
- 2022-05-25 23:02:51下载
- 积分:1
-
一个绝好的数学公式计算类,支持多种数学公式的快速计算
一个绝好的数学公式计算类,支持多种数学公式的快速计算-a wonderful class of mathmatica fomula computing,supporting many formulas computing
- 2022-01-30 18:24:11下载
- 积分:1
-
k均值聚类分析,比较简单,只适合学习使用个,不适合数据处理。...
k均值聚类分析,比较简单,只适合学习使用个,不适合数据处理。-k-means clustering analysis, relatively simple, only suitable for learning to use one, not suitable for data processing.
- 2022-02-06 15:39:22下载
- 积分:1
-
JPEG2000, C代码
The OpenJPEG library is an open-source JPEG 2000 library developed in order to promote the use of JPEG 2000.
See the source for more information.
- 2023-04-20 21:00:04下载
- 积分:1
-
模型 predective lineair
#include < stddef.h > / * NULL * /
#include"mpc.h"
/ * FIXME: 这是一个肮脏的修复程序 HOR_MXCONSTRS 零长度数组问题的 * /
STATE_CONSTR #ifdef
#define NO_MXCONSTR 0
#else
#define NO_MXCONSTR 1
#endif
/ * 静态函数声明 * /
静态 void inc_ref_ctl_solve_problem (结构 mpc_ctl * ctl,const real_t x[]) ;
静态 void stc_ref_ctl_solve_problem (结构 mpc_ctl * ctl,const real_t x[]) ;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-28 03:25:03下载
- 积分:1
-
A*算法解决八数码问题
A*算法解决八数码问题,最小优先队列结合DFS结合全排列hash结合A* 算法 f(n) = g(n) + h(n)解决八数码问题。全排列hash就是常说的康拓判重。
- 2023-02-08 12:20:04下载
- 积分:1