-
一种主动学习算法,委员会查询算法,但这是一个改进的版本,通过核变化可以更高效的处理多维数据...
一种主动学习算法,委员会查询算法,但这是一个改进的版本,通过核变化可以更高效的处理多维数据-An active learning algorithm, the Committee inquiry algorithm, but this is an improved version of the changes through the nuclear deal can be more efficient multi-dimensional data
- 2022-05-21 11:00:17下载
- 积分:1
-
图像处理中的基本运算
数字图像获取、处理和实践——很多图像处理有用的源代码,图像增强(均值滤波3*3,5*5,中值滤波),边缘检测(sobel算子,拉普拉斯算子,reborts算子),图像分割(固定阈值分割,最大类间方差阈值分割)等
- 2022-05-19 03:02:12下载
- 积分:1
-
是一组整体布局123321312为1,2,3
给出一组数的全排列 如1,2,3给出 123,321,312-is a group of the whole arrangement is 123,321,312 as 1,2,3
- 2023-02-09 20:25:03下载
- 积分:1
-
解决约瑟夫环问题
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 实战_使用数组解决约瑟夫环问题
{
class Program
{
static void Main(string[] args)
{
int[] intPers = Jose(12, 3, 4);
Console.WriteLine
- 2023-06-26 06:40:03下载
- 积分:1
-
加法乘法静态多功能流水线调度
流水线分五个步骤,每个步骤的执行时间均为一个单位时间;其中1-2-3-5组成加法流水线,1-4-5组成乘法流水线。加法和乘法不能同时执行。
- 2022-01-22 00:18:39下载
- 积分:1
-
XP下的MPICH1.2.5软件包,用来做并行计算的最好开发环境!
XP下的MPICH1.2.5软件包,用来做并行计算的最好开发环境!-the mpich1.2.5 softpack in xp system is the best develope enviroment for parallel computing
- 2022-07-02 19:58:24下载
- 积分:1
-
calculation of Newton interpolation algorithm to achieve vc
计算方法的牛顿前插值算法vc实现-calculation of Newton interpolation algorithm to achieve vc
- 2023-04-15 14:35:04下载
- 积分:1
-
人脸人眼定位算法matlab实现代码
本代码是通过matlab算法实现的人脸定位和人眼定位,通过肤色找到人脸,继而定位人眼。根据人眼的定位可实现之后的工作
- 2022-02-09 10:37:10下载
- 积分:1
-
Gauss
高斯消元法(选主元)这个也是数学方法中的常用计算程序学过的人都知道的-Gauss-Emilination algorithm
- 2022-03-20 12:23:23下载
- 积分:1
-
bubble,insertion, selection排序
bubble,insertion, selection排序-bubble sort,insertion sort, selection sort
- 2022-03-24 09:06:41下载
- 积分:1