联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 其他书籍(58) 
按平台查找All Java(58) 

[其他书籍] 《解析极限编程:拥抱变化》(原书第2版)

什么是极限编程XP(Extreme Programming)? 1、以开车为例,开车并不是简单把车开对方向,开车是需要保持注意力集中,这样调整一下,再那样调整一下。这里面包含了三个非常重要的东西:保持清醒、适应、改变。
What is XP (Extreme Programming)? 1. Take driving as an example. Driving is not simply turning the car in the right direction. You need to keep your concentration while driving. Adjust this way and then adjust that way. There are three very important things in it: keep awake, adapt and change. (2020-03-26, Java, 16316KB, 下载0次)

http://www.pudn.com/Download/item/id/1585213554368236.html

[其他书籍] Android编程权威指南

权威、全面、实用、易懂,是本书最大的特色。本书根据美国大名鼎鼎的Big Nerd Ranch训练营的Android培训讲义编写而成,已经为微软、谷歌、Facebook等行业巨头培养了众多专业人才。作者巧妙地把Android开发所需的庞杂知识、行业实践、编程规范等融入一本书中,通过精心编排的应用示例、循序渐进的内容组织,以及循循善诱的语言,深入地讲解了Android开发的方方面面。如果学完一章之后仍然意犹未尽,那“挑战练习”一定会让你大呼过瘾。本书之所以能在移动应用开发类图书中脱颖而出,还在于它真的是在与读者“对话”。阅读本书就好像有一位私人导师在你身边随时为你答疑解惑。
Android Development Guide (2018-09-25, Java, 13813KB, 下载6次)

http://www.pudn.com/Download/item/id/1537861691943250.html

[其他书籍] Android游戏编程之从零开始@www.java1234.com

关于android游戏开发的基础,划分游戏状态,结构,生命周期。
On the basis of Android game development, it divides the game state, structure, and life cycle. (2018-03-04, Java, 46806KB, 下载1次)

http://www.pudn.com/Download/item/id/1520108637325056.html

[其他书籍] Implementing-an-Algorithm

计算机网络自顶向下第三版 套接字编程教辅 关于Implementing an Algorithm的部分
In this lab, you will be writing a "distributed" set of procedures that implement a distributed asynchronous distance vector routing for the network (2011-05-29, Java, 13KB, 下载5次)

http://www.pudn.com/Download/item/id/1551670.html

[其他书籍] Efficient_MIDPProgramming_v1_1_en

高效MIDP编程,主要包括执行速度、资源利用、JAR文件大小、体验表现
Efficient MIDP programming, mainly including the implementation of speed, resource utilization, JAR file size, experience performance (2010-03-26, Java, 254KB, 下载13次)

http://www.pudn.com/Download/item/id/1100310.html

[其他书籍] 1

浅谈随机数的生成,文介绍了计算机中随机数伪随机的特点,阐述了其原理、产生过程以及随机种子的概念.同时从C/C++和Java编程生成随机数的方法中验证了随机数伪随机这一特点
On the random number generation, computer paper describes the characteristics of pseudo-random random numbers to explain its principles, resulting in the concept of process as well as random seed. At the same time from the C/C++ and Java programming method of generating random numbers to validate the random number This feature of pseudo-random (2010-03-20, Java, 80KB, 下载5次)

http://www.pudn.com/Download/item/id/1093749.html

[其他书籍] Java_bianchengguifan

java的编程规范,包括如何定义变量、函数名称,如何排版等等
java programming specifications, including how to define variables, function names, how to layout and so on (2010-01-09, Java, 224KB, 下载4次)

http://www.pudn.com/Download/item/id/1034365.html

[其他书籍] shejimoshi

设计模式一直被认为是程序设计的高级阶段,一个人,编程到了一定的程度,一定得看设计模式
Design pattern has been regarded as the program design, a higher stage, to a certain extent, programming design mode must see (2009-12-20, Java, 7311KB, 下载6次)

http://www.pudn.com/Download/item/id/1011343.html

[其他书籍] TheMITPressConceptsTechniquesandModelsofComputerPr

