Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - The C Programming Language
Search - The C Programming Language - List
是一本关于JAVA语言程序设计教程,内容丰富,详尽.-is one of the Java Programming Language Guide, rich content and detailed.
Date : 2025-12-18 Size : 5.02mb User : 木易

这是一本关于JAVA编程的电子书,外文翻译版。该书内容丰富,讲解深刻,是一本学习JAVA编程的好书。-This is a JAVA programming on the e-books, foreign language translation version. The book is rich in content and brief profound, is a learning Java programming books.
Date : 2025-12-18 Size : 3.17mb User : 梁良

Java游戏编程初步 现在流行的游戏似乎都是用C或C++来开发的。在java平台上几乎没有很大型及可玩的流行游戏。由于java是个新生语言,他的许多特性还有待大家的发掘,但是我们不能否认Java在游戏编程方面的强大性。本文将带领大家一步一步学习编写Java游戏。最终打造属于自己的Java游戏。-Java programming preliminary games now popular games seem to be using C or C to the development. In java platform almost no large and very popular feature of the game. As the java is a new language, and many of his characteristics we have yet to be excavated. But we can not deny the Java programming aspects of the game is a powerful sexual. This paper will guide you step-by-step preparation of learning Java games. Ultimately create their own Java games.
Date : 2025-12-18 Size : 23kb User : 潘宽标

现在流行的游戏似乎都是用C或C++来开发的。在java平台上几乎没有很大型及可玩的流行游戏。由于java是个新生语言,他的许多特性还有待大家的发掘,但是我们不能否认Java在游戏编程方面的强大性。本文将带领大家一步一步学习编写Java游戏。最终打造属于自己的Java游戏。   在开始之前我们得确认你已经安装了Java JDK,并已经安装了浏览器软件如IE。本章是以Internet为开发对象,一步一步教大家认识Java的Thread、Applets….以及游戏编程要注意的一些方方面面。并在每一小部分附上了相应的源代码以供大家参考,最后我们还会对我们的游戏程序进行指导性的提示。在文章中我们还穿插了很多建设性的问题,让读者参与到我们的开发中来。但是由于本章指在带领大家进入这个门槛,大部分知识并不会很详细说明,有兴趣的读者可查阅相关的资料补充。在开始之前我们还得确认你已经知道类,继承和java语言的一些基本属性了。 - Now it seems that these are popular games with C or C++ to develop the. Java platform at almost no play is very large and popular game. Because java is a new language, many of his U.S. properties have to be excavated, but we can not deny the Java programming at the Game of the powerful. This article will guide you step by step, study the preparation of Java Games. Finally to create their own Java Games. Before you begin we have to confirm you have installed Java JDK, and have installed the browser software such as IE. This chapter is based on Internet for the development of the object, step by step teach everyone recognize Java s Thread, Applets .... And Game Programming should pay attention to some aspects. And in each attached to a small number of the corresponding source code for your reference, the last We will also look at our game procedures guiding tips. In the article, we also interspersed a number of constructive questions to allow readers to participate in the developmen
Date : 2025-12-18 Size : 23kb User : zhouying

Before Java appeared, we were convinced that C++ would replace C as the dominant application development language and systems programming language for the next decade. However, the combination of the World Wide Web and Java now increases the prominence of the Internet in information systems strategic planning and implementation.
Date : 2025-12-18 Size : 12mb User : lv2eof

现在流行的游戏似乎都是用C或C++来开发的。在java平台上几乎没有很大型及可玩的流行游戏。由于java是个新生语言,他的许多特性还有待大家的发掘,但是我们不能否认Java在游戏编程方面的强大性。本文将带领大家一步一步学习编写Java游戏。最终打造属于自己的Java游戏。-Now popular game seems to use C or C++ to develop for. In the java platform is very large and almost no popular games playable. Since java is a new language, many of his features have yet to be everyone' s excavations, but we can not deny the Java programming in the game of the powerful. This article will guide you step by step and learn techniques for writing Java games. Ultimately create their own Java games.
Date : 2025-12-18 Size : 23kb User : worldfly

