-
二分算法
要找到解决办法 f (x) = 0 给定连续函数
* 区间 [a,b],在 f(a) 和 f(b) 有上 f
* 符号相反:
*
* 输入: 终结点 a、 b ;容忍 TOL ;
* 迭代 N0 最大次数。
*
* 输出: 近似解决方案 p 或
* 一条消息,该算法将失败。
*/
- 2022-03-19 16:48:23下载
- 积分:1
-
离散PID算法的详细解析论文
该文档详细解析了PID算法的原理,以及从模拟PID控制过度到数字PID的原理,分别讲述了增量式数字PID算法,以及位置式数字PID算法,包含了主流的PID控制器参数整定方法,本文档提供了基于软件开发环境的例程,以及程序范例。
- 2022-03-11 19:06:10下载
- 积分:1
-
另一个二维的FDTD仿真程序,仿真图像很好,很有帮助。
另一个二维的FDTD仿真程序,仿真图像很好,很有帮助。-Another two-dimensional FDTD simulation procedures, simulation images very good, very helpful.
- 2022-04-10 01:36:26下载
- 积分:1
-
银行储蓄系统
本段源程序由c++编写而成,可在vc++中直接运行,不需建工程,主要是实现银行储蓄系统,可以实现开户、存钱、取钱等多项功能,提示界面清晰,可按提示一步步执行,不会有较大困难。
- 2022-03-07 12:44:51下载
- 积分:1
-
银行家算法C++描述
银行家算法C++描述-bankers algorithm C Description
- 2022-06-19 09:14:25下载
- 积分:1
-
0/1背包java实现
import java.util.Scanner;
public class Packsack{
Scanner sc=new Scanner(System.in);
int n;//物品个数
int m;//背包最大容量
int w[];//存储每个物品的重量
int v[];//存储每个物品的价值
int Max[][];//行表示前i个物品,列表示容量j,该值为将前i个物品装入容量为j的最大价值
public Packsack(){
System.out.println("please input the number of goods");
n=sc.nextInt
- 2022-04-13 13:49:39下载
- 积分:1
-
rough set code in matlab
rough set code in matlab~~
包括:1、data reduction with fuzzy rough sets or fuzzy mutual information
2、fuzzy preference rough set based feature evaluation and selection
3、fuzzy preference rough set based feature evaluation and selection
4、Neighborhood rough set based feature evaluation and reduction
- 2022-07-27 11:10:55下载
- 积分:1
-
with Primbetov heap sorting algorithm using the shortest path to achieve the sea...
用普里姆算法借助堆排序实现最短路径的查找,用C语言实现-with Primbetov heap sorting algorithm using the shortest path to achieve the search, using C language
- 2022-11-01 15:05:03下载
- 积分:1
-
做世界时钟应用程序必要的文档, 不太好找, 大多资料不准
做世界时钟应用程序必要的文档, 不太好找, 大多资料不准-do world clock application procedures necessary documents, not a good look for mostly closed to information
- 2023-01-07 07:40:03下载
- 积分:1
-
simplex method, used mainly for planning
单纯型法,主要用于规划-simplex method, used mainly for planning
- 2023-03-02 20:55:03下载
- 积分:1