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