资源列表
maple
- Maple是目前世界上最为通用的数学和工程计算软件之一,在数学和科学领域享有盛誉,有“数学家的软件”之称。Maple 在全球拥有数百万用户,被广泛地应用于科学、工程和教育等领域-Maple is one of the most common mathematical and engineering computing software in the world. It enjoys high reputation in the fields of mathematics and science.
PQI
- Maple file for discretization the optimal control problem using PQI technique.
Maple_QPE
- The optimal control problems for nonlinear partial differential equations arising in diverse areas of science has received an increasing amount of attention in the recent past. A large number of recent papers examine boundary control problems for par
Maple_by_Example
- 非常实用的一本Maple英文参考书,例子很详尽适用于各个阶段Maple的学习。适用于Maple 9。-This bood bridges the gap that exists between the very elementary handbooks available on Maple and advanced reference books. Suitable for all levels of users.
Applied.Maple.for.Engineers
- 这本书非常适用于掌握了一定Maple基础的朋友,尤其是对想用Maple进行定量分析的科研工作者,非常有帮助。-This book was written for students and practicing technical/business professionals. Templating serves the reader by showing different examples on how the Maple symbolic and numerical mathematics
Linear-Shooting-Method
- Maple Code for Linear Shooting Method
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
tabu_search
- 我们尝试用禁忌搜索(tabu search)算法来解决旅行商问题(TSP),程序可以选择随机生成点的位置坐标,也可以从圆上均匀取点(比较容易判断结果的好坏)。 我们采用下面的一些规则来运行程序: 特赦规则:如果新解被禁,但是目标函数值比当前最优解的目标函数值小于某个定值时,接受新解。 终止规则:1、如果在给定的迭代次数内,最优解的目标函数值保持不变终止2、迭代次数达到给定的最大值时终止。 候选解的产生:本实验中我采取的是随机产生候选解的方法 一些参数的选取: 在每一步的