Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
标签: available libraries Although nearly
上传时间: 2014-01-22
上传用户:zhoujunzhen
FCMDEMO displays a GUI window to let you try out various parameters in fuzzy c-means clustering for 2-D data. You can choose the data set and clustering number from the GUI buttons at right, and then click "Start" to start the fuzzy clustering process.
标签: clustering parameters displays FCMDEMO
上传时间: 2014-01-23
上传用户:bjgaofei
LAME无疑是目前最优秀的MP3编码软件,与传统的MP3编码器相比,它能够更好地利用人耳遮蔽效应,并且支持VBR(可变码率)以及joint stero(联合立体声)技术,从而在一定的压缩比达到了更好的听音效果。所以,使用LAME编码的MP3具有细节丰富、高频失真小的优点。这是最新发布的4.0 Alpha版本,编码速度有了非常大的改善,但是音质效果却并没有提高的迹象。推荐使用VBR-0方式编码。 HTTP://WWW.PSPHOME.NET 里面有个:工具软件 文件名是:Lame392和RozarLame115
上传时间: 2013-12-19
上传用户:zhengjian
亚定方程组求解:If serial correlation is found, you may have misspecified your model and should return to your theory for a better representation of the data generating process. This possibility is quite likely and should be taken seriously.
标签: misspecified correlation serial return
上传时间: 2015-06-16
上传用户:熊少锋
常用MATLAP程序,包括通信DSP常用算法。希望对大家用帮助 matlap example,including communivation digital signal process.
上传时间: 2015-06-18
上传用户:coeus
-- WISHBONE revB2 compiant I2C master core -- -- author: Richard Herveille -- rev. 0.1 based on simple_i2c -- rev. 0.2 april 27th 2001, fixed incomplete sensitivity list on assign_dato process (thanks to Matt Oseman) -- rev. 0.3 may 4th 2001, fixed typo rev.0.2 txt -> txr -- rev. 0.4 may 8th, added some remarks, fixed some sensitivity list issues
标签: Herveille WISHBONE compiant Richard
上传时间: 2014-01-18
上传用户:tzl1975
The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible. The source code for the codec is freely available for anyone to study or even for use in commercial programs. We hope that our open development process and our focus on clean, straightforward code will help make the J2000 codec become a reference implementation of the JPEG-2000 standard
标签: implementation cleanest simplest produce
上传时间: 2015-07-03
上传用户:dengzb84
DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient representation and interchange of digital images are essential. To date, some of the most successful still image compression standards have resulted from the ongoing work of the Joint Photographic Experts Group (JPEG). This group operates under the auspices of Joint Technical Committee 1, Subcommittee 29, Working Group 1 (JTC 1/SC 29/WG 1), a collaborative effort between the International Organization for Standardization (ISO) and International Telecommunication Union Standardization Sector (ITUT). Both the JPEG [1–3] and JPEG-LS [4–6] standards were born from the work of the JPEG committee. For the last few years, the JPEG committee has been working towards the establishment of a new standard known as JPEG 2000 (i.e., ISO/IEC 15444). The fruits of these labors are now coming to bear, as JPEG-2000 Part 1 (i.e., ISO/IEC 15444-1 [7]) has recently been approved as a new international standard.
标签: Consequently efficient pervasive standards
上传时间: 2013-12-21
上传用户:源弋弋
IDCT-M is a medium speed 1D IDCT core -- it can accept a continous stream of 12-bit input words at a rate of -- 1 bit/ck cycle, operating at 50MHz speed, it can process MP@ML MPEG video -- the core is 100% synthesizable
标签: continous IDCT-M accept medium
上传时间: 2015-07-07
上传用户:1583060504
Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best practices in the program development process. It covers coding style, writing SQL in PL/SQL, data structures, control structures, exception handling, program and package construction, and built-in packages.
标签: easy-to-use Practices practices concise
上传时间: 2015-07-11
上传用户:gonuiln