📄 New blog post: If you’re an LLM, please read this
✕

Anna’s Archive

📚 The largest truly open library in human history. 📈 64,416,225 books, 95,689,473 papers — preserved forever.
AA 301TB
direct uploads
IA 304TB
scraped by AA
DuXiu 298TB
scraped by AA
Hathi 9TB
scraped by AA
Libgen.li 214TB
collab with AA
Z-Lib 86TB
collab with AA
Libgen.rs 88TB
mirrored by AA
Sci-Hub 94TB
mirrored by AA
⭐️ Our code and data are 100% open source. Learn more…
✕ Recent downloads:  
Home Home Home Home
Anna’s Archive
Home
Search
Donate
🧬 SciDB
FAQ
Account
Log in / Register
Recover secret key
Account
Public profile
Downloaded files
My donations
Referrals
Explore
Activity
Codes Explorer
ISBN Visualization ↗
Community Projects ↗
Open data
Datasets
Torrents
LLM data
Stay in touch
Contact email
Anna’s Blog ↗
Reddit ↗
Matrix ↗
Help out
Improve metadata
Volunteering & Bounties
Translate ↗
Development
Anna’s Software ↗
Security
DMCA / copyright claims
Alternatives
annas-archive.gl ↗
annas-archive.pk ↗
annas-archive.gd ↗
SLUM [unaffiliated] ↗
SLUM 2 [unaffiliated] ↗
SearchSearch DonateDonate
AccountAccount
Search settings
Order by
Advanced
Add specific search field
Content
Filetype open our viewer
more…
Access
Source
Language
more…
Display
Search settings
Download Journal articles Digital Lending Metadata
Results 1-18 (18 total)
nexusstc/Thinking in Java/88dfcd75e8387f67a201f93e7f1b7395.djvu
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Bruce Eckel Prentice~Hall, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
“ should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.” “ better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.” “Absolutely one of the best programming tutorials I’ve seen for any language.” “Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.” “This is one of the best books I’ve read about a programming language.... The best book ever written on Java.” “Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.” “Other books cover the of Java (describing the syntax and the libraries) or the of Java (practical programming examples). is the only book I know that explains the of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, is definitely the thinking person’s choice in a Java book.” **Awards for __Thinking in Java__**__Software Development Magazine____Java Developer’s Journal____JavaWorld____JavaWorld____Software Development Magazine____Java Developer’s Journal____**Thinking in Java**__ has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, __**Thinking in Java**__ is designed to teach, one simple step at a time. * The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters! * Test framework shows program output. * Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Ite
Read more…
English [en] · DJVU · 32.2MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11055.0, final score: 167439.58
zlib/Computers/Programming/Bruce Eckel/Thinking in Java_653878.pdf
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Bruce Eckel Prentice Hall, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
The legendary author Bruce Eckel brings Java to life with this extraordinarily insightful, opinionated and downright funny introduction. Thinking in Java introduces all of the languages fundamentals, one step at a time, using to-the-point code examples. More than virtually any other book, Thinking in Java helps you understand not just what to do -- but why. Eckel introduces all the basics of objects as Java uses them then walks carefully through the fundamental concepts underlying all Java programming -- including program flow, initialization and cleanup, hiding implementations, reusing classes and polymorphism. Using extensive, to-the-point examples, he introduces error handling, exceptions, Java I/O, run-time type identification, and passing and returning objects. He covers the Java AWT, multithreading, network programming with Java -- even design patterns. The best way to understand the real value of this book is to hear what readers of the online version have been saying about it: «much better than any other Java book Ive seen, by an order of magnitude...» «mature, consistent, intellectually honest, well-written and precise...» «a thoughtful, penetrating analytical tutorial which doesnt kowtow to the manufacturers...» «Thank you again for your awesome book. I was really floundering, but your book has brought me up to speed as quickly as I could read it!»For both beginner and experienced C and C++ programmers who want to learn Java. * From the basics of object development, all the way to design patterns and other advanced topics. * By the author of the best-selling Thinking in C++ -- winner of the 1995 Jolt Cola Award! * On-line version has already received tens of thousands of hits -- theres a huge built-in demand for this book!
Read more…
English [en] · PDF · 15.8MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/zlib · Save
base score: 11065.0, final score: 167439.36
nexusstc/Thinking in Java/0dc472975f20e512237fc2b099c29ae0.mobi
Thinking in Java (4th Edition) Bruce Eckel Prentice Hall, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
“Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”—Jim Pleger, Loudoun County (Virginia) Government“Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”—Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.”—Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”—Randall R. Hawley, automation technician, Eli Lilly & Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”—Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”—Yvonne Watkins, Java artisan, Discover Technologies, Inc.“Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”—Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book2003 Java Developer’s Journal Reader’s Choice Award for Best Book2001 JavaWorld Editor’s Choice Award for Best Book2000 JavaWorld Reader’s Choice Award for Best Book1999 Software Development Magazine Productivity Award1998 Java Developer’s Journal Editor’s Choice Award for Best BookThinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!Test framework shows program output.Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.Introduction to XML for data transfer; SWT, Flash for user interfaces.Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.Thorough coverage of fundamentals; demonstrates advanced topics.Explains sound object-oriented principles.Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.Live seminars, consulting, and reviews available. See www.MindView.netDownload seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.
Read more…
English [en] · MOBI · 2.7MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11055.0, final score: 167439.27
nexusstc/Thinking in Java/59224dba18dd9c3808542ae6251c8b8f.pdf
Thinking in Java (4th Edition) Bruce Eckel Prentice Hall, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
“Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”—Jim Pleger, Loudoun County (Virginia) Government“Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”—Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.”—Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”—Randall R. Hawley, automation technician, Eli Lilly & Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”—Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”—Yvonne Watkins, Java artisan, Discover Technologies, Inc.“Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”—Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book2003 Java Developer’s Journal Reader’s Choice Award for Best Book2001 JavaWorld Editor’s Choice Award for Best Book2000 JavaWorld Reader’s Choice Award for Best Book1999 Software Development Magazine Productivity Award1998 Java Developer’s Journal Editor’s Choice Award for Best BookThinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!Test framework shows program output.Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.Introduction to XML for data transfer; SWT, Flash for user interfaces.Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.Thorough coverage of fundamentals; demonstrates advanced topics.Explains sound object-oriented principles.Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.Live seminars, consulting, and reviews available. See www.MindView.netDownload seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.
Read more…
English [en] · PDF · 4.8MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 167439.27
nexusstc/Thinking in Java/824a65e659bbc5d6b9ef9129d2de9926.epub
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Eckel, Bruce Prentice Hall, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
“ should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.” “ better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.” “Absolutely one of the best programming tutorials I’ve seen for any language.” “Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.” “This is one of the best books I’ve read about a programming language.... The best book ever written on Java.” “Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.” “Other books cover the of Java (describing the syntax and the libraries) or the of Java (practical programming examples). is the only book I know that explains the of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, is definitely the thinking person’s choice in a Java book.” **Awards for __Thinking in Java__**__Software Development Magazine____Java Developer’s Journal____JavaWorld____JavaWorld____Software Development Magazine____Java Developer’s Journal____**Thinking in Java**__ has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, __**Thinking in Java**__ is designed to teach, one simple step at a time. * The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters! * Test framework shows program output. * Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Ite
Read more…
English [en] · EPUB · 1.8MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/nexusstc/zlib · Save
base score: 11068.0, final score: 167438.88
lgli/F:\rus_fict\traum_unp\ru\_\_проф\_компьютер/Эккель - Философия Java3.fb2.fb2
Философия Java3 Брюс Эккель : [перевел с английского Е. Матвеев] Питер, 4-е издание, 2009
<p>“Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”<br> —Jim Pleger, Loudoun County (Virginia) Government“Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”<br> —Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.”<br> —Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”<br> —Randall R. Hawley, automation technician, Eli Lilly &amp; Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”<br> —Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”<br> —Yvonne Watkins, Java artisan, Discover Technologies, Inc.“Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”<br> —Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book<br> 2003 Java Developer’s Journal Reader’s Choice Award for Best Book<br> 2001 JavaWorld Editor’s Choice Award for Best Book<br> 2000 JavaWorld Reader’s Choice Award for Best Book<br> 1999 Software Development Magazine Productivity Award<br> 1998 Java Developer’s Journal Editor’s Choice Award for Best Book</p> <p>Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.</p> <ul> <li>The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!</li> <li>Test framework shows program output.</li> <li>Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.</li> <li>Introduction to</li> <li>Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.</li> <li>500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.</li> <li>Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.</li> <li>Thorough coverage of fundamentals; demonstrates advanced topics.</li> <li>Explains sound object-oriented principles.</li> <li>Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.</li> <li>Live seminars, consulting, and reviews available. See www.MindView.net</li> </ul> <p>Download seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.</p> <p><br> Destined to become a classic, this tutorial guides you through the fundamentals and the advanced aspects of Java. Author Bruce Eckel uses the same style, format, incisive prose and clear examples as he did in <i>Thinking in C++</i>. He doesn't just teach how to write code, he teaches how to think and program in Java. This highly recommended text is designed for those familiar with programming concepts and object-orientation. Eckel covers objects, program flow, error handling, network programming and design patterns. He includes details on the cornerstones of Java and OOP, with polymorphism, implementation hiding, class differentiation and reuse. He also covers passing/returning objects and running multiple concurrent subtasks. </p>
Read more…
Russian [ru] · English [en] · FB2 · 2.8MB · 2009 · 📕 Book (fiction) · 🚀/lgli/zlib · Save
base score: 11055.0, final score: 167438.88
upload/misc/utolica.duckdns.org/Bruce Eckel_Thinking in Java, 4th Ed_.pdf
Thinking in Java (4th Edition) Bruce Eckel Prentice Hall, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
“Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”—Jim Pleger, Loudoun County (Virginia) Government“Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”—Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.”—Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”—Randall R. Hawley, automation technician, Eli Lilly & Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”—Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”—Yvonne Watkins, Java artisan, Discover Technologies, Inc.“Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”—Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book2003 Java Developer’s Journal Reader’s Choice Award for Best Book2001 JavaWorld Editor’s Choice Award for Best Book2000 JavaWorld Reader’s Choice Award for Best Book1999 Software Development Magazine Productivity Award1998 Java Developer’s Journal Editor’s Choice Award for Best BookThinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!Test framework shows program output.Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.Introduction to XML for data transfer; SWT, Flash for user interfaces.Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.Thorough coverage of fundamentals; demonstrates advanced topics.Explains sound object-oriented principles.Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.Live seminars, consulting, and reviews available. See www.MindView.netDownload seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.
Read more…
English [en] · PDF · 6.4MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/upload/zlib · Save
base score: 11065.0, final score: 167438.42
nexusstc/Thin Film Materials Technology: Sputtering of Compound Materials/d806d486873b03260f8a73999a709814.pdf
Thin film materials technology : sputtering of compound materials Bruce Eckel William Andrew Pub.; Springer-Verlag, 1, 2005
An invaluable resource for industrial science and engineering newcomers to sputter deposition technology in thin film production applications, this book is rich in coverage of both historical developments and the newest experimental and technological information about ceramic thin films, a key technology for nano-materials in high-speed information applications and large-area functional coating such as automotive or decorative painting of plastic parts, among other topics. In seven concise chapters, the book thoroughly reviews basic thin film technology and deposition processes, sputtering processes, structural control of compound thin films, and microfabrication by sputtering.
Read more…
English [en] · PDF · 8.6MB · 2005 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 167435.47
nexusstc/Thinking in Java/c88f6d85072c0e17a877ba594e2af8ea.pdf
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Bill Stinnett Prentice Hall PTR, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
"Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it's also the first book I turn to whenever I have a Java question." --Jim Pleger, Loudoun County (Virginia) Government"Much better than any other Java book I've seen. Make that 'by an order of magnitude'...Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations...In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java." --Anatoly Vorobey, Technion University, Haifa, Israel"Absolutely one of the best programming tutorials I've seen for any language." --Joakim Ziegler, FIX sysop"Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It's really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future." --Randall R. Hawley, automation technician, Eli Lilly & Co."This is one of the best books I've read about a programming language...The best book ever written on Java." --Ravindra Pai, Oracle Corporation, SUNOS product line"Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I'm sure any programmers who will have to maintain my code are also grateful to you." --Yvonne Watkins, Java artisan, Discover Technologies, Inc." Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn't work, why it's better than C++, why it's not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person's choice in a Java book." --Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book 2003 Java Developer's Journal Reader's Choice Award for Best Book 2001 JavaWorld Editor's Choice Award for Best Book 2000 JavaWorld Reader's Choice Award for Best Book 1999 Software Development Magazine Productivity Award 1998 Java Developer's Journal Editor's Choice Award for Best Book Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time. \*The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters! \*Test framework shows program output. \*Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor. \*Introduction to XML for data transfer; SWT, Flash for user interfaces. \*Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals. \*500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6. \*Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars. \*Thorough coverage of fundamentals; demonstrates advanced topics. \*Explains sound object-oriented principles. \*Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel. \*Live seminars, consulting, and reviews available. See www.MindView.net Download seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.
Read more…
English [en] · PDF · 185.3MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 167434.39
nexusstc/Thinking in Java/e7abbfc141261d73d58b5826b9451fb2.pdf
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Bruce Eckel Prentice Hall PTR, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
"Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it's also the first book I turn to whenever I have a Java question." --Jim Pleger, Loudoun County (Virginia) Government"Much better than any other Java book I've seen. Make that 'by an order of magnitude'...Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations...In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java." --Anatoly Vorobey, Technion University, Haifa, Israel"Absolutely one of the best programming tutorials I've seen for any language." --Joakim Ziegler, FIX sysop"Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It's really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future." --Randall R. Hawley, automation technician, Eli Lilly & Co."This is one of the best books I've read about a programming language...The best book ever written on Java." --Ravindra Pai, Oracle Corporation, SUNOS product line"Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I'm sure any programmers who will have to maintain my code are also grateful to you." --Yvonne Watkins, Java artisan, Discover Technologies, Inc." Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn't work, why it's better than C++, why it's not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person's choice in a Java book." --Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book 2003 Java Developer's Journal Reader's Choice Award for Best Book 2001 JavaWorld Editor's Choice Award for Best Book 2000 JavaWorld Reader's Choice Award for Best Book 1999 Software Development Magazine Productivity Award 1998 Java Developer's Journal Editor's Choice Award for Best Book Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time. \*The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters! \*Test framework shows program output. \*Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor. \*Introduction to XML for data transfer; SWT, Flash for user interfaces. \*Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals. \*500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6. \*Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars. \*Thorough coverage of fundamentals; demonstrates advanced topics. \*Explains sound object-oriented principles. \*Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel. \*Live seminars, consulting, and reviews available. See www.MindView.net Download seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.
Read more…
English [en] · PDF · 4.6MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 167434.14
lgli/Bruce Eckel - Thinking in Java (2006, Pearson).pdf
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Bruce Eckel Pearson, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
“ Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.” ―Jim Pleger, Loudoun County (Virginia) Government“ Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.” ―Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.” ―Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.” ―Randall R. Hawley, automation technician, Eli Lilly & Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.” ―Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.” ―Yvonne Watkins, Java artisan, Discover Technologies, Inc.
Read more…
English [en] · PDF · 6.7MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/zlib · Save
base score: 11068.0, final score: 167425.97
zlib/Computers/Programming/Bruce Eckel/Thinking in Java_646509.pdf
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Bruce Eckel Prentice Hall, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
I don't like computer books that treat you like a kid: you need to go through chapters and chapters before the author starts challenging you. Not this one. TIJ reads like a conversation, moves fast and is always surprising you with interesting programming snippets. Its actually a lot of fun to read and tough to put down! Undoubtedly one of the best books I've read in programming. Read it if you want a non-dumbed down approach to Java.
Read more…
English [en] · PDF · 9.1MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/zlib · Save
base score: 11065.0, final score: 167425.47
lgli/Desconocido - Bruce Eckel Thinking In Java Prentice Hall 1998.azw3
Bruce Eckel Thinking In Java Prentice Hall 1998 Desconocido Prentice Hall, Классика computer science, 4-е полное изд., Санкт-Петербург [и др.], Russia, 2022
<p>“Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”<br> —Jim Pleger, Loudoun County (Virginia) Government“Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”<br> —Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.”<br> —Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”<br> —Randall R. Hawley, automation technician, Eli Lilly &amp; Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”<br> —Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”<br> —Yvonne Watkins, Java artisan, Discover Technologies, Inc.“Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”<br> —Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book<br> 2003 Java Developer’s Journal Reader’s Choice Award for Best Book<br> 2001 JavaWorld Editor’s Choice Award for Best Book<br> 2000 JavaWorld Reader’s Choice Award for Best Book<br> 1999 Software Development Magazine Productivity Award<br> 1998 Java Developer’s Journal Editor’s Choice Award for Best Book</p> <p>Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.</p> <ul> <li>The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!</li> <li>Test framework shows program output.</li> <li>Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.</li> <li>Introduction to</li> <li>Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.</li> <li>500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.</li> <li>Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.</li> <li>Thorough coverage of fundamentals; demonstrates advanced topics.</li> <li>Explains sound object-oriented principles.</li> <li>Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.</li> <li>Live seminars, consulting, and reviews available. See www.MindView.net</li> </ul> <p>Download seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.</p> <p><br> Destined to become a classic, this tutorial guides you through the fundamentals and the advanced aspects of Java. Author Bruce Eckel uses the same style, format, incisive prose and clear examples as he did in <i>Thinking in C++</i>. He doesn't just teach how to write code, he teaches how to think and program in Java. This highly recommended text is designed for those familiar with programming concepts and object-orientation. Eckel covers objects, program flow, error handling, network programming and design patterns. He includes details on the cornerstones of Java and OOP, with polymorphism, implementation hiding, class differentiation and reuse. He also covers passing/returning objects and running multiple concurrent subtasks. </p>
Read more…
English [en] · AZW3 · 2.0MB · 2022 · 📘 Book (non-fiction) · 🚀/lgli/zlib · Save
base score: 11058.0, final score: 167425.45
nexusstc/Thinking in Java/8dfa27ba31fef9b3b0832120ff0c472c.djvu
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Bruce Eckel Prentice Hall, Fourth Edition, US, 2006
<p>“Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”<br> —Jim Pleger, Loudoun County (Virginia) Government“Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”<br> —Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.”<br> —Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”<br> —Randall R. Hawley, automation technician, Eli Lilly &amp; Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”<br> —Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”<br> —Yvonne Watkins, Java artisan, Discover Technologies, Inc.“Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”<br> —Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book<br> 2003 Java Developer’s Journal Reader’s Choice Award for Best Book<br> 2001 JavaWorld Editor’s Choice Award for Best Book<br> 2000 JavaWorld Reader’s Choice Award for Best Book<br> 1999 Software Development Magazine Productivity Award<br> 1998 Java Developer’s Journal Editor’s Choice Award for Best Book</p> <p>Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.</p> <ul> <li>The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!</li> <li>Test framework shows program output.</li> <li>Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.</li> <li>Introduction to</li> <li>Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.</li> <li>500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.</li> <li>Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.</li> <li>Thorough coverage of fundamentals; demonstrates advanced topics.</li> <li>Explains sound object-oriented principles.</li> <li>Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.</li> <li>Live seminars, consulting, and reviews available. See www.MindView.net</li> </ul> <p>Download seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.</p> <p><br> Destined to become a classic, this tutorial guides you through the fundamentals and the advanced aspects of Java. Author Bruce Eckel uses the same style, format, incisive prose and clear examples as he did in <i>Thinking in C++</i>. He doesn't just teach how to write code, he teaches how to think and program in Java. This highly recommended text is designed for those familiar with programming concepts and object-orientation. Eckel covers objects, program flow, error handling, network programming and design patterns. He includes details on the cornerstones of Java and OOP, with polymorphism, implementation hiding, class differentiation and reuse. He also covers passing/returning objects and running multiple concurrent subtasks. </p>
Read more…
English [en] · DJVU · 14.9MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11055.0, final score: 167425.42
nexusstc/Thinking in Java (indexed)/4d8769b150316d954500495d0bd50aa9.pdf
Thinking in Java (indexed) Bruce Eckel Prentice Hall, Fourth Edition, US, 2006
<p>“Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”<br> —Jim Pleger, Loudoun County (Virginia) Government“Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”<br> —Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.”<br> —Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”<br> —Randall R. Hawley, automation technician, Eli Lilly &amp; Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”<br> —Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”<br> —Yvonne Watkins, Java artisan, Discover Technologies, Inc.“Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”<br> —Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book<br> 2003 Java Developer’s Journal Reader’s Choice Award for Best Book<br> 2001 JavaWorld Editor’s Choice Award for Best Book<br> 2000 JavaWorld Reader’s Choice Award for Best Book<br> 1999 Software Development Magazine Productivity Award<br> 1998 Java Developer’s Journal Editor’s Choice Award for Best Book</p> <p>Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.</p> <ul> <li>The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!</li> <li>Test framework shows program output.</li> <li>Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.</li> <li>Introduction to</li> <li>Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.</li> <li>500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.</li> <li>Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.</li> <li>Thorough coverage of fundamentals; demonstrates advanced topics.</li> <li>Explains sound object-oriented principles.</li> <li>Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.</li> <li>Live seminars, consulting, and reviews available. See www.MindView.net</li> </ul> <p>Download seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.</p> <p><br> Destined to become a classic, this tutorial guides you through the fundamentals and the advanced aspects of Java. Author Bruce Eckel uses the same style, format, incisive prose and clear examples as he did in <i>Thinking in C++</i>. He doesn't just teach how to write code, he teaches how to think and program in Java. This highly recommended text is designed for those familiar with programming concepts and object-orientation. Eckel covers objects, program flow, error handling, network programming and design patterns. He includes details on the cornerstones of Java and OOP, with polymorphism, implementation hiding, class differentiation and reuse. He also covers passing/returning objects and running multiple concurrent subtasks. </p>
Read more…
English [en] · PDF · 10.0MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 167424.81
lgli/T:\lg_torr_restore_lg\312000/aa1c2c1b2032660fd0d52ee65c1d2fee..pdf
Thinking in Java (4th Edition) Bruce Eckel Prentice Hall, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
“Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”—Jim Pleger, Loudoun County (Virginia) Government“Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”—Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.”—Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”—Randall R. Hawley, automation technician, Eli Lilly & Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”—Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”—Yvonne Watkins, Java artisan, Discover Technologies, Inc.“Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”—Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book2003 Java Developer’s Journal Reader’s Choice Award for Best Book2001 JavaWorld Editor’s Choice Award for Best Book2000 JavaWorld Reader’s Choice Award for Best Book1999 Software Development Magazine Productivity Award1998 Java Developer’s Journal Editor’s Choice Award for Best BookThinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!Test framework shows program output.Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.Introduction to XML for data transfer; SWT, Flash for user interfaces.Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.Thorough coverage of fundamentals; demonstrates advanced topics.Explains sound object-oriented principles.Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.Live seminars, consulting, and reviews available. See www.MindView.netDownload seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.
Read more…
English [en] · PDF · 10.5MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11065.0, final score: 167424.81
upload/misc/Y9EgLx762wKqWqG7nloH/Books/Gentoomen Library/Programming/Java/Thinking in Java, 4th Edition.pdf
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Eckel, Bruce Langara College, 4th ed, 2015;2007
<p>“Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”<br> —Jim Pleger, Loudoun County (Virginia) Government“Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”<br> —Anatoly Vorobey, Technion University, Haifa, Israel“Absolutely one of the best programming tutorials I’ve seen for any language.”<br> —Joakim Ziegler, FIX sysop“Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”<br> —Randall R. Hawley, automation technician, Eli Lilly &amp; Co.“This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”<br> —Ravindra Pai, Oracle Corporation, SUNOS product line“Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”<br> —Yvonne Watkins, Java artisan, Discover Technologies, Inc.“Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”<br> —Robert S. StephensonAwards for Thinking in Java2003 Software Development Magazine Jolt Award for Best Book<br> 2003 Java Developer’s Journal Reader’s Choice Award for Best Book<br> 2001 JavaWorld Editor’s Choice Award for Best Book<br> 2000 JavaWorld Reader’s Choice Award for Best Book<br> 1999 Software Development Magazine Productivity Award<br> 1998 Java Developer’s Journal Editor’s Choice Award for Best Book</p> <p>Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.</p> <ul> <li>The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!</li> <li>Test framework shows program output.</li> <li>Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.</li> <li>Introduction to</li> <li>Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.</li> <li>500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.</li> <li>Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.</li> <li>Thorough coverage of fundamentals; demonstrates advanced topics.</li> <li>Explains sound object-oriented principles.</li> <li>Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.</li> <li>Live seminars, consulting, and reviews available. See www.MindView.net</li> </ul> <p>Download seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.</p> <p><br> Destined to become a classic, this tutorial guides you through the fundamentals and the advanced aspects of Java. Author Bruce Eckel uses the same style, format, incisive prose and clear examples as he did in <i>Thinking in C++</i>. He doesn't just teach how to write code, he teaches how to think and program in Java. This highly recommended text is designed for those familiar with programming concepts and object-orientation. Eckel covers objects, program flow, error handling, network programming and design patterns. He includes details on the cornerstones of Java and OOP, with polymorphism, implementation hiding, class differentiation and reuse. He also covers passing/returning objects and running multiple concurrent subtasks. </p>
Read more…
English [en] · PDF · 6.1MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/upload/zlib · Save
base score: 11065.0, final score: 167424.48
upload/duxiu_main2/【星空藏书馆】/【星空藏书馆】等多个文件/图书馆8号/综合书库②/kindle电子书-200万册/图书合集/其他合集/kindle图书(压缩)/mobi图书(五)/extracted__mobi图书(五).rar/mobi图书(非压缩五)/Java编程思想(1).pdf
Thinking in Java : [the definitive introduction to object-oriented programming in the language of the world wide web ; for Java SE5/6 Bruce Eckel Prentice Hall, 4th ed., Upper Saddle River, NJ, New Jersey, 2006
“ Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.” ―Jim Pleger, Loudoun County (Virginia) Government “ Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.” ―Anatoly Vorobey, Technion University, Haifa, Israel “Absolutely one of the best programming tutorials I’ve seen for any language.” ―Joakim Ziegler, FIX sysop “Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.” ―Randall R. Hawley, automation technician, Eli Lilly & Co. “This is one of the best books I’ve read about a programming language.... The best book ever written on Java.” ―Ravindra Pai, Oracle Corporation, SUNOS product line “Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.” ―Yvonne Watkins, Java artisan, Discover Technologies, Inc. “Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.” ―Robert S. Stephenson Awards for Thinking in Java 2003 Software Development Magazine Jolt Award for Best Book 2003 Java Developer’s Journal Reader’s Choice Award for Best Book 2001 JavaWorld Editor’s Choice Award for Best Book 2000 JavaWorld Reader’s Choice Award for Best Book 1999 Software Development Magazine Productivity Award 1998 Java Developer’s Journal Editor’s Choice Award for Best Book Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time. The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters! Test framework shows program output. Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Ite
Read more…
English [en] · PDF · 7.5MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/upload/zlib · Save
base score: 11065.0, final score: 167423.23
14 partial matches
lgli/N:\libgen djvu ocr\253000\9760d08f97783923cbe654ed2a6bd6f5-ocr.djvu
Скачиваем фильмы, музыку и программы из Интернета. Пиринговые сети: eDonkey, BitTorrent, KaZaA, DirectConnect М. В. Финков Наука и техника, 2006
Данная книга посвящена альтернативному способу скачивания файлов (фипьмов, музыки, программ) из интернета — с помощью пиринговых сетей (они также называются файлообменными) В ней раскрыты принципы функционирования таких сетей, изложена история их развития. Описаны все основные программы, с помощью которых можно обмениваться файлами — скачивать нужные и предоставлять для скачивания свои. Особое внимание улепено программам К\*-\*-, DC++, eDonkey, eMule и BilTorrem, для которых приведены подробные инструкции по установке, настройке и использованию.Книга также содержит рекомендации по разрешению возможных проблем, связанных с работой в пиринговых сетях. С ее помощью вы сможете научиться использовать дополнительные возможности интернета: найти и скачать практически любой файл у пользователей пиринговых сетей.
Read more…
Russian [ru] · DJVU · 11.0MB · 2006 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11050.0, final score: 29.396809
nexusstc/О России в царствование Алексея Михайловича. Изд.4-е, дополненное/35771fc74c6f43fcbd424805f6cb6d01.djvu
О России в царствование Алексея Михайловича. Изд.4-е, дополненное Котошихин Г. Издательские архивы, 1906
О России в царствование Алексея Михайловича. Изд.4-е, дополненное
Read more…
Russian [ru] · DJVU · 3.0MB · 1906 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11050.0, final score: 27.013283
ia/sim_railway-gazette-international_1941-07-04_75_1.pdf
The Railway Gazette 1941-07-04: Vol 75 Iss 1 DVV Media UK Limited, ISSN 0373-5346, Volume 75, Issue 1, 1941-07-04
The Railway Gazette 1941-07-04: (https://archive.org/search.php?query=sim_pubid%3A928%20AND%20volume%3A75) Volume 75 , Issue 1. Digitized from (https://archive.org/details/sim_raw_scan_IA1628820-04/page/n1844) IA1628820-04 . Previous issue: (https://archive.org/details/sim_railway-gazette-international_1941_75_index) sim_railway-gazette-international_1941_75_index . Next issue: (https://archive.org/details/sim_railway-gazette-international_1941-07-11_75_2) sim_railway-gazette-international_1941-07-11_75_2 .
Read more…
English [en] · PDF · 11.0MB · 1941 · 📰 Magazine · 🚀/ia · Save
base score: 10996.0, final score: 23.30877
hathi/hvd/pairtree_root/fl/1k/9v/fl1k9v/fl1k9v.zip
Die architektur bei Albrecht Altdorfer, von Hans Hildebrandt; mit 23 abb. auf 17 lichtdrucktafeln. Hildebrandt, Hans. J. H. E. Heitz, 1908., France, 1908
German [de] · ZIP · 0.2MB · 1908 · 📗 Book (unknown) · 🚀/hathi · Save
base score: 9932.0, final score: 19.758453
hathi/gri/pairtree_root/ar/k+/=1/39/60/=t/2c/87/b4/3j/ark+=13960=t2c87b43j/ark+=13960=t2c87b43j.zip
Die architektur bei Albrecht Altdorfer, von Hans Hildebrandt; mit 23 abb. auf 17 lichtdrucktafeln. Hildebrandt, Hans. J. H. E. Heitz, 1908., France, 1908
German [de] · ZIP · 0.2MB · 1908 · 📗 Book (unknown) · 🚀/hathi · Save
base score: 9932.0, final score: 19.141453
hathi/njp/pairtree_root/32/10/10/67/62/04/33/32101067620433/32101067620433.zip
Die architektur bei Albrecht Altdorfer, von Hans Hildebrandt; mit 23 abb. auf 17 lichtdrucktafeln. Hildebrandt, Hans. J. H. E. Heitz, 1908., France, 1908
German [de] · ZIP · 0.2MB · 1908 · 📗 Book (unknown) · 🚀/hathi · Save
base score: 9932.0, final score: 18.903675
duxiu/initial_release/11013906.zip
中国农业标准汇编 畜牧兽医卷 (上册) 中国标准出版社第一编辑室编, 中国标准出版社第一编辑室编, 中国标准出版社第一编辑室 北京:中国标准出版社, 1997, 1997
附录: 部分标准清理整顿前后标准号对照表:本册包括国家标准100项, 行业标准17项, 共分五个部分: 畜牧综合、动物检疫、兽医与疫病防治、兽药与畜牧、兽医用器械、家畜、家禽、饲养动物...
Read more…
Chinese [zh] · PDF · 16.6MB · 1997 · 📗 Book (unknown) · 🚀/duxiu/zlibzh · Save
base score: 11063.0, final score: 18.758755
upload/imslp/Belloc, %C3%89mile/IMSLP356870-PMLP02671-Czerny_-_Arr._-_19_Mendelssohn_-_Romanze_senza_Parole_-_Prima_Raccolta_Op.19_-_4H.pdf
IMSLP356870-PMLP02671-Czerny_-_Arr._-_19_Mendelssohn_-_Romanze_senza_Parole_-_Prima_Raccolta_Op.19_-_4H.pdf
PDF · 11.0MB · 🎶 Musical score · 🚀/upload · Save
base score: 10869.0, final score: 18.07729
lgli/9785907425347.pdf
Информационные технологии и безопасная образовательная среда в обществе XXI века - учителям информатики: учебное пособие: комплексная научно-исследовательская лаборатория "Антропология детства", 2003/2021: краевая инновационная площадка Тоискин В.С., Красильников В.В., Пелих О.В. Издательство «Тимченко О.Г.», Ставрополь, Russia, 2021
Пособие предполагает нормативно-правовое сопровождение работы учителя-предметника по предотвращению девиации среди детей школьного возраста, включающее обзор российской правовой практики профилактики девиантного поведения обучающихся, а также специфики правового сопровождения детей в образовательном процессе в полиэтничном регионе (на примере Ставропольского края). Практическая составляющая УМП предполагает разработку мероприятий в рамках учебного процесса и внеучебной деятельности, направленных на формирование российской идентичности у обучающихся как основы профилактики негативных социальных Девиаций в условиях создания безопасной развивающей образовательной среды (технологические карты уроков, планы внеклассных мероприятий и др.). В целом пособие направлено на выработку подходов, методов и средств профилактики негативных социальных девиаций в условиях создания безопасной развивающей образовательной среды, а также методическое сопровождение повышения уровня учебных достижений обучающихся
Read more…
Russian [ru] · PDF · 3.3MB · 2021 · 📘 Book (non-fiction) · lgli · Save
base score: 11055.0, final score: 10.039309
lgli/9785438709817.pdf
Теоретические основы теплофизических и гидродинамических процессов. Ч.1. Техническая термодинамика. Учебное пособие Борисов, Борис Владимирович, Крайнов, Дмитрий Алексеевич, Ни, Александр Эдуардович, Половников, Вячеслав Юрьевич Томский политехнический университет, Томск, Russia, 2021
Russian [ru] · PDF · 5.6MB · 2021 · 📘 Book (non-fiction) · lgli · Save
base score: 11052.0, final score: 10.037155
lgli/9785778245419.pdf
Практическое применение стоячих волн на сооружениях для геолого-инженерных изысканий. Учебное пособие К. В. Федин; Министерство науки и высшего образования Российской Федерации, Новосибирский государственный технический университет, [Физико-технический факультет] Новосибирский государственный технический университет, Новосибирск, Russia, 2021
Russian [ru] · PDF · 6.3MB · 2021 · 📘 Book (non-fiction) · lgli · Save
base score: 11052.0, final score: 10.035093
lgli/9785438709817.pdf
Теоретические основы теплофизических и гидродинамических процессов. Ч.2. Тепломассообмен. Учебное пособие Борисов, Борис Владимирович, Крайнов, Дмитрий Алексеевич, Ни, Александр Эдуардович, Половников, Вячеслав Юрьевич Томский политехнический университет, Томск, Russia, 2021
Russian [ru] · PDF · 3.0MB · 2021 · 📘 Book (non-fiction) · lgli · Save
base score: 11052.0, final score: 10.029982
lgli/Марина Павловна Бобылева - Управленческий документооборот. От бумажного к электронному (2010, Издательский дом МЭИ).fb2
Управленческий документооборот. От бумажного к электронному Валерий Валентинович Волостных; Марина Павловна Бобылева Издательский дом МЭИ, Москва, Russia, 2010
В книге комплексно рассмотрены организационно-управленческие, коммуникационные, документоведческие, информационно-технологические, правовые и другие аспекты проблемы перехода к электронному документообороту.Отражены новейшие разработки и нормативные акты в области управленческого документооборота, а также практический опыт внедрения и применения систем электронного документооборота в российских организациях. Значительное внимание уделяется оценке эффективности применения систем и технологий электронного документооборота. Приводятся конкретные методические рекомендации.Книга представляет интерес для руководителей и специалистов предприятий и организаций, занимающихся вопросами совершенствования управления, организационного развития и внедрения новых информационных технологий, руководителей документационных служб, а также преподавателей, студентов и аспирантов.
Read more…
Russian [ru] · FB2 · 2.8MB · 2010 · 📘 Book (non-fiction) · 🚀/lgli/zlib · Save
base score: 11053.0, final score: 10.021331
nexusstc/Товароведение и экспертиза в таможенном деле/4b7f60067269763f192cdbccb7950416.pdf
Товароведение и экспертиза в таможенном деле: учебник: учебник для студентов высших учебных заведений, обучающихся по специальности 080115 "Таможенное дело": в 4-х т Попов В. В. Изд.-торговая корпорация "Дашков и Кo, ПРОФИль, Москва, ИНФРА-М, Russia, 2009
Методические указания составлены с учетом практики преподавания в высшем учебном заведении и базируются на требованиях государственного образовательного стандарта и рабочей программы по дисциплине «Товароведение и экспертиза в таможенном деле (продовольственные и непродовольственные товары)». В методических указаниях содержатся рекомендации для студентов всех форм обучения по выполнению курсовых работ.
Read more…
Russian [ru] · PDF · 0.2MB · 2009 · 📘 Book (non-fiction) · 🚀/lgli/lgrs/nexusstc/zlib · Save
base score: 11050.0, final score: 10.017797
Previous 1 Next
Previous 1 Next
Anna’s Archive
Home
Search
Donate
🧬 SciDB
FAQ
Account
Log in / Register
Recover secret key
Account
Public profile
Downloaded files
My donations
Referrals
Explore
Activity
Codes Explorer
ISBN Visualization ↗
Community Projects ↗
Open data
Datasets
Torrents
LLM data
Stay in touch
Contact email
Anna’s Blog ↗
Reddit ↗
Matrix ↗
Help out
Improve metadata
Volunteering & Bounties
Translate ↗
Development
Anna’s Software ↗
Security
DMCA / copyright claims
Alternatives
annas-archive.gl ↗
annas-archive.pk ↗
annas-archive.gd ↗
SLUM [unaffiliated] ↗
SLUM 2 [unaffiliated] ↗