-
StereoEvaluating
说明: OpenCV支持的三种双目立体视觉算法BM,SGBM,GC综合比较,输出视差效果(Evaluating BM,SGBM,GC algorithm..)
- 2011-02-28 18:56:00下载
- 积分:1
-
libcurltest
上传下载源码,支持 断点续传,使用 libcurl(Upload and download the source code, support for HTTP, use libcurl)
- 2014-01-19 00:54:38下载
- 积分:1
-
基于STM8S103简易开发调试工具
说明: 基于STM8S103 简易开发调试工具Simple Debugger for STM8S103,explication in chinese,(Simple Debugger for STM8S103, explication in chinese. Simple Debugger for STM8S103, explication in chinese.)
- 2019-12-26 14:02:20下载
- 积分:1
-
tcp 编程
基于tcp/ip 通信变成,使用uc 函数,内容包括服务端和客户端,socket的创建 ,绑定连接等
- 2023-01-04 02:50:03下载
- 积分:1
-
stm32-fft
使用STM32的DSP库函数,对AD来的信号进行FFT变换,并显示到LCD屏上。做的是512点fft,显示240个数,且有一定的精度保证。具有很高的实时性。(Use the STM32 DSP library functions, the signal of the AD to the FFT transform, and display to the LCD screen. Do is 512 points fft, show the number 240, and there is a certain guarantee of accuracy. With real-time high.)
- 2011-07-20 09:55:16下载
- 积分:1
-
main
Simple ptxdist create program
- 2012-05-08 20:51:45下载
- 积分:1
-
设计模式
资源描述
设计模式中部分设计模式源码整理
例如单例模式
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
namespace Com.SingletonPattern
{
///
/// 功能:延迟加载单例模式 利用DotNet的特性
/// 编写:willieni
/// 日期:2015年07月10日
/// 备注:延迟加载
///
public class DelaySingleton : ISingleton
{
private DelaySingleton()
{
}
public static DelaySingleton Instance
{
get
{
- 2022-01-25 21:22:56下载
- 积分:1
-
Lex
这个源代码是用来控制机器人手臂4轴使用arduino板。它使用非常简单,只需要Arduino软件和Arduino Uno或Mega 2560板;
- 2022-11-19 21:40:03下载
- 积分:1
-
粒子群算法优化RBF网络
粒子群算法优化RBF网络,用PSO优化径向基神经网络的权值,简单好用。
- 2023-01-12 00:45:04下载
- 积分:1
-
ffff
c#语言编写。遍历磁盘所有文件夹和文件。实现资源管理器的功能。用VS2005环境开发(c# language. Traverse the disk all the folders and files. To achieve resource manager functions. Environmental development with the VS2005)
- 2009-09-10 17:33:23下载
- 积分:1