-
Visual C++ 6.0 Tutorial examples of electronic lesson plans. Very good.
Visual C++ 6.0实例教程电子教案.非常不错。-Visual C++ 6.0 Tutorial examples of electronic lesson plans. Very good.
- 2022-02-05 12:57:07下载
- 积分:1
-
on linux application and the application programming book
关于linux应用和编程的应用书-on linux application and the application programming book
- 2022-02-04 03:58:21下载
- 积分:1
-
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一...
创建类的实例的最常见的方式是用new语句调用类的构造方法。在这种情况下,程序可以创建类的任意多个实例,每执行一条new语句,都会导致Java虚拟机的堆区中产生一个新的对象。假如类需要进一步封装创建自身实例的细节,并且控制自身实例的数目,那么可以提供静态工厂方法。
- 2023-07-11 12:10:02下载
- 积分:1
-
本资料介绍vc高级网络编程,希望对大家有所帮助
本资料介绍vc高级网络编程,希望对大家有所帮助-vc information on the Senior Network programming, we hope to help
- 2022-02-02 20:33:42下载
- 积分:1
-
_GPS坐标系统的变换
_GPS坐标系统的变换-_GPS Coordinate System Transformation
- 2022-02-15 04:58:01下载
- 积分:1
-
内存泄漏管理,介绍内存泄漏的避免方法
内存泄漏管理,介绍内存泄漏的避免方法-memory leakage management, memory leakage on the ways to avoid
- 2022-05-25 01:05:23下载
- 积分:1
-
The C Programming Language(Second Edition) C语言程序设计第二版;【美】 Denis M. Ritche 著 徐宝文...
The C Programming Language(Second Edition) C语言程序设计第二版;【美】 Denis M. Ritche 著 徐宝文 译-The C Programming Language (Second Edition) C Programming Language second edition [U.S.] Denis M. Ritche a translation Xu Baowen
- 2022-06-28 13:52:21下载
- 积分:1
-
"grid computing" [author (U.S.) Joshy Joseph, Craig Fellenstein When y...
《网格计算》
【作者】(美)Joshy Joseph, Craig Fellenstein
当您打开电灯,电力网将立即向您传递所需的能量。那么,计算机和网络是不是也可以这样工作呢?答案是肯定的,它们甚至还可以改变您的业务方式。网格计算推动了“按需电子商务”:在任何地方,任何时间,简单或低成本地传递您所需的确切技术资源。您可以利用现有的系统,立即实现所有的功能。不管您是执行人员、策略人员、设计人员、技术人员还是开发人员,本书都将是您的最佳选择。.
本书主要内容:
掌握网格计算和效用计算的底层概念
学习如何开始着手以及从哪些应用开始
了解最新技术和标准..
使用网格计算最大化现有资源的价值
建立灵活性、弹性和可操作性更强的基础设施
基于“感知和响应”提供对数据和资源的即时访问
消除不同的非集成系统的管理负担
在本书中,一流的IBM专家提供了最好的部署实践、集成现有资源的实际指导以及最新的案例分析;而您需要的是利用网格计算的演化来驱动您的商业价值。-"grid computing" [author (U.S.) Joshy Joseph, Craig Fellenstein When you open Electric, the electricity grid will immediately convey to you the necessary energy. Then, the computer and the Internet can not do this kind of work? Answer is yes, They can even change the way your business. Grid computing to promote the "e-business on demand" : at any place, any time, simple low-cost or you need to transfer the exact technical resources. You can use the existing system, the immediate realization of all the functions. Whether y
- 2022-03-28 12:31:57下载
- 积分:1
-
C语言数值算法程序大全(第二版)_10070603
C语言数值算法程序大全(第二版)_10070603-C language program Guinness Numerical Algorithms (second edition) _10070603
- 2022-02-13 10:34:12下载
- 积分:1
-
Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。所以,在Linux系统上工作离不开使用系统...
Linux提供了大量的命令,利用它可以有效地完成大量的工作,如磁盘操作、文件存取、目录操作、进程管理、文件权限设定等。所以,在Linux系统上工作离不开使用系统提供的命令。要想真正理解Linux系统,就必须从Linux命令学起,通过基础的命令学习可以进一步理解Linux系统。-Linux provides a large number of commands, which can effectively use a lot of work, such as disk operations, file access, directory operations, process management, file permissions settings. Therefore, the Linux system work, the use of system commands. To truly understand the Linux system, it must learn from the Linux command, the command-based learning can be through a better understanding of Linux.
- 2022-02-06 01:39:24下载
- 积分:1