-
基于哈夫曼编码的文件压缩
利用哈夫曼编码对文件进行压缩处理,并能从解压文件重新解压到原来的文件,可以显示压缩和解压时间,压缩文件以.cod后缀名保存,界面采用gtk编写,编译环境codeblocks 10.05.
- 2022-03-14 13:52:16下载
- 积分:1
-
this Runge
这事龙格-库塔解围分方程算法实例-this Runge- Kutta raise siege equation algorithm examples
- 2023-03-24 13:25:03下载
- 积分:1
-
基于MUSIC算法的DOA估计
资源描述基于music算法的DOA估计,通过角度搜索,获得谱峰位置对应的角度,可以有效的抑制旁瓣,获得精确的角度估计,music算法的核心思想是利用导向矩阵与噪声子空间的正交特性,因而在信源角度方向获得谱峰值。
- 2022-10-22 19:05:03下载
- 积分:1
-
IFS Fractali
分形 IFS 分形建筑 generationsIFS 通过生成 fuctiilor。一代人,和图像的示例包含生成的程序窗口。
- 2022-08-03 08:19:28下载
- 积分:1
-
Given a set A [1 ... n], and one from A to its own mapping f, to find the larges...
给定一集合A[1...n]和一个从A 到其自身的映射f,寻找元素个数最多的一个子集S属于A,并使得S 满足:
1.f 把S 映射到自身;
2.S 中没有两个元素映射到相同的元素。-Given a set A [1 ... n], and one from A to its own mapping f, to find the largest number of elements in a subset of S belongs to A, and makes the S satisfy: 1. f to S is mapped to itself 2. No two elements of S mapped to the same element.
- 2022-12-19 23:40:03下载
- 积分:1
-
C经典代码大全
一些C编程语言经典编程题目,希望对大家有用。#include
int main(void)
{
unsigned int i = 0x12345678;
char*pc =(char*)&i;
printf("0x%x
", *pc);
double *pd = (double*)&i;
printf("%f
", *pd);
printf("sizeof pc = %d sizeof pd = %d
", sizeof(pc), sizeof(pd));
return 0;
}
- 2022-04-01 10:36:20下载
- 积分:1
-
C++ 人脸识别
人脸识别程序 包括人脸检测与跟踪 利用OPENCV 库实现的 可以很好的检测和动态跟踪 可以作为初学的一个工具。。。。。。。
- 2023-04-10 00:50:04下载
- 积分:1
-
SURF算法
应用背景 It approximates or even outperforms previously proposed schemes with respect to repeatability, distinctiveness, and robustness, yet can be computed and compared much faster.关键技术This is achieved by relying on integral images for image convolutions; by
building on the strengths of the leading existing detectors and descriptors
(in casu, using a Hessian matrix-based measure for the detector, and a
distribution-based descriptor); and by simplifying these methods to the
essential.
- 2023-07-28 12:25:06下载
- 积分:1
-
SVMlib 最新版
SVMlib 最新版, 主要函数svm-train,svm-predict,svm-scale,easy.py,grid.py,功能介绍如下:svm-train 用来对训练样本进行训练,之后生成一个.model文件,即为svm的训练模型svm-predict 用来对测试样本进行分类,参数主要有测试文件,model文件,以及一个生成的.predict文件,.predict文件是一个分类结果文件,保存分类的结果。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-03-22 02:22:14下载
- 积分:1
-
基于Boosting 算法的人脸检测
基于Boosting 算法的人脸检测,需要opencv,具体运行参见Readme,主要用于人脸的智能识别,只需要输出一张图就可以准确的判断其图中是否含有人脸,人脸的适量,位置,以及大小。非常使用
- 2022-05-21 17:19:27下载
- 积分:1