一本非常好的计算机概念,技术和编程模型的原版书籍。
This innovative text presents computer programming as a unified discipline in a way that is both practical and scientifically sound. The book focuses on techniques of lasting value and explains them precisely in terms of a simple abstract machine. The book presents all major programming paradigms in a uniform framework that shows their deep relationships and how and where to use them together. After an introduction to programming concepts, the book presents both well-known and lesser-known computation models ("programming paradigms"). Each model has its own set of techniques and each is included on the basis of its usefulness in practice. The general models include declarative programming, declarative concurrency, message-passing concurrency, explicit state, object-oriented programming, shared-state concurrency, and relational programming. Specialized models include graphical user interface programming, distributed programming, and constraint programming. Each model is based on its (2009-12-07, Java, 4439KB, 下载3次)

http://www.pudn.com/Download/item/id/996202.html

[其他书籍] DaHuadesigenMode

《大话设计模式》通篇都是以情景对话的形式,用多个小故事或编程示例来组织讲解GoF(设计模式的经典名著——Design Patterns: Elements of Reusable Object-Oriented Software,中译本名为《设计模式——可复用面向对象软件的基础》的四位作者Erich Gamma、Richard Helm、Ralph Johnson,以及JohnVlissides,这四人常被称为GangofFour,即四人组,简称GoF)总结的23个设计模式.
《大话设计模式》通篇都是以情景对话的形式,用多个小故事或编程示例来组织讲解GoF(设计模式的经典名著——Design Patterns: Elements of Reusable Object-Oriented Software,中译本名为《设计模式——可复用面向对象软件的基础》的四位作者Erich Gamma、Richard Helm、Ralph Johnson,以及JohnVlissides,这四人常被称为GangofFour,即四人组,简称GoF)总结的23个设计模式. (2009-10-21, Java, 1166KB, 下载51次)

http://www.pudn.com/Download/item/id/945180.html

[其他书籍] haweimonidianlu

具有特殊结构能够对硬件逻辑电路的功能进行描 述的一种高级编程语言
Has a special structure to the hardware logic described the functions of circuit Referred to a high-level programming languages (2009-08-16, Java, 1834KB, 下载2次)

http://www.pudn.com/Download/item/id/879365.html

[其他书籍] Java-EE_API

J2EE说明性文档!有助于初学者学习和使用Java类库和编程!
J2EE descriptive document! Help beginners to learn and use Java class libraries and programming! (2009-05-04, Java, 5264KB, 下载18次)

http://www.pudn.com/Download/item/id/742784.html

[其他书籍] Beginning.JSP.2.From.Novice.to.Professional

Jsp 网页编程 从入门到精通 by Peter den Haan, Lance Lavandowska, Sathya Narayana Panduranga and Krishnaraj Perrumal
Beginning.JSP.2.From.Novice.to.Professional (2009-04-02, Java, 4193KB, 下载3次)

http://www.pudn.com/Download/item/id/698846.html

[其他书籍] WAPprograme

wap编程入门。本书讲述了wap的基本规范和一些高级特性,适用于wap的初学者。
programming wap portal. This book describes the basic norms of wap and some advanced features, for the beginner wap. (2009-02-26, Java, 686KB, 下载12次)

http://www.pudn.com/Download/item/id/654592.html

[其他书籍] Calendrier_Aubade-2008_Up_By_Pakos_Forum.ebooks

ebook,关于编程方面的,希望大家能有所帮助。对大家有帮助。
ebook, on the programming aspect, I hope everyone can be helped. To help everyone. (2008-06-10, Java, 8314KB, 下载2次)

http://www.pudn.com/Download/item/id/486683.html

[其他书籍] java

华为编程开发规范与案例,给那些想去华为的人一些参考
Huawei Programming norms and cases, to those who want to Huawei s some reference (2008-01-14, Java, 156KB, 下载22次)

http://www.pudn.com/Download/item/id/394251.html

[其他书籍] SUNZI-GB

孙子兵法,古代4大兵书之一,看看对编程也会有好处把:)
Sun Tzu, the ancient book four soldiers, one look at the programming will benefit add :) (2006-03-02, Java, 344KB, 下载2次)

http://www.pudn.com/Download/item/id/149778.html

[其他书籍] jdk142-hh

JDK的帮助文档,查询方便,适合java编程人员学习、参考。
JDK help files, for convenience, for java programmers learning, reference. (2005-07-12, Java, 35231KB, 下载19次)

http://www.pudn.com/Download/item/id/1121098953352830.html
123
总计:58