-
分流院子算法
这是调车作业的院子里表达式求值算法 !!表达式转换成后缀 & 然后评估使用堆栈和队列 !!
- 2022-02-04 05:16:55下载
- 积分:1
-
龙格法可以实现,使用Tkinter
Implemementation of Runge Kunt metthod, using TkInter
- 2023-08-28 15:45:03下载
- 积分:1
-
用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。...
用幂法求矩阵的特征值,求出来的是矩阵最大的特征和对应的特征向量。-method for using the power of the matrix eigenvalue, seeking the Matrix is the biggest character and the corresponding eigenvector.
- 2022-01-21 01:40:03下载
- 积分:1
-
小母牛问题
小母牛问题- Heifer question
- 2022-04-17 14:07:20下载
- 积分:1
-
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x...
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。-original title : the preparation of a subroutine NewTon (x0 float, float eps, float x1). Its function is to use Newton"s iterative method for f (x) = x* x* x-2x 4x* x 1 x = 0 in the vicinity of a real roots. If successful iteration, the returned value fees 0; Otherwise, the return 0.
- 2022-10-05 09:25:03下载
- 积分:1
-
数学计算的Lisp程序,可以使用CAD平台。
数学计算lisp程序,CAD平台均可使用。-Mathematical calculations lisp procedures, CAD platform can be used.
- 2023-06-16 14:00:02下载
- 积分:1
-
Consumerandproducerproblem
生产者消费者问题 存在竞争互斥 死锁问题的解决 三个线程-Consumer producer problem competition problems mutex deadlock three threads
- 2022-02-15 23:13:20下载
- 积分:1
-
lms speed 2
这里我上传了lms算法spped 2文件,在这里我们使用了高效的定点实现和区域延迟节能算法,这与之前的算法有很大的不同。。
- 2022-03-24 12:14:02下载
- 积分:1
-
两段锁模拟 java语言
通过基于锁的并发控制系统的模拟实现,掌握两段加锁协议和简单并发控制系统的构建;理解事务并发访问造成的不可串行化和如何保证可串行化的技术,使用java语言模拟实现数据库的两段锁协议的实现过程
- 2023-03-14 16:00:04下载
- 积分:1
-
BASE64编码解码
BASE64是将2进制数据转换为字符串的常用编码方式,在。NET中有现成的类可以使用,但是C++就得自己按照算法实现了。现将C++的实现共享。包含单元测试代码。
- 2022-02-10 03:45:20下载
- 积分:1