登录
首页 » 算法 » jpeg source code

jpeg source code

于 2023-09-07 发布 文件大小:1.00 MB
0 210
下载积分: 2 下载次数: 1

代码说明:

JPEG组织官方JPEG算法源代码,内含编码和解码,包括JPEG, JPEG2000, BMP, PNM等等格式的编解码,精度准确,经过实际编译测试,代码可用。

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

发表评论

0 个回复

  • massive mimo THP algrorithm
    应用背景On the Design of ZF and MMSE Tomlinson-Harashima Precoding in Multiuser MIMO Amplify-and-Forward Relay System,it is main described the mimo system in the multi-user  scenario.the main precoding algrithm is combined the zf precoding and the MMSE precoding.关键技术we design a zero-forcing (ZF) Tomlinson-Harashima precoding (THP) and a minimum mean square error (MMSE) THP for multiuser MIMO relay system with direct link. Based on these precoding structures, we propose the optimal combining weights of the ZF THP and the MMSE THP in half duplex relay system, and the sub-optimal weights of MMSE THP to reduce feedback channel state information(CSI). Through the Monte Carlo simulation, we verify that the optimal weights combining method outperforms the constant weights combining method. In addition, we confirm that the performance of the sub-optimal weights combining method is&
    2023-02-25 18:10:03下载
    积分:1
  • java calculator, has very powerful functions, able to perform most of scientific...
    java 计算器,功能较强大,可进行大多数科学计算-java calculator, has very powerful functions, able to perform most of scientific calculation
    2022-02-04 13:06:56下载
    积分:1
  • 基于HMM的喂煤量预测
    应用背景HMM算法 预测回转窑喂煤量的预测 其中包含主成分分析 特征点的选取 什么的  考虑模式识别中的一个重要方法—隐Markov模型(HMM),由于HMM具有出色的统计学基础和有效的训练算法使得HMM在序列信号的统计分析方面具有十分强大的功能,可用于动态时间序列建模并进行模式识别。关键技术HMM VS2010 C++  回转窑熟料烧结过程的特点使得很难用机理分析或系统辨识的方法建立回转窑有效的预测模型。本软件充分考虑回转窑烧结过程各热工参数对烧结过程的影响,而工业现场记录的大量过程数据也为数据驱动的建模方法提供了条件。
    2022-02-25 03:30:59下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-08-04 05:36:45下载
    积分:1
  • 数学变换和滤波fft程序 kfour 傅里叶级数逼近 kkfft 快速傅里叶变换 kkfwt 快速沃什变换 kkspt 快速三次平滑 klm...
    数学变换和滤波fft程序 kfour 傅里叶级数逼近 kkfft 快速傅里叶变换 kkfwt 快速沃什变换 kkspt 快速三次平滑 klman 离散随机系统的卡尔曼滤波 kkabg α-β-γ滤波-Fft math transformation and filtering procedures kfour Fourier series approximation kkfft Fast Fourier Transform Fast Walsh Transform kkfwt rapid kkspt three smoothing klman discrete stochastic system Kalman filter kkabg α-β-γ filter
    2022-03-18 17:19:36下载
    积分:1
  • 矩阵运库程序
    矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。
    2022-03-17 17:01:39下载
    积分:1
  • 飞思卡尔摄像头串口调试程序
    OV7620摄像头数据采集 硬件配置说明:                                                         *摄像头位数据位 - PORTD0~7                                 *PCLK - PORTC0                                             *行中断 - PORTA29                                          *场中断 - PORTB0                                           *图像数据输出 - K60串口1,波特率115200                     *添加说明:  我们
    2022-05-23 16:30:30下载
    积分:1
  • 梯度函数的逆。我已经提供了1个版本的工作
    The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In higher dimensions, only a finite difference/linear algebra solution is provided, but it is fully vectorized and fully sparse in its approach. In 2-d and 3-d, if the gradients are inconsistent, then a least squares solution is generated
    2022-06-02 09:40:06下载
    积分:1
  • 梯度下降
    梯度下降法,需要安装numpy库,示例是二位的点进行拟合。将注释去掉就可以完整运行。根据网上的梯度下降算法公式编写完成。可以自己扩展到多维的数据点进行拟合
    2022-02-01 03:57:04下载
    积分:1
  • C++ 数据结构 源码
    谭浩强版本的C语言教材或C++教材,书本上主要的程序讲解,实例,在包中都基本已经包含了的 另外包含了一个用C语言实现的基本的公交车系统
    2023-01-08 15:50:03下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载