搜索结果
找到约 8,474 项符合
In-application 的查询结果
Java书籍 In case you haven t realized it, building computer systems is hard. As the complexity of the system
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 s ...
Java书籍 In today’s IT environment, Java is a leading technology in the world of enterprise development. As
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 ...
数学计算 A C++ library which finds associations within sets of items, using a fast in-memory algorithm
A C++ library which finds associations within sets of items, using a fast in-memory algorithm
Java书籍 经典的thinking in java第三版
经典的thinking in java第三版,英文原版。经典不需多说。
Oracle数据库 Oracle8 PL/SQL程序设计中的例子脚本 162K SQL(英文) The example code used in Oracle8 PL/SQL Programming
Oracle8 PL/SQL程序设计中的例子脚本 162K SQL(英文) The example code used in Oracle8 PL/SQL Programming
编译器/解释器 Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a si
Draak is a multi-language, macro compiler, meaning all syntax and code generation is defined in a single file. Draak is a single binary that is able to compile any context free language (like C, Pascal, Java) for any platform with only 1 file.
Draak Compiler是一个多语言,宏编译器,可以在一个单独的 ...
Java书籍 经典的thinking in java第三版
经典的thinking in java第三版,中文翻译版本,质量不错。
压缩解压 The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously dow
The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories a zlib.dcu file and i felt it was more correct to ...
Java书籍 Java的学习 think in java的新版本 电子文档 麻烦通过一下
Java的学习 think in java的新版本 电子文档 麻烦通过一下
Java书籍 编写一个JAVA Application程序
编写一个JAVA Application程序,包括一个“打开”按钮和一个TextArea,用户点击按钮时将弹出FileDialog,请用户选择一个文本文件,然后关闭FileDialog,程序把这个文本文件的内容显示在TextArea中。