-
A Genetic Algorithms and the Traveling Salesman Problem
A Genetic Algorithms and the Traveling Salesman Problem
- 2023-04-09 05:45:03下载
- 积分:1
-
vb CRC校验源码
"CRC算法函数
Public Function CRC(STR1 As String) As String
Dim CRCREG As Long
Dim MVAL As Long
Dim R As Integer
Dim T As Integer
CRCREG = 65535
For R = 1 To Len(STR1) Step 2
MVAL = Val("&H" + Mid(STR1, R, 2))
CRCREG = CRCREG Xor MVAL
CRCREG = C
- 2022-02-10 03:39:12下载
- 积分:1
-
最新DBSCAN代码
Science上发表的最新DBSCAN聚类算法的代码,有助于理解
- 2022-03-10 21:41:14下载
- 积分:1
-
随机表面生成
采用高斯分布函数,生成具有很强随机性的随机表面,可用于粗糙面、海面等起伏随机表面的生成,也可生成褶皱起伏表面
- 2022-04-18 21:15:56下载
- 积分:1
-
OULU大学LBP源码简单测试
一个基于简单的LBP程序的验证程序,得到LBP图以及其直方图,通过对比直方图可以看出两幅输入图像的相似性,有LBP的三种模式:一致模式、旋转不变模式、旋转不变一致模式。
- 2022-02-04 16:18:37下载
- 积分:1
-
adaboost检测
/****************************************************************************
NJU Magic. Copyright (c) 2007. All Rights Reserved.
--------------------------------------------------------------------
Permission to use, copy, or modify this software and its documentation
for educational and research purposes only and without fee is hereby
granted, provided that this copyright notice appear on all copies and
supporting documentation. For any other uses of this software, in
original or modified form, i
- 2022-07-13 18:29:21下载
- 积分:1
-
纯软件的光线追踪算法 可以满足你的要求
纯软件的光线追踪算法 可以满足你的要求-pure software ray tracing algorithm can satisfy your request
- 2023-05-21 11:20:04下载
- 积分:1
-
cuda与cpu对比(矩阵乘法)
运行并测试OpenMP编写两个n阶的方阵a和b的相乘程序,结果存放在方阵c中,其中乘法用for编译制导语句实现并行化操作。
- 2022-06-02 16:08:35下载
- 积分:1
-
VC++ 实现图像中的文字提取
VC++ 实现图像中的文字提取,经试验,能成功运行,供大家分享
- 2023-08-31 11:40:03下载
- 积分:1
-
calendar and the lunar calendar algorithm (Calendar)
公历及阴历算法(Calendar)-calendar and the lunar calendar algorithm (Calendar)
- 2022-03-31 15:27:34下载
- 积分:1