the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.
标签: compression university the submitted
上传时间: 2014-01-15
上传用户:Altman
Kriging 插值程序,实现二维三维数据插值 Makefile_hp700 Makefile_ibm6000 kriging.mdf kriging.c outboard.c inv_m.tar.gz The inverse matrix source codes which got from Netlib. f2c.tar.gz The head file and library which are used to inverse matrix source codes. krig.net The example dx file. data1.dx The input example.
上传时间: 2016-03-27
上传用户:缥缈
单片机的lcd驱动,测试过,matrix graphic display module driver
上传时间: 2016-04-03
上传用户:qunquan
三维矢量有限元-矩量法电磁场分析程序。 EMAP5 is a full-wave electromagnetic field solver that combines the method of moments (MOM) with a vector finite element method (VFEM). It employs the finite element method (FEM) to analyze a dielectric volume, and employs the method of moments (MoM) to solve for currents on the surface of (or external to) this volume. The two methods are coupled through the fields on the dielectric surface.
标签: electromagnetic full-wave combines solver
上传时间: 2016-04-03
上传用户:cylnpy
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
标签: Least-squares arbitrary Purpose Builder
上传时间: 2013-12-18
上传用户:宋桃子
著名IDAutomation公司的JAVA条码控件源码,支持Code 128, Code 39, Postnet, ITF, UPC, EAN, GS1, Intelligent Mail, Data Matrix & PDF417
标签: IDAutomation JAVA 条码 控件
上传时间: 2014-01-15
上传用户:zl5712176
This Two-Category Classifier Using Discriminant Functions to separeate two classes. The Classifier is designed on classes which has two feature vectors and other case it has one feature vector.
标签: Classifier Discriminant Two-Category Functions
上传时间: 2016-04-23
上传用户:2525775
描述工厂管理多个工人 工厂类 属性:工厂名称 行为:添加 删除工人 工人类 属性:姓名 (1)使用数组装载工人对象,这里注意当数组满时添加工人应做一些什么样的处理。 (2)将数组改为Vector类装载工人对象。
上传时间: 2016-04-25
上传用户:gaojiao1999
c++ how to program 里面详细介绍了从第1章到第24章的代码学习实例。是初学者很好的学习资料。 第1章 计算机、Internet和万维网简介 第2章 C++编程入门 第3章 类和对象介绍 第4章 控制语句(第Ⅰ部分) 第5章 控制语句(第Ⅱ部分) 第6章 函数和递归入门 第7章 数组与CC+标准库类模板vector 第8章 指针和基于指针的字符串 第9章 类的深入剖析(第Ⅰ部分) 第10章 类的深入剖析(第Ⅱ部分) 第11章 运算符重载:字符串和数组对象 第12章 面向对象编程:继承 第13章 面向对象编程:多态性 第14章 模板 第15章 输入/输出流 第16章 异常处理 第17章 文件处理 第18章 String类和字符串流处理 第19章 Web编程 第20章 搜索和排序 第21章 数据结构 第22章 位、字符、C字符串和结构体 第23章 标准模板库 第24章 其他主题
上传时间: 2014-01-13
上传用户:yuzsu
EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to avoid gratuitous memory allocation and copying when passing (and modifying) variables between functions. With this concession, effort has been made to keep the code as clean and modular as possible.
标签: Simulator simulator variables EKF-SLAM
上传时间: 2016-05-02
上传用户:lunshaomo