CSL is a programming language with C syntax and comprehensive libraries. The compact scripting engine can also be embedded into your own applications as a powerful macro language. Windows Distribution utilities.
标签: comprehensive programming libraries scripting
上传时间: 2013-11-27
上传用户:xuanchangri
Abstraction, libraries, and efficiency in C
标签: Abstraction efficiency libraries and
上传时间: 2015-02-26
上传用户:JIUSHICHEN
The book presents the entire Java programming language and essential parts of the class libraries: the collection classes and the input-output classes.
标签: programming essential libraries the
上传时间: 2015-03-02
上传用户:yulg
Client/Server版本 DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.
标签: application libraries compiles directly
上传时间: 2015-04-04
上传用户:sz_hjbf
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
one of the linux gd libraries
上传时间: 2015-05-28
上传用户:啊飒飒大师的
These libraries are designed for use with Microsoft Visual C++ version 6.0. Install them by running setup.exe. This will copy the files to various places where MSVC will expect to find them. If setup fails, alternate instructions are below.
标签: Microsoft libraries designed Install
上传时间: 2015-06-23
上传用户:s363994250
APR(Apache portable Run-time libraries,Apache可移植运行库)的目的如其名称一样,主要为上层的应用程序提供一个可以跨越多操作系统平台使用的底层支持接口库。
标签: libraries portable Run-time Apache
上传时间: 2015-08-27
上传用户:wfeel
Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven t known how to take advantage of these new features.
标签: tremendously collection the libraries
上传时间: 2015-09-01
上传用户:playboys0
Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven t known how to take advantage of these new features.
标签: tremendously collection the libraries
上传时间: 2015-09-01
上传用户:李彦东