-
rcqn
For data which is
reasonably distributed i.e., few if any outliers the result should
be comparable to the std function.
- 2014-12-19 08:57:48下载
- 积分:1
-
multi654654654
This program is for division of natural semiconductor
- 2019-04-14 05:28:43下载
- 积分:1
-
POS MV OceanMaster系列数据格式解译及其应用
从惯性导航原理入手对 OceanMaster 格式数据进行解析,通过软件开发对 OceanMaster 格式数据进行解码,提取各种数据包,并通过紧耦合算法对原始数据进行处理,分别获取三维坐标系下的位置均方差以及位置信息.(This article starts with the principle of inertial navigation for OceanMaster format data parsing,and decrypts the OceanMaster format data,extracts all sorts of data packets and deals with the original data through the correct posture and Kalman filtering method,through which obtains the three dimensional coordinates of position variance.)
- 2020-06-23 21:40:02下载
- 积分:1
-
DigitalLicense_v3.6
Win10 数字签名激活工具
数字签名激活工具(Win10 Active Tool
Window 10 System Digital License Active tool)
- 2020-06-23 03:40:02下载
- 积分:1
-
c#用鼠标画直线
应用背景实现动态画图,及拖动鼠标就能动态产生图形,并且颜色是可调节的,当你不喜欢颜色时候,你可以换不同的颜色,画直线,所以这个程序很好的实现了c#的动态画图, 此程序是我自己编的,不足之处还望大家指正,谢谢大家,我们一起学习,一起进步,喜欢编程的朋友可以经常交流一下,关键技术 public partial class Form1 : Form
{
Point startPoint = new Point();
// bool showPaint = false;
public Form1()
{
InitializeComponent();
}
private void Form1_MouseDown(object sender, MouseEventArgs e)
{
startPoint = new Point(e.X, e.Y);
//{ showPaint = true; }
}
private void
- 2022-02-10 06:50:04下载
- 积分:1
-
STM32-串口输出MPU-6050
将MPU6050采集的数据通过串口显示在上位机上(The data collected by MPU6050 is displayed on the upper computer through the serial port)
- 2020-08-23 14:07:39下载
- 积分:1
-
disk
操作系统各种调度算法模拟,包括先来先服务、最短寻道时间优先、电梯调度算法等。(A variety of operating systems scheduling algorithm simulation, including first come, first service, the shortest way time priority, elevator for scheduling algorithm, etc.)
- 2012-03-14 16:09:17下载
- 积分:1
-
MPU6050 串口显示
说明: 通过串口实时显示MOU6050数据,希望可以帮到大家(Real-time display of MOU6050 data through serial port, I hope it can help you.)
- 2020-06-16 06:40:02下载
- 积分:1
-
万年历(闹钟时分1602)
基于51单片机设计的万年历,采用LCD1602实现时间的显示(年月日时分秒)时间以及闹钟的设置(Based on the calendar designed by 51 single chip computer, LCD1602 is used to realize the display of time (year, month, day, hour, second) and the setting of alarm clock.)
- 2019-05-13 14:58:31下载
- 积分:1
-
Diamond-pattern-algorithm
计算机图形学-金刚石图案算法(有图形界面)(Diamond pattern algorithm)
- 2015-06-05 23:54:25下载
- 积分:1