-
二叉树的儿叉链表存储表示
有关于二叉树的二叉链表存储表示,其中分别包含二叉树的递归和非递归 创建、插入、遍历,辅助堆栈的建立。
- 2023-06-04 13:30:04下载
- 积分:1
-
排序算法模板实现
#include
#include
using namespace std;
#define SELECTSORT 1
#define INSERTSORT 1
#define BUBBLESORT 1
#define SHELLSORT 1
#define QUICKSORT 1
#define MERGESORT 1
template
- 2022-04-24 16:36:42下载
- 积分:1
-
数值分析相关问题代码,数据拟合
利用数值分析方法进行数据拟合#include
#include
#include
void main()
{
int i;
float a[3];
float x[16];
float y[16];
void Approx(float[],float[],int,int,float[]);
Approx(x,y,16,2,a);
for(i=0;i
- 2022-03-25 20:23:44下载
- 积分:1
-
pid控制算法
利用pid控制算法可以实现减小漂移,p代表比例,i代表积分,d代表微分。pid算法实现闭环调节,在自平衡车,机器人,四轴飞行器方面用途广泛
- 2022-03-02 14:08:01下载
- 积分:1
-
无线传感器网络分簇路由
基于无线传感器网络分簇路由算法LEACH的一些改进代码,相比LEACH算法而言,新算法在延长网络的生命周期,减少网络节点能耗问题上都有一定的改善,比较适合初学者学习。
- 2022-03-14 15:35:07下载
- 积分:1
-
Using VisualC++ implementation of the pseudo
使用VisualC++实现的伪逆矩阵的计算方法,Dlg编程。-Using VisualC++ implementation of the pseudo-inverse matrix method of calculation, Dlg programming.
- 2022-03-31 00:28:46下载
- 积分:1
-
日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等...
日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等-Tool functions for calculating datetime. they can calculate days and mseconds form the year 0000, also plus, minus,and comparate of datetime
- 2023-05-17 09:30:02下载
- 积分:1
-
基于dsp的sinxcosx的泰勒级数展开式,经过调试,完全可以运行
基于dsp的sinxcosx的泰勒级数展开式,经过调试,完全可以运行-sinx cosx the Taylor series expansion, after testing, we can run!
- 2022-04-13 03:14:38下载
- 积分:1
-
哈夫曼编码构造 c++程序
哈夫曼编码构造 c++程序 -Huffman coding structure c procedures
- 2022-05-07 06:24:23下载
- 积分:1
-
Find Devide Between to Number
孟吉通selisih angka dengan bahasa C.Inputan berupa angka。输出yang dihasilkan berupa angka selisih dari inputan yang dimasukan。
- 2022-04-11 13:36:17下载
- 积分:1