-
LDC1000_F20x2_Threshold
说明: File to integrate it with anther MCU
- 2020-06-21 19:00:01下载
- 积分:1
-
RTC
实时时钟芯片ds1302驱动程序,并配合8位数码管显示。(Real-time clock chip ds1302 driver, and with the 8-bit digital tube display.)
- 2010-08-16 08:56:11下载
- 积分: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
-
明泰MT3系列读卡器 AIP文档及开发示例源码
说明: 明泰MT3系列读卡器,AIP文档及开发示例源码(vb,vc,pb,c#.net,delphi)(Mingtai MT3 series card reader AIP document and development sample source code(Vb,vc,pb,c#.net,delphi))
- 2020-09-17 21:57:55下载
- 积分:1
-
Three-dimensional-Profilometry
光栅投影三维形貌测量系统的研究
光栅投影三维测量相位计算高度映射
精度研究(Grating Projection dimensional measurement phase grating projection system to calculate the three-dimensional shape measurement height mapping accuracy study)
- 2013-12-18 19:27:26下载
- 积分:1
-
C# 拖放打开图片 并平铺窜窗口背景
C# 拖放打开图片 并平铺窜窗口背景,选择一张图片拖动到窗口中(在本程序中其实不用拖动,只要选中图片超过2秒),就可以在窗口中显示该图片。在编写本程序的时候,不要忘了添加两个比较重要的名称空间:
using System.IO;//对文件进行操作
using System.Threading;//线程程序
同时本程序还自定义了图片和文件操作类:在窗体背景中显示被拖放的图片、向TreeView控件添加被拖放的文件夹目录,返回上一级目录、显示文件夹下所有子文件夹及文件的名称、获取文件夹中所有文件和文件夹、对单个FileSystemInfo进行判断,如果是文件夹则进行递归操作等,这些类可以用在其它的C#程序开发中。
- 2023-06-22 09:05:03下载
- 积分:1
-
用计算机实现图论中的最短路径程序
说明: 图论算法解决最短路径问题,可修改可套用,一学就会(Graph theory algorithm can be modified and applied to solve the shortest path problem.)
- 2020-06-17 01:00:02下载
- 积分:1
-
netspeedspyer
Windows的网络流量速度检测。使用MFC作为开发平台。(A net speed spyer using MFC platform .)
- 2012-02-21 15:20:48下载
- 积分:1
-
ACCaar_DOF2u
汽车操作动力学的简化2自由度模型,使用MMatlab实现。能实现对汽车的动力学仿真
(Automotive operating dynamics of simplified two degree of freedom model, use MMatlab. Dynamics simulation of car)
- 2012-10-03 00:03:30下载
- 积分:1
-
图像去雾
说明: vs opencv实现图像去雾处理vs opencv实现图像去雾处理(Image de fogging with vs opencv)
- 2021-01-26 20:28:37下载
- 积分:1