這是基于jsoncpp項目寫擴展功能,jsoncpp只支持簡單的系列化,我寫了JsonArchive.h類,并提供了測試源代碼tt.cpp。擴展了value,自動支持list、vector的系列化,支持2進制數據的系列化。這可是我花費了不少時間才搞定的。 包中不包含jsoncpp,請使用者自己下載。
上傳時間: 2014-09-06
上傳用戶:aa54
Flirt is an SWF rendering library. Flirt contains a parser for reading SWF format files, a rasterizer for rendering the vector shaped into bitmaps, and an actionscript engine
標簽: Flirt SWF rendering contains
上傳時間: 2014-01-13
上傳用戶:璇珠官人
本手冊包含如下內容 J2ME Web Services RPC (JSR 172) J2ME Web Services XML (JSR 172) Java APIs for Bluetooth (JSR 82) Location API (JSR 179) MID Profile 2.0 (JSR-118) Mobile Media API 1.1 (JSR-135) Mobile 3D Graphics API (JSR184) PDA Pim 1.0 (JSR 75) PDA FileConnection (JSR 75) J2ME Web Services RPC (JSR 172) Scalable 2D Vector Graphics API (JSR-226) SIP API (JSR 180) Wireless Messaging API 1.0 (JSR 120) WTK2.2 相關文檔 Nokia UI API 1.1
上傳時間: 2016-01-08
上傳用戶:GavinNeko
幾篇最經典的運動搜索算法的IEEE論文:A1. Enhanced Hexagonal Search for Fast Block Motion Estimation;A2. Hexagon-based search pattern for fast block motion estimation;A3. Predictive Motion Vector Field Adaptive Search Technique (PMVFAST)等
標簽: Hexagon-based Estimation Hexagonal Enhanced
上傳時間: 2013-12-24
上傳用戶:小碼農lz
自20世紀70年代初到現在,并行計算機的發展已有20多年的歷史.在此期間,出現了各種不同類型的并行機,包括歷史上曾經風行一時的并行向量機PVP(Parallel Vector Processor)和SIMD 計算機,但它們現在均已衰落了下來
標簽:
上傳時間: 2016-02-20
上傳用戶:lili123
法國cromda編寫的新版本MATRICE 2(矩陣和矢量運算單元)。 // ---------------------------------------------------------- // 12-01-02 : MODIFIED Matrice to Matrice2 (Delphi 6) // All routines now operate on rectangular matrix, except (InvMat and SysLin) // No more need to use the InitMat procedure (suppressed) : // - the routines detect automaticaly the dimensions of matrix and vector // - error code MatDimNul is generated if zero lines or column in matrix and vector (See DimensionMatrice and DimensionVecteur) // - error code MatMauvDim is generated if the dimensions of matrix/vector don t allow valid result // - // The result matrix is dimensioned automaticaly
上傳時間: 2014-01-23
上傳用戶:sy_jiadeyi
三維矢量有限元-矩量法電磁場分析程序。 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
上傳用戶:宋桃子
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