登录
首页 » 算法 » JPEG encoder

JPEG encoder

于 2023-03-23 发布 文件大小:30.42 kB
0 212
下载积分: 2 下载次数: 2

代码说明:

这是一个简单的 JPEG 编码器,支持颜色 JPEG 基线的脸采样,输入唯一的 24 位 BMP 文件 代码结构但来说明每一步过程并不特别优化,效率更普遍。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这个固件免费提供的TRF7960
    this the firmware provided freely for the trf7960
    2022-06-21 15:45:54下载
    积分:1
  • 通信网络的混合轮询系统仿真和等待时间解析求解程序。每个站有两类数据,数据的产生与长度都不受限制 , 1类数据穷尽 2类门限...
    通信网络的混合轮询系统仿真和等待时间解析求解程序。每个站有两类数据,数据的产生与长度都不受限制 , 1类数据穷尽 2类门限-Polling mixed communication network system simulation and analytic solution of the waiting time process. Each station has two types of data, data generated with the length not to be restricted, one type of data exhausted Category 2 threshold
    2022-09-06 00:15:03下载
    积分:1
  • DTMKL源码及实例
    该算法在某个再生核希尔伯特空间,在充分考虑领域间分布的均值差和散度差最小化的基础上,基于结构风险最小化模型,提出一种领域适应核支持向量学习机(Kernel support vector machine for domain adaptation, DAKSVM)及其最小平方范式,通过寻求某个特征变换,使得在确保训练数据的最大分割的同时,实现领域间不同分布之间的距离充分最小化,从而实现领域适应学习。
    2023-03-13 12:40:03下载
    积分:1
  • 新型GA
    一种好的改进遗传算法function [opy,optimy]=GA(pt,gennum,psize)% 输入参数:% pt       m*n的加工时间矩阵(n是工件数目,m是机器数目)由已知给的T矩阵,可得n=100,m=10% gennum   迭代的次数(代数)% psize    种群的规模大小%输出参数:% opy       最优的Makespan值pc=0.9;%交叉因子pm=0.1;%变异因子[m,n]=size(pt);current_gen=1;%current_gen means the current generationnewgen=zeros(psize,n+1); %mewgen is the new generation of the populationnewgen(1:psize,1:n)=rand(psize,n);%主种群初始化,0-1之间的随机数 %Generalize the initial groupfather=zeros(2,n); %father is used to store the two genes for crossover and mutation avgen=zeros(1,gennum); %avgen is the matrix of the average of all the generationsoptimx=zeros(1,n);optimy=ones(1,gennum);%Generalize the initial groupfor i=1:psize    [Ya,pop(i,1:n)]=sort(newgen(i,1:n));%种群排序,实数编码转换为自然数编码 随机生成的0-1之间的小数进行排序然后取每个从小到大数对应的位置    newg
    2022-03-18 14:25:18下载
    积分:1
  • c language version of the CVM, mysvm
    cvm的c语言版,mysvm-manual工具箱介绍-c language version of the CVM, mysvm-manual introduction Toolbox
    2023-09-07 02:50:04下载
    积分:1
  • 用opencv实现的图像平滑去噪(领域滤波、中值滤波)
    用opencv实现的图像平滑平滑,包含领域滤波和中值滤波,通过程序结果可以看出,对于胡椒盐噪声,中值滤波明显优于领域滤波
    2022-01-31 16:59:50下载
    积分:1
  • 自动俄罗斯方块,能够自己消行,消行达到15000左右,但有些还待改进...
    自动俄罗斯方块,能够自己消行,消行达到15000左右,但有些还待改进-Auto Tetris, to make their own consumer line, elimination of about 15,000 lines, but there are still room for improvement
    2022-03-17 19:25:28下载
    积分:1
  • 优化,是FORTRUN语言写。都经过了运行。
    优化算法,是FORTRUN语言写。都经过了运行。-this is code of the number caculation in opt
    2022-04-10 05:21:22下载
    积分:1
  • 公式计例子关于sin方程组
    公式计算例子关于sin方程组-formula examples of sin equations
    2023-04-17 23:25:03下载
    积分:1
  • MD5源代码
    MD5 哈希算法实现,充分测试验证 API定义如下: void MD5Init PROTO_LIST ((MD5_CTX *)); void MD5Update PROTO_LIST   ((MD5_CTX *, unsigned char *, unsigned int)); void MD5Final PROTO_LIST ((unsigned char [16], MD5_CTX *)); void md5(char*,char*,int len);
    2022-03-26 06:41:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载