-
在顶端2个操作数框输入原始值,将自动显示其四则运算值,以及运算结果的平方、开根、倒数、立方、自然对数、常用对数值,还可进行角度弧度换算,阶乘和三角函数计算,以及...
在顶端2个操作数框输入原始值,将自动显示其四则运算值,以及运算结果的平方、开根、倒数、立方、自然对数、常用对数值,还可进行角度弧度换算,阶乘和三角函数计算,以及长度、面积、质量、体积的单位换算。-In the top two operands box to enter the original value, will automatically display its four operational values, and computing the results of the square roots, reciprocal, cubic, the natural logarithm, common logarithm, but also to the angle in radians conversion, factorial and triangular function calculation, as well as length, area, mass, volume of unit conversion.
- 2022-01-26 07:59:56下载
- 积分:1
-
科学工程C源程序范例解,里面不止给出了程序,算法,还有很多的相关知识的说明,很有用。...
科学工程C源程序范例解,里面不止给出了程序,算法,还有很多的相关知识的说明,很有用。-scientific engineering C source model solution is not inside the process, algorithm, there is a lot of knowledge related to the note, very useful.
- 2022-06-02 15:19:05下载
- 积分:1
-
一款埃及学生用Matlab编的的基于PSO的PID整定程序
一款埃及学生用Matlab编的的基于PSO的PID整定程序,使用方法详见程序注释。-Tunning of PID controllerusing Bacterial Foraging Orientec by Particle swarm optimization My work hasbeen accpepted in GECCO 2008 as Graduat Student workshop. I have used thistechique in PID tunning and i got better result thatn BG and PSO Author: WaelMansour (wael192@yahoo.com) MSc Student, Electrical Enginering Dept, Faculty ofEngineering Cairo University, Egypt
- 2022-01-22 02:28:21下载
- 积分:1
-
非
非线性多分辨率信号的分解,论文及matlab代码-Non-linear multi-resolution signal decomposition, papers and matlab code
- 2023-08-30 21:35:04下载
- 积分:1
-
Dijkstra算法最短距离求解(MATLAB)
资源描述本文件详细介绍了最短距离的求解过程,并包含了多个Dijkstra算法程序的主函数,在MATLAB平台上对其进行了仿真测试,测试结果显示,算法是可行有效的。
- 2022-08-20 11:41:43下载
- 积分:1
-
实对称矩阵的特征值和特征向量求解
用VC6.0编程调试,用来计算实对称矩阵的特征值和特征向量,经调试测试,完全可以用于工程实验。代码中有相应的注释,帮助读者更好的理解代码。具体还可以参考 常用算法程序集(C++语言描述)-徐士良 第四版
- 2022-06-01 21:28:41下载
- 积分:1
-
链表的快速排序法
链表的快速排序法-List`s quick sort
- 2022-03-07 17:41:24下载
- 积分:1
-
链表的bubble,insertion, selection排序法
链表的bubble,insertion, selection排序法-Bubble,insertion, selection sort of list
- 2022-05-26 05:23:49下载
- 积分:1
-
用C++写的矩阵和矢量运算库
用C++写的矩阵和矢量运算库-C write the matrix and vector arithmetic library
- 2023-01-20 04:05:04下载
- 积分:1
-
空心数字梯形
输入行数 n 和首数字字符,在屏幕上输出由数字围起的高和下底宽度均 n 的空心梯形。 要求:输出的数字是循环的,即输出数字 9 后再输出的数字是 0。输入: 行数n 和首字符输出: 空心梯形例:输入:5 5输出:5 6 7 8 9 0 1 0 9 8 7 6 5
6 6
7 7
8 8
9 0 1 0 9
- 2023-02-21 05:30:04下载
- 积分:1