-
JPEG图像压缩
利用opencv实现JPEG图像压缩,并进行编码解码,此外本程序还有一个滚动条,方便读者主观评价图像质量
- 2022-06-16 14:26:56下载
- 积分:1
-
VB 功能强大的计费算法
VB 功能强大的计费算法 VB 功能强大的计费算法VB 功能强大的计费算法VB 功能强大的计费算法
- 2022-03-17 16:00:48下载
- 积分:1
-
精通Matlab综合辅导与指南
精通Matlab综合辅导与指南-proficient Matlab comprehensive counseling and guidance
- 2022-01-21 05:41:20下载
- 积分:1
-
差分进化算法
Differential evolution: A simple and efficient heuristic for global optimization over continuous spaces.
This code implements a basic multi-objective optimization algorithm based on Diferential Evolution (DE) algorithm. When one objective is optimized, the standard DE runs; if two or more objectives are optimized, the greedy selection step in DE algorithm is performed using a dominance relation.
- 2022-07-08 18:06:29下载
- 积分:1
-
OFDM源代码仿真
有关OFDM的源代码,非常非常有用
- 2022-05-08 13:57:33下载
- 积分:1
-
精品数据结构
// simpleSeq.cpp :
#include //定义在头文件“seqList.h”中
#include
const int defaultSize = 100;
using std::endl;
using std::cerr;
class SeqList{
protected:
int *data; //存放数组
int maxSize; //最大可容纳表项的项数
int last; //当前已存表项的最后位置(从开始)
void reSize(int newSize); //改变data数组空间大小
public:
- 2022-01-20 22:23:56下载
- 积分:1
-
该程序用递归的方法产生格雷码序列,它需要一定的额外的空间....
该程序用递归的方法产生格雷码序列,它需要一定的额外的空间.-the procedures used recursive methods Gray code sequence, it needs the additional space.
- 2022-04-11 15:53:22下载
- 积分:1
-
画NURBS曲线
使用C#编写,在一个画图面板 上通过绘制控制点来得到NURBS曲线,并可以对曲线进行平移、缩放、旋转等操作。
- 2023-01-17 23:15:04下载
- 积分:1
-
多小波matlab程序包
多小波matlab程序包-Multiwavelet Matlab package
- 2023-06-14 16:30:05下载
- 积分:1
-
算法 排序算法的比较
本代码以插入排序,冒泡排序,选择排序,快速排序,希尔排序等等进行比较,以替换的次数数值的来直观的比较
- 2023-03-15 08:55:04下载
- 积分:1