Background and chapter structure Java is a young programming language. It was conceived in 1991 and was originally intended for use in the consumer electronics industry. However, not until it was retargeted at the booming internet business, in 1994, did it begin to receive widespread attention from the programming community. Since that time, the popularity of Java has grown beyond all expectations. Just as the C programming language before rose to dominance with the popularity of the Unix operating system, so Java has ridden on the back of the internet tide. Of course, the language does have advantages over its competitors. They are summarized by its authors as follows (Gosling and McGilton, 1996):
Date : 2025-12-18 Size : 3.82mb User : xovnu

DL : 0
This book assumes that you have some programming familiarity: you understand that a program is a collection of statements, the idea of a subroutine/function/macro, control statements such as “if” and looping constructs such as “while,” etc. However, you might have learned this in many places, such as programming with a macro language or working with a tool like Perl. As long as you’ve programmed to the point where you feel comfortable with the basic ideas of programming, you’ll be able to work through this book. Of course, the book will be easier for the C programmers and more so for the C++ programmers, so don’t count yourself out if you’re not experienced with those languages—but come willing to work hard (also, the multimedia CD that accompanies this book will bring you up to speed in the fundamentals necessary to learn Java). However, I will be introducing the concepts of object-oriented programming (OOP) and Java’s basic control mechanisms.
Date : 2025-12-18 Size : 1.19mb User : lchn_kyd

Generics in the Java Programming Language JDK 1.5 introduces several extensions to the Java programming language. One of these is the introduction of generics. This tutorial is aimed at introducing you to generics. You may be familiar with similar constructs from other languages, most notably C++ templates. If so, you’ll soon see that there are both similarities and important differences. If you are not familiar with look-a-alike constructs from elsewhere, all the better you can start afresh, without unlearning any misconceptions. Generics allow you to abstract over types. The most common examples are container types, such as those in the Collection hierarchy.-Generics in the Java Programming Language JDK 1.5 introduces several extensions to the Java programming language. One of these is the introduction of generics. This tutorial is aimed at introducing you to generics. You may be familiar with similar constructs from other languages, most notably C++ templates. If so, you’ll soon see that there are both similarities and important differences. If you are not familiar with look-a-alike constructs from elsewhere, all the better you can start afresh, without unlearning any misconceptions. Generics allow you to abstract over types. The most common examples are container types, such as those in the Collection hierarchy.
Date : 2025-12-18 Size : 57kb User : HyperJack

现在流行的游戏似乎都是用C或C++来开发的。在java平台上几乎没有很大型及可玩的流行游戏。由于java是个新生语言,他的许多特性还有待大家的发掘,但是我们不能否认Java在游戏编程方面的强大性。本文将带领大家一步一步学习编写Java。-The popular game seems to use the C or C development. Almost no very large and popular games playable on the java platform. Java is a newborn language of many of the features have yet to all excavations, but we can not deny the powerful Java in the game programming. This article will guide you step by step to learn to write Java .
Date : 2025-12-18 Size : 64kb User : 赵瑾

现在流行的游戏似乎都是用C或C++来开发的。在java平台上几乎没有很大型及可玩的流行游戏。由于java是个新生语言,他的许多特性还有待大家的发掘,但是我们不能否认Java在游戏编程方面的强大性。本文将带领大家一步一步学习编写Java。-The popular game seems to use the C or C development. Almost no very large and popular games playable on the java platform. Java is a newborn language of many of the features have yet to all excavations, but we can not deny the powerful Java in the game programming. This article will guide you step by step to learn to write Java .
Date : 2025-12-18 Size : 3kb User : 赵瑾

现在流行的游戏似乎都是用C或C++来开发的。在java平台上几乎没有很大型及可玩的流行游戏。由于java是个新生语言,他的许多特性还有待大家的发掘,但是我们不能否认Java在游戏编程方面的强大性。本文将带领大家一步一步学习编写Java。-The popular game seems to use the C or C development. Almost no very large and popular games playable on the java platform. Java is a newborn language of many of the features have yet to all excavations, but we can not deny the powerful Java in the game programming. This article will guide you step by step to learn to write Java .
Date : 2025-12-18 Size : 261kb User : 赵瑾

