-
c++冒泡排序算法源码
冒泡排序通过n-1次比较使得长度为n的数组按照从小到大的顺序排序,每一次排序都将最大的数字置于数组未排序数据元素的最后,这样经过n-1次后就可以使得整个数组有序。
- 2022-05-05 04:01:07下载
- 积分:1
-
Delphi 写的常用的基本算法 源代码
Delphi 写的常用的基本算法 源代码 -Written in Delphi source code for the basic algorithm used
- 2022-03-19 02:14:16下载
- 积分:1
-
这是我用三次样条函数插值法的程序。
这是我编的利用三次样条法进行函数插值的程序。-This is for my use of cubic spline function interpolation method procedures.
- 2023-07-12 22:15:03下载
- 积分:1
-
MATLAB 有约束信赖域算法,以四元多项式为算例
适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学,
程序清晰,对MATLAB的学习也有很...
MATLAB 有约束信赖域算法,以四元多项式为算例
适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学,
程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。-MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimization algorithms in the learning of mathematics students, as well as other courses in numerical analysis of the students, the program clearly and learning to MATLAB is also a great help, but the procedure also There are a number of shortcomings, the reader himself to be corrected in accordance with the actual problem.
- 2022-07-07 21:05:54下载
- 积分:1
-
ACM的算法参考书,涉及最短路径、最小生成树、网络流、可行遍性问题等...
ACM的算法参考书,涉及最短路径、最小生成树、网络流、可行遍性问题等-ACM Algorithm Book
- 2022-08-16 05:25:20下载
- 积分:1
-
software architecture layer Mode
软件体系结构中的层模式实现-software architecture layer Mode
- 2022-01-25 20:55:17下载
- 积分:1
-
典型的解析器佛该控制台VX 400美元+发送pnano NMEA序列
Typical parser fo autocomp console vx 400+ that sends $PNANO NMEA sequence - utilizes some graphical from JVCL class. very useful for students that are wiling to see how rudder and thrust are set on console-Typical parser fo autocomp console vx 400+ that sends $PNANO NMEA sequence- utilizes some graphical from JVCL class. very useful for students that are wiling to see how rudder and thrust are set on console
- 2022-07-15 16:00:26下载
- 积分:1
-
光伏逆变器源码
基于PIC单片机光伏逆变器的源代码主要包括C源码,代码有详细的解释 ,非常的实用,对工程有实际作用
- 2022-03-31 23:10:40下载
- 积分:1
-
希尔排序算法的C实现
输入原始数据,选择增量序列,通过希尔排序算法,得到升序排列的新数据,算法逻辑细致,实现简单,能有效地处理数据排序问题。
- 2022-01-26 06:35:37下载
- 积分:1
-
二叉树子系统
资源描述这是一个关于数据结构的基础算法,二叉树的子系统,有利于我们学习数据结构,相对于初学者而言,这是一个不错的选择,这样我们就可以快速的了解一些算法的思想
- 2022-05-26 20:34:33下载
- 积分:1