-
表达式计算器
/* 表达式计算 */
/* 调用方式:CalcExp("1+max(0.5,sin(1))+sum(1,2^3,mod(5,3))", res, infoStr) */
/* 带符号参数调用方法,先调用符号定义AddSignParam,再调用 CalcExp: */
/* AddSignParam(["a","s"], [1, 0.5]); 或者 AddSignParam("a=1,s=0.5") */
/* CalcExp("1+a+sin(s)", res, infoStr) */
- 2022-03-25 07:34:54下载
- 积分:1
-
simulated_annealing header file that implements the simulated annealing optimisa...
simulated_annealing header file that implements the simulated annealing optimisation algorithms
- 2022-06-22 00:54:21下载
- 积分:1
-
一个能将阿拉伯数字转换成汉字的程序
一个能将阿拉伯数字转换成汉字的程序-one can convert Arabic characters procedures
- 2022-06-28 11:19:29下载
- 积分:1
-
Used to solve nonlinear systems in the bifurcation, chaos, periodic, quasi
用来求解非线性系统中分岔,混沌,周期,准周期等动力学,可以求数值解,也可画图,只要知道系统模型,可以根据需要自由修改参数,软件带有使用说明,简单易懂-Used to solve nonlinear systems in the bifurcation, chaos, periodic, quasi-periodic dynamics, etc., you can seek numerical solutions, but also drawing, as long as know the system model, you can freely modify the parameters as needed, the software with instructions for use, simple and easy to understand
- 2022-03-19 08:32:01下载
- 积分:1
-
动态规划算法求字符串的相似性(编辑距离)
动态规划算法求字符串的相似性(编辑距离)-dynamic programming algorithms to find the similarity of the string (edit distance)
- 2022-04-18 00:03:04下载
- 积分:1
-
Matlab calculated using the various features of photonic crystals parameters. A...
利用matlab计算光子晶体的各种特征参量。
一共五个希望对大家有所帮助。-Matlab calculated using the various features of photonic crystals parameters. A total of five people want to help.
- 2022-07-08 11:24:52下载
- 积分:1
-
fisher算法
fisher分类器Fisher判别法是历史上最早提出的判别方法之一,其基本思想是将n类m维数据集尽可能地投影到一个方向(一条直线),使得类与类之间尽可能分开。从形式上看,该方法就是所谓的一种降维处理方法。
- 2023-05-04 17:25:02下载
- 积分:1
-
赌博(DaNH BAC)
应用背景此应用程序是用于一个问答有关编程技能和算法;五人刚收到一项工程竣工的款项,每个人都获得了美元,并使用它进行赌博。这个疯狂的动作后,每个人都有一个[我](整数)美元 ; ;左,0≤ܿA1,A2,A3,A4,A5≤100。 ;请计算每个人以前的钱的数量。关键技术这个问题的算法是什么都没有。它只是为了使自己熟悉C++编程。
- 2022-03-30 17:52:31下载
- 积分:1
-
pca的人脸识别
利用该程序,可以实现人脸的识别,并且有测试的图片,能正确测试出识别率,但是不是很高,有望大家继续改进。希望对那些刚开始学算法的人有一定的帮助
- 2022-02-15 00:04:50下载
- 积分:1
-
binary tree traversal
The establishment of tree , insert, delete , sort, first sequence, sequence
after sequence , sequence traversal
- 2022-08-09 22:14:49下载
- 积分:1