-
约瑟夫问题
约瑟夫 argorithsm.这里是人站成一个圈,等待执行。数着圈子中的某一时刻开始和收益绕了一圈在一个固定的方向。在每一步,跳过了一定数量的人和执行下一个人。消除收益绕了一圈 (而变得越来越小越来越小,作为被执行的人),直到最后一个的人也只剩下,谁被授予了自由。
- 2022-06-14 18:12:16下载
- 积分:1
-
用样条拟和函数,拟和函数。Matlab编程
用样条拟和函数,拟和函数。Matlab编程-used to be and the kind of function, and to function. Matlab programming
- 2022-02-01 09:55:06下载
- 积分:1
-
这是粒子群算法的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序...
这是粒子群算法的一个源程序,程序很简单,已经运行过了,可以用,对初学者是个不错的程序-This is a source particle swarm optimization algorithm, the program is very simple, has been running over us, we can use, for beginners is a good program
- 2022-08-08 21:47:13下载
- 积分:1
-
knn算法C实现
KNN最邻近算法在c上的实现。输入样本可以根据已经训练好的模型将该词分类,或者重新训练样本,将该新输入的样本进行分类。代码是在C语言上完成的。
- 2022-01-21 00:19:45下载
- 积分:1
-
典型的一阶马尔科夫信号产生程序
AR(1)模型建模示例,由于AR(1)简单故没有复杂的建模流程,所以此例仅做了解,AR(1)模型的参考,顺便也可以熟悉一下系统辨识工具箱,一阶马尔科夫程序,可以用于有色噪声等。
- 2023-05-30 15:00:03下载
- 积分:1
-
北大ACM试题poj 第3065题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3065题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3065 question Question poj source code, good code, and want to help students engage in ACM
- 2022-03-21 07:07:50下载
- 积分:1
-
工程问题中常用微分方程的形式建立数学模型,所以微分方程求解很有意义。本程序用Euler、改进Euler和经典公式对这类方程进行求解...
工程问题中常用微分方程的形式建立数学模型,所以微分方程求解很有意义。本程序用Euler、改进Euler和经典公式对这类方程进行求解-Engineering problems commonly used in the form of differential equations to establish the mathematical model, it makes sense for solving differential equations. This procedure used Euler, improved Euler and the classical formula of such equations to solve
- 2022-03-17 06:09:21下载
- 积分:1
-
几个算法程序,如矩阵算法
几个算法程序,如矩阵算法-several algorithms procedures, such as matrix algorithm
- 2022-04-23 22:53:55下载
- 积分:1
-
趣味问题的程序原代码 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只 猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩...
趣味问题的程序原代码 海滩上有一堆桃子,五只猴子来分。第一只猴子把这堆桃子凭据分为五份,多了一个,这只 猴子把多的一个扔入海中,拿走了一份。第二只猴子把剩下的桃子又平均分成五份,又多了 一个,它同样把多的一个扔入海中,拿走了一份,第三、第四、第五只猴子都是这样做的, 问海滩上原来最少有多少个桃子?- On the interest question procedure original code beach has pile
of peaches, five monkeys divide. The first monkey divides into this
pile of peach proof five, many, this monkey has thrown into many in
the sea, took away. The second monkey the peach which is left over
equally divides into five, also many, it similarly has thrown into
many in the sea, took away, third, fourth, the fifth monkey all is
does this, asked how many peaches on the beach most is originally
unusual?
- 2022-10-26 14:25:03下载
- 积分:1
-
高斯-约旦代码
这个程序做了一个gauss-jordan算法,首先你需要介绍你要用多少个表达式,然后你介绍每一个表达式的系数,然后程序给你一个gauss-jordan过程的数组,在计算方法时,可以观察不同的过程。最后,你可以看到真正的解决方案,如果你有3个ecuations,你将有a,b和c。这个程序不会验证当你介绍一个字母。
- 2022-01-25 15:56:13下载
- 积分:1