Embracing in full the new features of the Java 2 platform as they apply to CS1/Introductory Programming topics, the second edition of this leading textbook continues to teach beginning programmers how
This book teaches readers to program using Java and JavaScript, as well as when to use one or the other. The author focuses on developing the type of applet that users are likely to develop for themse
More than 100,000 programmers owe their careers to Professor John Smiley. In this unique guide, the guru himself will teach you, in a classroom setting, how to program in Java. Learn from more than 10
The examples in the book are drawn from real life, and show you how to effectively use Java components to develop enterprise-level database applications step by step. --David A. Rosenberg Vice Preside
Original edition, entitled: Data Structures and Algorithm Analysis in Java, 3E, 9780132576277 by Mark Allen Weiss, published by Pearson Education, Inc, publishing as Pearson, Copyright 2012, 2007, 19
JSP(Java Server Pages)是基于Java Server以及整個Java體系的Web開發技術。JSP技術可以讓Web後臺開發人員和前臺設計人員快速地開發出容易維護的動態網站。 本書將全面介紹JSP的基礎知識以及應用技術。主要內容包括:搭建JSP開發平臺、實用JSP開發技巧、處理XML和數據庫、EL表達式、JSTL標簽庫,以及與
Data Structures Using Java資料結構(Data Structures)是資訊學科中的核心課程之一,也是基礎和必修的科目。本書確實闡述資料結構的每一主題,並以圖文並茂的方式表達之,最能達到教學與學習事半功倍的效果。 內容共分十三章,分別為第一章演算法分析、第二章陣列、第三章堆疊與佇列、第四章鏈結串列、第五章遞迴、第六章樹狀結構、第七章HEAP結構、第八章高度平衡二元搜尋樹、
本書將告訴您:◆Java程式語言與資料結構的關聯。◆何謂「遞迴」?「非遞迴」?「遞迴樹」?◆何謂「時間複雜度」及「空間複雜度」?◆何謂「稀疏矩陣」、「上三角形矩陣」、「下三角形矩陣」?◆何謂「堆疊」、「佇列」?◆記憶體如何配置?◆何謂「最適法」、「最不適法」、「先適法」?◆何謂「遊戲樹」、「選擇樹」、「輸家樹」、「雙累堆樹」及「決策樹」?◆何謂「Tower of Hanio」?◆何謂「Kruska