DL : 0
系统采用Microsoft.NET为平台,在Microsoft Visual Studio2005开发环境下,创建ASP.NET应用程序。Matlab2008a和C#为开发语言进行混合编程,以Microsoft SQL Server 2005为数据库服务器,使用了流行的B/S浏览器服务器结构,方便用户在不同的地点的在线查询。-The system uses the Microsoft.NET platform, Microsoft Visual Studio2005 development environment for creating ASP.NET applications. Matlab2008a and C# development language mixed programming, Microsoft SQL Server 2005 database server browser servers using the popular B/S structure, user-friendly online queries in different locations.
Date : 2025-12-18 Size : 1.37mb User : songhu

DL : 0
Java语言程序设计教材,主要介绍Java语言的语法,帮助开发人员查找知识点。-The C Programming Language teaching materials, mainly describes the syntax of the C language, help developers find knowledge points.
Date : 2025-12-18 Size : 531kb User : zhx

[JSP] C
DL : 0
数据结构.C..语言描述,里面详细介绍了在使用C语言编程的案例大大提高了编程-100 cases of classic C program, which is described in detail in the case of using the C programming language programming greatly improved
Date : 2025-12-18 Size : 19.21mb User : 赵轩

DL : 0
Solutions for all exercises in the book "The C Programming Language - Second Edition"(referred to as K&R, after its authors initials) by Brian W. Kernighan and Dennis M. Ritchie.-Solutions for all exercises in the book "The C Programming Language - Second Edition"(referred to as K&R, after its authors initials) by Brian W. Kernighan and Dennis M. Ritchie.
Date : 2025-12-18 Size : 113kb User : sergroot

Java is a high-level object-oriented programming language developed by Sun Microsystems, which became part of Oracle Corporation in 2010. The language is very similar to C++, but has been simplified to make it easier to write bug free code. Most notably, there are no pointers in Java, instead all memory allocation and deallocation is handled automatically.
Date : 2025-12-18 Size : 375kb User : Hectoro

本书的作者拥有多年教学经验,对C、C++以及Java语言都有独到、深入的见解,以通俗易懂及小而直接的示例解释了一个个晦涩抽象的概念。-Fourth edition of the Java programming thought. The author of this book with many years teaching experience, for C, C++ and Java language has a unique and in-depth insights, with simple and small direct example explains the difficult to abstract concepts.
Date : 2025-12-18 Size : 1.81mb User : 郭超

本书的作者拥有多年教学经验,对C、C++以及Java语言都有独到、深入的见解,以通俗易懂及小而直接的示例解释了一个个晦涩抽象的概念。本书共22章,包括操作符、控制执行流程、访问权限控制、复用类、多态、接口、通过异常处理错误、字符串、泛型、数组、容器深入研究、Java I/O系统、枚举类型、并发以及图形化用户界面等内容。-Author of the book has many years of teaching experience, for C, C++ and Java language has a unique, in-depth insights, small and easy to understand and straightforward example explains one obscure abstract concept. The book consists of 22 chapters, including the operator, controls the flow of execution, access control, multiplexing class, polymorphism, interfaces, exception handling errors, strings, generics, arrays, container-depth study, Java I/O system, enumerated types, concurrency, and graphical user interface, and more.
Date : 2025-12-18 Size : 5.17mb User : 林立

java.util.concurrent(J.U.C)多线程并发系统,从深入浅出入手,大体内容包括一下几个方面: ( 1) J.U.C 的 API:包括完整的类库结构和样例分析。 ( 2) J.U.C 的硬件原理以及软件思想:这部分也就将自己个人对硬件与程序语言的一些认识与大家分享,主要以总结前人的经验和 ( 3) J.U.C 的误区和常见陷阱:包括对 J.U.C 的一些设计思想和使用上的原则进行说明,同时对可能犯的错误进行一些总结。-Java.util.concurrent (J.U.C) multi thread concurrent systems, simple start, generally includes the following aspects: (1) API J.U.C: including the complete library structure and sample analysis. (2) J.U.C s hardware principle and software thought: this part also will own personal to the hardware and the programming language some understanding and everybody shares, mainly summarizes the predecessor s experience and the (3) J.U.C mistakes and common pitfalls: including some of the design ideas and principles of the use of J.U.C on the principle of description, but also some of the mistakes made by the summary.
Date : 2025-12-18 Size : 1.63mb User : 鲤鱼
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.