-
SVM classification
在这个项目中,我们有240个图像包含120个海滩和120个海滩
- 2022-06-26 02:15:06下载
- 积分:1
-
BPatch 和 BDiff Delpfi 的实现
包括 Pascal BDiff 和 BPatch 的一些标准 C 库代码的实现。很好。享受
- 2022-05-30 03:32:08下载
- 积分:1
-
图书馆管理系统
#include
#include
#include
#include
struct book //图书
{
long NO;//编号
char name[10];//书名
char author[10];//作者名
int classification;//分类号
char publish_unit[20];//出版单位
long publish_time;//出版时间
int number;//库存数
- 2022-02-22 11:27:15下载
- 积分:1
-
Message-Digest Algorithm 5
MD5即Message-Digest Algorithm 5(信息-摘要算法5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。
将数据(如
- 2022-12-22 17:25:03下载
- 积分:1
-
帧间差分法
相邻帧间图像差分思想:该方法是用图像序列中的连续两帧图像进行差分,然后二值化该灰度差分图像来提取运动信息。
- 2022-08-17 11:38:51下载
- 积分:1
-
the Capacitated Vehicle Routing Problem
The CVRP is a hard combinatorial optimisation problem. The scenario is that a set of depots contains goods to be delivered to customers by a fleet of trucks. Each customer wants a certain integer amount of goods called their demand and each truck can only carry a certain amount called its capacity. All trucks have the same capacity. The objective is to find a set of routes, one for each truck, which minimises the total distance travelled by all trucks (the 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-15 10:54:51下载
- 积分:1
-
最小二乘法线性拟合,数值计算方法中的一种经典算法
最小二乘法线性拟合,数值计算方法中的一种经典算法-Least_squares algorithm linear fitting curves,A kind of classic algorithm of the number calculation
- 2022-04-23 19:05:57下载
- 积分:1
-
汉诺塔 C实现
汉诺塔(又称河内塔)问题是源于印度一个古老传说的益智玩具。大梵天创造世界的时候做了三根金刚石柱子,在一根柱子上从下往上按照大小顺序摞着64片黄金圆盘。大梵天命令婆罗门把圆盘从下面开始按大小顺序重新摆放在另一根柱子上。并且规定,在小圆盘上不能放大圆盘,在三根柱子之间一次只能移动一个圆盘。
- 2022-02-12 16:33:30下载
- 积分:1
-
Golden section method for the minimum function of the operating point I refer to...
黄金分割法求函数极小值点本人的作业大家可以参考参考参考-Golden section method for the minimum function of the operating point I refer to the reference you can refer to ah ah ah ah
- 2022-06-12 20:00:14下载
- 积分:1
-
根据菲涅耳衍射原理编写的光学衍射模拟程序
根据菲涅耳衍射原理编写的光学衍射模拟程序-under the Fresnel diffraction theory prepared by the optical diffraction simulation program
- 2022-02-09 23:19:43下载
- 积分:1