-
数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3
x3微分=...
数值积分算法实现对一阶微分方程组的计算:通过编写程序语言,运用欧拉,预报校正,龙格库塔的方法实现对x1微分=x2 x2微分=x3
x3微分=-800*x1-80*x2-24*x3+sin(t); y=800x1 的运算-Numerical integration algorithm for the calculation of first-order differential equations: through the preparation of programming language, the use of Euler and forecast correction, Runge-Kutta method of achieving x1 differential = x2 x2 differential = x3 x3 differential =- 800* x1-80* x2-24* x3+ sin (t) y = 800x1 computing
- 2022-01-26 00:33:59下载
- 积分:1
-
最优秀的大数计算源码,适合各种大数的计算,底层对各种机器进行汇编优化,速度最快...
最优秀的大数计算源码,适合各种大数的计算,底层对各种机器进行汇编优化,速度最快-the best source of large numbers calculated, for a wide range of large numbers, the bottom of the various machines compilation optimization, the fastest
- 2022-09-28 06:30:05下载
- 积分:1
-
有限状态机交通控制灯
此代码在两个方面优先实现交通控制灯。欢迎大家下载、试用。谢谢大家的支持!
- 2022-09-07 15:20:04下载
- 积分:1
-
十字表格标定,摄像头标定
这是十字格的标定,用了对摄像头的标定!本算法,简单使用,主要用来对智能车的循迹行驶,在行驶之前,首先要对摄像头标定,此程序就是用了标定摄像头!
- 2022-05-25 19:00:33下载
- 积分:1
-
This is a long integers. Reprinted.
这是一个超长整数加法.转载.-This is a long integers. Reprinted.
- 2022-04-27 22:56:38下载
- 积分:1
-
Two strings to find the longest common sub
找出两个字符串的最长公共子串。
给出一个字符串,请删除该字符串的前导空格和尾随空格,中间的空格若多余1个删减到1个。
我是个菜鸟,但软件会是我终生的事业~我有信心学好它,希望站长通融-Two strings to find the longest common sub-string. Given a string, remove the string leading spaces and trailing spaces, if the extra spaces in the middle of a cut to one. I was a rookie, but the software will be my lifelong career ~ and I am confident to learn it, and hope that owners accommodation
- 2023-05-01 09:20:03下载
- 积分:1
-
我自己写的一个24点计算器,希望可以帮我多多改正…
我自己写的一个24点计算器希望你能帮我改正很多。有什么更好的算法,还请指导!
- 2022-06-12 00:28:00下载
- 积分:1
-
该代码是“常用的计算机数值算法和程序的程序。
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套复数运算代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting complex computing code, each source document file extensions are used. Cpp form. These procedures have been in C Microsoft Windows platform under the Virsual C 6.0 environment through
- 2022-07-03 09:02:27下载
- 积分:1
-
标准C写的数据直线拟合,最小二乘法处理,自己写的
标准C写的数据直线拟合,最小二乘法处理,自己写的-write C standard linear data fitting, least squares method, wrote it myself
- 2023-07-10 07:20:03下载
- 积分:1
-
磁盘调度设计,磁盘调度算法的实现,包括 先来先服务调度算法 最短寻道优先调度算法 扫描算法 ...
磁盘调度设计,磁盘调度算法的实现,包括 先来先服务调度算法 最短寻道优先调度算法 扫描算法 循环扫描算法 N―Step―SCAN算法-Disk Scheduling design, disk scheduling algorithm, including
- 2023-02-23 18:45:03下载
- 积分:1