-
实现两个聚类中心之间的最小距离,如小于此数,两个聚类进行合并的功能。...
实现两个聚类中心之间的最小距离,如小于此数,两个聚类进行合并的功能。-This is a program of achiving the least distance of two clustering middle as the function of conbining two clustering less than some number.
- 2023-07-15 09:30:04下载
- 积分:1
-
通讯录源码,用C编的,可以载入Excel的通讯录内容
通讯录源码,用C编的,可以载入Excel的通讯录内容-Address Book source code, using C-series, you can load Excel list of the contents of
- 2022-07-20 08:09:02下载
- 积分:1
-
Windows 环境下的C/C++编译器
Windows 环境下的C/C++编译器-C/C++ Compiler in Windows
- 2022-02-16 06:32:37下载
- 积分:1
-
C++用类实现的学生管理系统
用C++实现的学生信息管理系统,程序以类的形式实现,同时用到泛型编程一些知识实现程序。效果较好,实现的功能比较完善,值得大家下载参考。
- 2023-02-25 19:20:05下载
- 积分:1
-
win32api程序,超经典,包括sobel、laplacian、hough等,内容丰富
win32api程序,超经典,包括sobel、laplacian、hough等,内容丰富-A program about win32api,very cool,include sobel,laplacian,hough,etc. Useful.
- 2023-04-08 12:40:03下载
- 积分:1
-
人脸关键点识别
资源描述该算法采用的opencv中常见的ASM技术。根据人脸可以识别标识出常见的68个关键点。精度较高,算法稳定,效率也不错。
- 2022-07-28 12:21:47下载
- 积分:1
-
Weather Effects Demo
Weather Effects Demo
- 2023-04-01 16:50:04下载
- 积分:1
-
关机程序,提供定时关机的功能关机程序,提供定时关机的功能,关机 程序,提供定时关机的功能,...
关机程序,提供定时关机的功能关机程序,提供定时关机的功能,关机 程序,提供定时关机的功能,-Shutdown procedures, provides the function of the shutdown timer shutdown procedures, provides the function of the shutdown timer, shutdown procedures, to provide regular shutdown function,
- 2023-06-05 21:45:03下载
- 积分:1
-
RSA算法的C语言源代码
RSA算法的C语言源代码-RSA algorithm in C language source code
- 2022-03-24 18:22:41下载
- 积分:1
-
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = dat...
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us -j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
-close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us-j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
- 2022-03-22 09:48:08下载
- 积分:1