-
时差,时差
资源描述对于无需绝对坐标确定的应用程序进行评估,一个更简单的解决方案的实施是有利的。相比多为 概念;清晰的定位,另一个选择是 ;模糊定位,这里只是一个距离提供检测和检测对象之间的关系。这个最简单的方法是unilateration。然而,这种方法不unilateration提供参考探测器的角位置。许多解决方案都在今天。一些供应商提供了一个位置估计的基础上,结合几个laterations。这种方法往往是不稳定的,当无线环境受金属或水的群众。其他的厂商提供的房间与房间的歧视明智的激励,一个供应商提供了一个接触激发位置判别。
- 2023-05-10 22:15:03下载
- 积分:1
-
大地坐标与大地空间直角坐标转换
资源描述较为简单的将大地坐标与大地空间直角坐标进行互换
- 2023-07-17 03:35:03下载
- 积分:1
-
倒车仿真
实现了倒车轨迹仿真,倒车轨迹仿真 C++模拟上位机算法,分步骤进行编程
- 2022-04-29 21:20:44下载
- 积分:1
-
Started Jacobian symbols used to calculate Legendre symbol for the value judgmen...
新手上路 用雅可比符号来计算勒让德符号的值 用于判断与素数p互素的正整数n是否是mod p 的二次剩余-Started Jacobian symbols used to calculate Legendre symbol for the value judgment and mutual-p-a positive integer n is whether the mod p Quadratic Residue
- 2022-07-24 00:22:37下载
- 积分:1
-
FDTD 可以用来创建mpeg
FDTD 可以用来创建mpeg-FDTD method can be used to create mpeg
- 2022-09-09 15:35:03下载
- 积分:1
-
ACO 蚁蚁群优化求解 tsp 问题
TspACO 蚁蚁群优化求解 tsp 问题 tspACO 蚁蚁群优化 tspACO 蚂蚁殖民地优化 tspACO 蚂蚁蚁群优化蚁群算法蚂蚁群体优化
- 2022-03-26 08:05:50下载
- 积分:1
-
基于430的(FFT)快速傅里叶变换
应用背景而今,我们身处于一个模拟世界,数字时代,对于外界的模拟信号,我们要用数字的方式分析处理。首先通过ad采样,然后做处理,那么(FFT)快速傅里叶变换是一个将信号由时域转换到频域分析的技术,所以了解FFT,运用FFT,尤其是在嵌入式单片机的速度逐渐提升,它的用处越来越广。关键技术本程序,是基于430f5529的程序,首先本人保证该程序可以运行。需要者可根据自身需要进行移植,该代码重要文件以.c形式存储,方便移植。对于内容,该程序用ad采集信号,对信号的主要频率成分的频率值,交流幅值进行了计算,直流分量幅度,交流相位等,进行了计算。所以值得参考。
- 2023-07-04 18:45:04下载
- 积分:1
-
查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。
查找是使用计算机中CPU最大的一个功能,查找算法决定了程序的优劣性,此算法完成了顺序查找的实现。- The search was uses in the computer a CPU biggest function, the
search algorithm had decided the procedure fit and unfit quality, this
algorithm has completed the smooth search realization.
- 2022-04-24 15:53:52下载
- 积分:1
-
用c++实现的单原点最短路径
用c++实现的单原点最短路径-used to achieve a single source shortest path
- 2023-07-23 21:25:03下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1