-
Java Network Programming classic textbook, introduced the Java Network Programmi...
Java网络编程的经典教材,介绍了Java在网络编程各方面的实际应用,值得一看.-Java Network Programming classic textbook, introduced the Java Network Programming in the context of practical applications, an eye-catcher.
- 2022-03-31 11:08:41下载
- 积分:1
-
一个完整强大的xml文件解析的程序,编译环境为VC++6.0/VC++ 2005,内附说明文档,具有超强实用性...
一个完整强大的xml文件解析的程序,编译环境为VC++6.0/VC++ 2005,内附说明文档,具有超强实用性-A complete xml document powerful analytical procedures, the compiler environment VC++ 6.0/VC++ 2005, enclosing the documentation, with super-strong practical
- 2022-12-08 05:25:03下载
- 积分:1
-
DirectShow―微软Directx开发包之一。DirectX软件开发包是微软公司提供的一套在windows操作平台开发高性能图形,声音,输入,输出和网络游...
DirectShow―微软Directx开发包之一。DirectX软件开发包是微软公司提供的一套在windows操作平台开发高性能图形,声音,输入,输出和网络游戏的编程接口。本书就介绍了DirectShow。
-Microsoft DirectX DirectShow-one kit. DirectX software development kit is provided by a set of Microsoft windows operating platform in the development of high-performance graphics, sound, input, output and network game programming interfaces. This book on the introduction of DirectShow.
- 2023-01-31 04:15:09下载
- 积分:1
-
C#是一种简单、现代、面向对象和类型安全的编程语言,由C和C++发展而来。C#(发音为“C霎普”)牢固地植根于C和C++语言族谱中,并且会很快被C和C++程序员...
C#是一种简单、现代、面向对象和类型安全的编程语言,由C和C++发展而来。C#(发音为“C霎普”)牢固地植根于C和C++语言族谱中,并且会很快被C和C++程序员所熟悉。C#的目标在于把Visual Basic的高生产力和C++本身的能力结合起来。 C#作为Microsoft Visual Studio 7.0的一部分提供给用户。除了C#以外,Visual Studio还支持Visual Basic、Visual C++和描述语言VBScript和Jscript。所有这些语言都提供对Microsoft .NET平台的访问能力,它包括一个通用的执行引擎和一个丰富的类库。Microsoft .NET平台定义了一个“通用语言子集”(CLS),是一种混合语言,它可以增强CLS兼容语言和类库间的无缝协同工作能力。对于C#开发者,这意味着既是C#是一种新的语言,它已经可以对用老牌工具如Visual Basic和Visual C++使用的丰富类库进行完全访问。C#自己并没有包含一个类库。 本章的其余部分描述这种语言的基本特性。以后的章节将会详细描述规则和例外,并且有些时候以数学的方式描述,而这章会致力于对整体的简单而清楚地介绍。这样的目的是给读者一个关于语言的介绍,这样可以使读者可以更容易地开始编写程序和继续阅读后面的章节。-C# is a simple, modern, object-oriented, and type-safe programming languages, C and C from development. C# (pronounced "C Sharp & P") is firmly rooted in the C and C language genealogy, and will soon be C and C programmers are familiar with. C# aims to put the Visual Basic and C high productivity of its ability to work together. C# as Microsoft Visual Studio 7.0 part to the subscriber. In addition to C#, Visual Studio
- 2023-06-13 18:00:05下载
- 积分:1
-
GIS的一个课件,基本上包含了,GIS的基础课程,希望对你会有帮助....
GIS的一个课件,基本上包含了,GIS的基础课程,希望对你会有帮助.-a GIS Software, basically, the GIS foundation courses, you want to be helpful.
- 2022-08-13 17:59:42下载
- 积分:1
-
实战XML第二版(中文) William Psrdi 原著。很好的入门书籍。
实战XML第二版(中文) William Psrdi 原著。很好的入门书籍。 -Actual XML second edition (English) William Psrdi original. Very good entry-books.
- 2022-08-19 14:10:12下载
- 积分:1
-
2004高级程序员试题2
2004高级程序员试题2-2004 two senior programmers questions
- 2023-04-11 07:55:03下载
- 积分:1
-
JSP一些基本的数据资料,也是给初学者看的比较好的资料,亲身体会...
JSP一些基本的数据资料,也是给初学者看的比较好的资料,亲身体会-JSP some basic data, but also to look at the beginners relatively good information and experience
- 2022-01-26 00:22:40下载
- 积分:1
-
使用ACT对Web程序进行性能容量测试
图书语言: 简体中文
图书类型: 程序设计 >> 其它程序语言下载...
使用ACT对Web程序进行性能容量测试
图书语言: 简体中文
图书类型: 程序设计 >> 其它程序语言下载
授权方式: 免费其它程序语言图书
图书大小: 295 KB
- 2023-08-25 06:50:04下载
- 积分:1
-
本书是关于计算机科学与工程领域的基础性研究科目之一――数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树...
本书是关于计算机科学与工程领域的基础性研究科目之一――数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。 -the book is on the computer science and engineering fields, the basis for one of the subjects of study-- data structure and algorithm monographs. The book in a brief review of the basic design concept C program on the basis of a comprehensive and systematic introduction of the queue, stack, trees and map basic data structure and the greedy algorithm, divide and conquer algorithm, branch-and-bound algorithm multiple algorithm design methods, data structures and algorithms for continuous learning Research and lay a solid foundation. Even more valuable is that the book not only on the theoretical knowledge but also provided more than 50 application examples and more than 600 Exercises Road. The contents broad authority, a clear and reason
- 2023-04-20 04:50:03下载
- 积分:1