-
1996 American Computer Programming Contest questions and parsing algorithm ginge
1993-1996美国计算机程序设计竞赛试题及解析算法ginger547系列资料
- 2022-04-17 12:32:53下载
- 积分:1
-
Huffman解码
这是一个用java解码哈夫曼树的项目。
- 2022-09-20 12:35:02下载
- 积分:1
-
gSpan 算法
一种经典的频繁子树挖掘算法,里面包含一个执行文件gSpan和两个graph实验数据文件,还有一个使用说明文件readme. 运行环境是Linux。 首先解压文件gSpan6.tar.gz,然后进入加压后文件,按照说明运行命令即可
- 2022-03-12 19:03:41下载
- 积分:1
-
香港城市大学改进的图像去雾算法
图像去雾雾,包括雾、霾、沙尘、烟等一切导致视觉效果受限的物理现象。由于雾的存在,户外图像质量降低,如果不处理,往往满足不了相关研究、应用的的要求。在雾的影响下,经过物体表面的光被大气中的颗粒物吸收和反射,导致获取的图像质量差,细节模糊、色彩暗淡。通过一定的技术手段,去掉物体表面的雾霭,增强图片效果显得尤为重要。 Tarel等人提出了一种基于中值滤波的去雾算法,该算法虽然速度比较快,但由于中值滤波不能很好的保持边缘信息,导致得到的大气散射光分布不能很好地反映场景的深度信息。在景深发生突变的边缘区域,无法得到令人满意的去雾效果。 在本篇论文中,香港城市大学针对Tarel去雾方法进行改进。 源码包来自作者的英文主页下载,其中包括作者EI论文原文,PPT,以及全部代码和测试集。对图像去雾领域的研究能提供重要的借鉴意义。
- 2023-07-29 04:30:12下载
- 积分:1
-
缩短循环码在突发信道中应用
资源描述摘要文中提出基于单片机的缩短循环码的译码方案。
该方案采用基于多项式除法的译码算法, 可有效纠正突发性
错误。同时, 该方案的特点是能够有效地应用于采用缩短循环码的通信系统中
。论文在理论上证明了该方案的可行性, 并
成功运行于实际系统中。
关键词缩短循环码多项式除法突发错误伴随式
- 2022-03-06 18:47:44下载
- 积分:1
-
This file implements a pid controller used to simulator cruise control in a car
This file implements a pid controller used to simulator cruise control in a car
The input is a throtle value between 0 - 100 ( read on P1 )
The output is the car s speed ( P2 - P0 ) -This file implements a pid controller used to simulator cruise control in a car The input is a throtle value between 0- 100 (read on P1) The output is the car s speed (P2- P0)
- 2023-07-17 12:45:03下载
- 积分:1
-
canny edge detector
The Canny edge detector is an edge detection operator that uses a multi-stage 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-25 17:35:03下载
- 积分:1
-
linux下的cure聚类算法
是linux下的cure算法,比较完整
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $";
#endif /* not lint */
#include
#include
#include
#include "alloc.h"
#include "error.h"
#include "cluster.h"
#define NONE (-2)
#define BUFSIZE 256
#ifndef SCALE
#define SCALE "_SCALE_"
#endif
#ifndef DONTCARE
#define DONTCARE "D/C"
#endif
#ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282346638528860e+38)
#endif
static FLOAT distance();
static FLOAT root();
static FLOAT cure_distance();
static void merge();
- 2023-07-29 18:30:03下载
- 积分:1
-
一个实用的PI源代码程序
这是基于DSP的PI控制源码,含有PWM输出控制。
Inputs : I3: pointer to Delay line buffer *
* M3: 1 *
* L3: length of Delay line buffer *
* I7: pointer t
- 2022-04-19 10:56:36下载
- 积分:1
-
使用opencv卡尔曼滤波器跟踪鼠标的位置
卡尔曼滤波有助于预测
- 2022-03-29 17:08:35下载
- 积分:1