-
saolei
实现扫雷功能,基于c语言实现的,能够控制输入矩阵的大小(Implement demining capabilities, based on the c language, able to control the size of the input matrix)
- 2013-06-25 14:29:31下载
- 积分:1
-
MATLAB_NOTE
MATLAB基础讲课笔记内容,适合初学者,(MATLAB based on the content of lecture notes, suitable for beginners,)
- 2008-08-05 09:33:22下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
01825465
COM+编程技术内幕 学习COM+的好资料,不错的源码(COM+ programming technology insider good information to learn COM+, good source)
- 2017-06-01 00:07:24下载
- 积分:1
-
gzobal
学习WTL编程的例子,可以实现类似 net2003的Tab界面()
- 2018-06-20 12:00:36下载
- 积分:1
-
eigen
在vs2015中编译过的eigen开源库的编译文件(The compiled file of the eigen open source library compiled in vs2015)
- 2021-04-17 10:38:53下载
- 积分:1
-
GRASP to solve VRP
说明: 一种混合贪婪随机自适应搜索(GRACH)算法,用于解决单车辆段车辆路径问题(a hybrid Greedy Randomized Adaptive Search (GRASP) algorithm that solves a single depot vehicle routing problem)
- 2020-06-25 06:00:02下载
- 积分:1
-
一个c#写的计算器,供初学者参考,含科学计算器功能。
一个c#写的计算器,供初学者参考,含科学计算器功能。-A c# Written calculators, reference for beginners, including a scientific calculator functions.
- 2022-02-12 16:55:23下载
- 积分:1
-
Database--Implementation
数据库系统实现 中文版 第二版 课后题答案(Chinese version of the system implementation title after the second edition of the answer)
- 2014-12-21 18:46:13下载
- 积分:1
-
tofloat_and_adpmedian
自适应中值滤波器 该滤波器与中值滤波器相比,功能有很大的改善,但函数要复杂了很多(adapt median filter ,this filter compared with median filter, it is much improved in the resulted image.)
- 2017-08-03 23:03:53下载
- 积分:1