-
本程序是关于最小二乘椭圆拟合的中心定位程序,定位精度较高。...
本程序是关于最小二乘椭圆拟合的中心定位程序,定位精度较高。-This program is about the least-squares ellipse fitting center locator, positioning accuracy.
- 2022-05-26 21:41:01下载
- 积分:1
-
集合物体形状/颜色识别功能的全自动安全监视报警器,可以用来检测特定物体是否被移动、或者用于入侵检测等等...
集合物体形状/颜色识别功能的全自动安全监视报警器,可以用来检测特定物体是否被移动、或者用于入侵检测等等 -shape/color recognition function of automatic security alarm monitoring device that can be used to determine whether a particular object was moving, or for intrusion detection, etc.
- 2022-12-05 08:40:03下载
- 积分:1
-
一个小时钟程序,可以开始计时和暂停,显示当前时间
一个小时钟程序,可以开始计时和暂停,显示当前时间-a small clock algorithm, it can note the begining time and the finished time, and display the current time.
- 2022-02-13 19:31:42下载
- 积分:1
-
桌面小精灵源码,delphi
桌面小精灵源码,delphi-desktop elf source, delphi
- 2022-01-31 10:54:58下载
- 积分:1
-
Automation axes to limit the data within the automated axes 4000, restrict data...
自动化坐标轴,限制数据4000以内
自 动化坐标轴,限制数据4000以内-Automation axes to limit the data within the automated axes 4000, restrict data within 4000
- 2023-05-05 15:35:04下载
- 积分:1
-
乳腺癌患者使用全局相似性
该数据集的名称是哈伯曼的存活数据集(1991年3月4日)。该数据集包含从1958年到1970年间在芝加哥的比林斯大学医院对谁经历了手术的乳腺癌患者的生存期是进行一个研究案例。[3]
- 2022-05-28 20:18:23下载
- 积分:1
-
openfalshchart的使用方法和demo
openfalshchart的使用方法和demo-openfalshchart the use of methods and demo
- 2023-03-08 07:15:03下载
- 积分:1
-
show network traffic source
显示网络流量源程序-show network traffic source
- 2022-02-03 02:26:33下载
- 积分:1
-
拼图小游戏jva 原代码,功能基本实现,对与个人学习有一定帮助,希望能对你的学习有所帮助...
拼图小游戏jva 原代码,功能基本实现,对与个人学习有一定帮助,希望能对你的学习有所帮助-Puzzle game jva source code, function basically, to some extent help with individual learning, hoping to help you learn! ! !
- 2023-02-08 14:30:04下载
- 积分:1
-
使用解码图像从数组,我们可以做很多想想它的
#include < iostream.h >
#include < stdio.h >
#include < string.h >
结构点头
{
名称 char [10] ;
int 的时间 ;
int 等 ;
} 节点 [10],x;
int n,m ;
双 av,w = 0 ;
void sort)
{
int i、 j ;
为 (我 = 0 ; 我 < n-1 ; + + 我)
为 (j = i + 1; j < n; + + j)
{
如果 (节点 [i] 时间 > node[j].time)
{
x = 节点 [i] ;
节点 [i] = 节点 [j] ;
节点 [j] = x;
}
}
}
void read)
{
int i;
cout n;
为 (我 = 0 ; 我 < n; + + 我)
{
cout 节点 [i].name ;
cout 时间节点 [i] ;
}
}
void print)
{
int i;
cout
- 2023-03-08 09:10:03下载
- 积分:1