Borland Pascal 7.0 带RTL源代码 支持DOS和WIN3.1 RTL源代码在RTL目录中,需单独安装。
2023-04-14 23:17:18 14.04MB Borland Pascal 7.0
1
LoadRunner 12.6 社区版下载地址 ,LoadRunner_12.60_Community_Edition 只是一个地址,具体大概有 1G 左右
2023-04-13 21:38:16 389B LoadRu
1
Android Programming The Big Nerd Ranch Guide (2nd Edition) PDF版+EPUB版+案例源码
2023-04-13 01:01:12 46.68MB Android Nerd Ranch Guide
1
已经完全破解,直接安装即可使用,没有时间限制。
2023-04-11 01:14:09 35.69MB Dotfuscator Professional 4.9 2010
1
ATL Internals: Working with ATL 8 (2nd Edition) 中的配套源码。
2023-04-10 14:17:51 619KB 配套源码
1
全英文高清版,英语不错的可以下来看看,中文版和英文版自己看的区别还是挺大的
2023-04-09 19:32:10 14.1MB 第5版
1
Digital_communications__5th_Edition
2023-04-06 21:52:20 24.21MB Digital_communications__5th_Edition
1
Java无处不在,几乎可以在任何计算机上运行,并且是驱动最酷应用程序的引擎。 写给那些曾经想用Java解决编程但从来不知道从哪里开始的人,这本畅销指南是您获得成功的门票! 提供有关Java 9中所遇到的所有内容的更新,以及大量逐步指导 - 它是让您快速启动和运行Java的完美资源!
2023-04-06 19:49:47 12.64MB java 入门 java9
1
Len Bass, Paul Clements, Rick Kazman写的一本很好的关于实际系统架构的英文书籍
2023-04-05 15:44:44 12.8MB Len Bass 系统架构m 英文书籍
1
C++大学教程(第七版)的示例源代码,详细而规范。 例:// Fig. 2.5: fig02_05.cpp // Addition program that displays the sum of two integers. #include // allows program to perform input and output // function main begins program execution int main() { // variable declarations int number1; // first integer to add int number2; // second integer to add int sum; // sum of number1 and number2 std::cout << "Enter first integer: "; // prompt user for data std::cin >> number1; // read first integer from user into number1 std::cout << "Enter second integer: "; // prompt user for data std::cin >> number2; // read second integer from user into number2 sum = number1 + number2; // add the numbers; store result in sum std::cout << "Sum is " << sum << std::endl; // display sum; end line } // end function main /************************************************************************** * (C) Copyright 1992-2010 by Deitel & Associates, Inc. and * * Pearson Education, Inc. All Rights Reserved. * * * * DISCLAIMER: The authors and publisher of this book have used their * * best efforts in preparing the book. These efforts include the * * development, research, and testing of the theories and programs * * to determine their effectiveness. The authors and publisher make * * no warranty of any kind, expressed or implied, with regard to these * * programs or to the documentation contained in these books. The authors * * and publisher shall not be liable in any event for incidental or * * consequential damages in connection with, or arising out of, the * * furnishing, performance, or use of these programs. * **************************************************************************/
2023-04-04 21:48:00 1.86MB C++大学教程
1