资源列表
tabu_search
- 我们尝试用禁忌搜索(tabu search)算法来解决旅行商问题(TSP),程序可以选择随机生成点的位置坐标,也可以从圆上均匀取点(比较容易判断结果的好坏)。 我们采用下面的一些规则来运行程序: 特赦规则:如果新解被禁,但是目标函数值比当前最优解的目标函数值小于某个定值时,接受新解。 终止规则:1、如果在给定的迭代次数内,最优解的目标函数值保持不变终止2、迭代次数达到给定的最大值时终止。 候选解的产生:本实验中我采取的是随机产生候选解的方法 一些参数的选取: 在每一步的
Linear-Finite-Difference-Method
- Maple Code for Linear Finite-Difference Method
rc522
- 基于RC522的读卡程序sad asdsadas dsad-Based on the RC522 reader program
maple-in-mathcad-tfs
- Using Maple commands in MathCAD for analysis of control systems and transfer functions
asymp-bode-plots
- Asymptotic Bode plot procedure base on Maple commands (MathCAD 11 and older required, in MathCAD 12 Maple core was changed to MuPad core)
chengxu
- MATLAB符号计算实例 函数的最值点渐近线拐点 源程序-MATLAB symbolic computation example function of the value points asymptote inflection point source program
first-velocity
- 能够依据速度、坐标等信息,较为简便快捷的画出速度等值线图-It can be based on speed, coordinates and other information, the more simple and quick draw velocity contour map
Simulation
- It is proposed to manufacture a symmetrical stabilized power supply with the following characteristics: VS = ± 12V ... Return the synoptic diagram of the power supply.
22
- 在线签名鉴定,用AR实现算法和DTW算法实现,还包括一个比较综合的实例,对此方面研究的朋友有用处,这是官方书籍中附带的一个源程序。-Online signature identification, AR implementation algorithm and DTW algorithm to achieve, but also includes a more comprehensive example of this study friends useful, this is the offi
sabrtmb_
- bangla font. you may download it, distribute it and even shere it.
try1
- enthalpy change exlicit method
SVD
- 奇异值分解方法计算最小二乘问题 SVD方法处理最小二乘问题 主函数(Singular value decomposition method for least squares problems)