R树与B树的混合树,在这个程序里面可以直接用R树和B树
标签: 树
上传时间: 2013-12-19
上传用户:ouyangtongze
项目描述: Fluid is a server daemon for streaming media. The latest release is built as an API for building any kind of media streamer. Following with the server is a plugin for streaming MP3 files, even those with variable bitrate. Multicast now supported. Fluid 是一个为媒体流提供的服务器后台。最新版本建造为一个API,用于建造任何类型的媒体。服务器是流式MP3文件的一个插件,即使其位率可变。现在也支持组播。 来源: http://sourceforge.net/projects/fluid/
标签: for streaming release daemon
上传时间: 2015-04-17
上传用户:onewq
这是几个AS类的源文件!包含了Title,GAME,Snake 几个类实例,希望你们能多多的请点迷精!
上传时间: 2013-12-19
上传用户:a673761058
This document can be considered as a supplement to the already existing Application note AN10302 “Using the Philips LPC2000 Flash Utility”, which is provided in the same zip file. The Application note covers the following topics:
标签: Application considered supplement document
上传时间: 2015-04-18
上传用户:waizhang
Program: PC FEAP Title: Finite Element Analysis Program Developer: R.L. Taylor, Department of Civil Engineering, University of California, Berkeley 1997.
标签: Program R.L. Department Developer
上传时间: 2014-01-08
上传用户:569342831
gcc-as-opcode linux assemble
标签: gcc-as-opcode assemble linux
上传时间: 2015-04-20
上传用户:kelimu
In case you haven t realized it, building computer systems is hard. As the complexity of the system gets greater, the task of building the software gets exponentially harder. As in any profession, we can progress only by learning, both from our mistakes and from our successes. This book represents some of this learning written in a form that I hope will help you to learn these lessons quicker than I did, or to communicate to others more effectively than I did before I boiled these patterns down.
标签: complexity the building computer
上传时间: 2015-04-25
上传用户:tyler
In today’s IT environment, Java is a leading technology in the world of enterprise development. As management demands more from technology, complexity in infrastructure seems to grow exponentially, leaving many unable to keep up with the demands of such a fast-paced world. These complexities can be seen in the over-evolving Java 2 Enterprise Edition (J2EE) specifications. This unnecessary complexity drove us to discover ways of simplifying development.
标签: environment development enterprise technology
上传时间: 2013-12-24
上传用户:Zxcvbnm
嵌入式文件系统ucfs.zip This project should serve as an "easy start" with /FS. All paths are relative to the project file. You should therefore be able to copy the entire directory (including all subdirectories) to any location on your harddrive.
标签: relative project should paths
上传时间: 2015-04-28
上传用户:zhliu007
接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3) <> "+OK" Then Throw New Pop3Exception(response) End If MsgBox(msg) msg.retrieved = True While (1 = 1) response = Respond() If response = "." + vbCrLf Then Exit While Else msg.message += response End If End While Return msg End Function
标签: Pop3Message Function Retrieve response
上传时间: 2013-12-28
上传用户:fnhhs