-
ANO-MR-F1
四轴飞行器程序,含陀螺仪姿态角显示及其控制,稳定易懂,运用PID算法,卡尔曼滤波(Four axis aircraft program, display containing gyro attitude and attitude control, stable and easy to understand, the use of PID algorithm, Calman filter)
- 2015-02-04 11:23:01下载
- 积分:1
-
C# 去重 去掉数组中的重复数字
C# 去重功能范例演示,去掉数组中的重复数字,定义一个一维数组,并赋值,循环遍历定义的一维数组,并输出其中的元素,定义两个int类型的变量,分别用来表示数组下标和存储新的数组元素,,根据数组下标的值遍历数组元素,定义一个标识,以便从这里开始执行语句,然后再定义一个循环数组,循环遍历排序后的数组元素并输出:
Console.Write("排序后的数组:");
foreach (int n in arr)//循环遍历排序后的数组元素并输出
Console.Write(n + " ");
int[] newArr = RemoveNum(arr);//去掉重复数字
Console.WriteLine();
Console.Write("去掉重复数字之后的数组:");
foreach (int n in newArr)//循环遍历排序后的数组元素并输出
Console.Write(n + " ");
Console.ReadLine();
- 2023-08-21 20:00:03下载
- 积分:1
-
自己写的用c#将dataset转为Excel的高效的代码
自己写的用c#将dataset转为Excel的高效的代码. 简单适用,而且效率非常高. 支持大批量数据输出excel,会自动添加sheet.
- 2022-02-22 13:15:00下载
- 积分:1
-
heapSort.cpp.tar
这是一个堆排序的算法源程序,算法被单独写成一个函数,希望对大家有用(This is a heap sort algorithm source code, algorithms are written as a separate function, we hope to be useful)
- 2013-12-12 14:52:48下载
- 积分:1
-
neural_network
关于神经网络的PPT,PDF格式,对神经网络进行了详细的说明和总结,是快速学习和理解神经网络理论的捷径。(On Neural Networks PPT, PDF format, the neural network a detailed description and summary, is quick to learn and understand the neural network shortcuts.)
- 2010-10-20 20:43:21下载
- 积分:1
-
2347449
说明: 这是一个C语言实现的一阶到六阶的IIR滤波器程序,用于TI TMS320C5416 Texas 工具(This is a C-language-implemented first-to-sixth-order IIR filter program for the TI TMS320C5416 Texas tool)
- 2019-03-25 14:53:18下载
- 积分:1
-
C#编写的串口调试助手,Modbus主机上位机
使用C#编写的串口调试助手,包含Modbus主机功能,自动检测USB串口设备;软件为VS2012
- 2022-03-23 02:13:39下载
- 积分:1
-
lindaijisuan
邻带计算,高斯正反算,可以实现测绘系统内简单的转换计算,但是是基于80坐标系统的。(failed to translate)
- 2013-05-03 10:03:48下载
- 积分:1
-
xull-record
说明: 水晶报表实例,这是在里做水晶号表,很好用的,用C#写的,(Crystal report example, this is made in the crystal number table, very easy to use, written in C #,)
- 2019-05-11 00:03:22下载
- 积分:1
-
IR
说明: MSP430红外解码驱动,占用了一个定时器资源。(MSP430 IR decoding drive, taking up a timer resources.)
- 2013-08-25 19:03:05下载
- 积分:1