三次樣條插值程序演示。在SplineDemoView.cpp文件中的函數BOOL CSplineDemoView::ZSpline3()和函數double Spline3(double)是實現三次樣條插值算法的核心函數。用VC6.0編譯運行后,在窗口上由左至右點擊鼠標左鍵設置一些點,然后點擊鼠標右鍵即繪出穿過這些點的三次樣條插值曲線。
標簽: double CSplineDemoView SplineDemoView ZSpline3
上傳時間: 2014-01-03
上傳用戶:妄想演繹師
This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries. See the details of the implementation at [2]: http://linux.thai.net/~thep/datrie/datrie.html Historically, this was first implemented as C++ classes in a library called midatrie [2], but later simplified and rewritten from scratch in C.
標簽: implementation double-array representing structure
上傳時間: 2013-12-10
上傳用戶:shinesyh
The double-density DWT is an improvement upon the critically sampled DWT with important additional properties: (1) It employs one scaling function and two distinct wavelets, which are designed to be offset from one another by one half, (2) The double-density DWT is overcomplete by a factor of two, and (3) It is nearly shift-invariant. In two dimensions, this transform outperforms the standard DWT in terms of denoising however, there is room for improvement because not all of the wavelets are directional. That is, although the double-density DWT utilizes more wavelets, some lack a dominant spatial orientation, which prevents them from being able to isolate those directions.
標簽: double-density improvement additional critically
上傳時間: 2017-04-03
上傳用戶:dongbaobao
This is a safe double linked list data structure in order to store data on void* pointer for data segment.
標簽: data structure pointer double
上傳時間: 2017-04-22
上傳用戶:youmo81
double Integration by the Simpson s Rule
標簽: Integration Simpson double Rule
上傳時間: 2017-04-23
上傳用戶:a3318966
編函數 float fun(double h),函數的功能是:對變量h中的值保留兩位小數,并對第三位進行四舍五入(規定h中的值為正數)。 例如:若h 值為8.32433,則函數返回8.32 若h值為8.32533,則函數返回8.33。
上傳時間: 2017-06-10
上傳用戶:zsjinju
double Density Wavelet Soft
標簽: Density Wavelet double Soft
上傳時間: 2014-01-27
上傳用戶:l254587896
Simple class to read from keyboard. Already convert to simple type int, float, double or String
標簽: keyboard Already convert Simple
上傳時間: 2013-12-18
上傳用戶:wangdean1101
First Paper in double Scattering for MIMO System
標簽: Scattering double System First
上傳時間: 2013-12-20
上傳用戶:偷心的海盜
Second paper about double Scattering in MIMO Systems
標簽: Scattering Systems Second double
上傳時間: 2014-01-12
上傳用戶:gxf2016