-
经典模拟退火算法,希望能对大家有所帮助
经典模拟退火算法,希望能对大家有所帮助
- 2022-03-19 14:17:31下载
- 积分:1
-
Simulation Algorithm. By compiling and debugging a system dynamic allocation of...
模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁。-Simulation Algorithm. By compiling and debugging a system dynamic allocation of resources simple process simulation, the observation Deadlock conditions, and using bankers algorithm, effective avoid deadlock.
- 2022-04-22 19:46:44下载
- 积分:1
-
C 语言编程的书
C 最初用于系统的开发工作,特别是弥补操作系统的程序。C 被采用为系统开发语言,因为它产生几乎一样快用汇编语言编写的代码运行的代码。
- 2023-08-18 11:20:05下载
- 积分:1
-
smallest circle with a branch and bound method! With a good strategy for cutting...
最小圆排列的分支限界法! 用了很好的剪支策略很快的!-smallest circle with a branch and bound method! With a good strategy for cutting sticks soon!
- 2022-02-19 22:32:56下载
- 积分:1
-
有限元计算程序,供软件工程,力学专业的老师和学生参考
有限元计算程序,供软件工程,力学专业的老师和学生参考-Finite element program for software engineering, mechanical professional teachers and students for reference
- 2022-11-01 20:40:03下载
- 积分:1
-
雅克比算法,计算结构自振特征的基本方法,可求解结构的所有阶次振型和自振频率...
雅克比算法,计算结构自振特征的基本方法,可求解结构的所有阶次振型和自振频率-Jacques algorithm to calculate structural vibration characteristics of the basic methods can solve all the structural order of vibration and vibration frequency
- 2023-04-24 14:30:03下载
- 积分:1
-
一个复数域的自适应盲信号均衡器的MATLAB例程
一个复数域的自适应盲信号均衡器的MATLAB例程-a complex field of adaptive equalizer Blind MATLAB routines
- 2022-01-31 02:05:10下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
四阶龙格-库塔
一种在工程上应用广泛的高精度单步算法,由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-11 19:57:35下载
- 积分:1
-
模糊层次分析法的Matlab实现
层析分析法是将定量与定性相结合的多目标决策法,是一种使用频率很高的方法,在经济管理、城市规划等许多领域得到了广泛应用。由于其结果受主观思维的影响较大,许多科研工作者对其进行了深入的研究,将模糊理论与层次分析法相结合,提出了模糊层次分析法。运用模糊层次分析法研究实际问题时,常采用迭代法来得到精度更高的排序向量,这就要求选择合适的初始值并通过大量的计算,为此,文中利用三种方法计算了初始排序向量,并给出了算法的Matlab程序,最后通过实例说明。程序能够运行出正确的结果,希望对各位有帮助。
- 2023-01-18 13:55:03下载
- 积分:1