Lock your Ad to the Top of this Site - Readers always see it! - Advertise Here
 


Personal Archive on KnowFree.net of Krenko

Personal data:

  • Real name: 
  • Nickname: Krenko
  • Homepage: 
  • Description: No description entered yet.

Posts of this member:

Ground-Up Java

 Learn Java From the Ground-Up—With Animated Illustrations that You Manipulate
This is the first effective Java book for true beginners. Sure, books before now focused on basic concepts and key techniques, and some even provided working examples on CD. Still, they lacked the power to transform someone with no programming experience into someone who sees, who really "gets it."

Working with Ground-Up Java, you will definitely get it. This is due to the clarity of Phil Heller's explanations, and the smoothly flowing organization of his instruction. He's one of the best Java trainers around.

But what's really revolutionary are his more than 30 animated illustrations, which you'll find on the enclosed CD. Each of these small programs, visual and interactive in nature, vividly demonstrates how its source code works. You can modify it in different ways, distinctly altering the behavior of the program. As you experiment with these tools—and you can play with them for hours—you'll gain both the skills and the fundamental understanding needed to complete each chapter's exercises, which steadily increase in sophistication. No other beginning Java book can take you so far, so quickly, and none will be half as much fun.

3 votes, average: 3.67 out of 53 votes, average: 3.67 out of 53 votes, average: 3.67 out of 53 votes, average: 3.67 out of 53 votes, average: 3.67 out of 5
  • 1 Comment
  • In: IT eBooks, Java
  • Author : Krenko
  • A Java Library of Graph Algorithms and Optimization

     Because of its portability and platform-independence, Java is the ideal computer programming language to use when working on graph algorithms and other mathematical programming problems. Collecting some of the most popular graph algorithms and optimization procedures, A Java Library of Graph Algorithms and Optimization provides the source code for a library of Java programs that can be used to solve problems in graph theory and combinatorial optimization. Self-contained and largely independent, each topic starts with a problem description and an outline of the solution procedure, followed by its parameter list specification, source code, and a test example that illustrates the usage of the code. The book begins with a chapter on random graph generation that examines bipartite, regular, connected, Hamilton, and isomorphic graphs as well as spanning, labeled, and unlabeled rooted trees. It then discusses connectivity procedures, followed by a paths and cycles chapter that contains the Chinese postman and traveling salesman problems, Euler and Hamilton cycles, and shortest paths. The author proceeds to describe two test procedures involving planarity and graph isomorphism. Subsequent chapters deal with graph coloring, graph matching, network flow, and packing and covering, including the assignment, bottleneck assignment, quadratic assignment, multiple knapsack, set covering, and set partitioning problems. The final chapters explore linear, integer, and quadratic programming. The appendices provide references that offer further details of the algorithms and include the definitions of many graph theory terms used in the book.

    1 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 51 vote, average: 5 out of 5
  • 0 Comments
  • In: Graphics, IT eBooks, Software Development
  • Author : Krenko
  • Data Structures and Algorithms Using C#

     C# Programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike.

    6 votes, average: 2.67 out of 56 votes, average: 2.67 out of 56 votes, average: 2.67 out of 56 votes, average: 2.67 out of 56 votes, average: 2.67 out of 5
  • 0 Comments
  • In: C#, IT eBooks
  • Author : Krenko
  • Blunders in International Business

     Now in its fourth edition, Blunders in International Business is significantly updated and revised, and full of interesting anecdotes, including dozens of new international business blunders. We often hear of business success stories; it seems that everyone is willing to relate past successes. However, unless these tales are absolutely incredible, we tend to forget them and consequently learn little of value. Mistakes, on the other hand, are seldom admitted, are easily remembered, and can be used to illustrate valuable lessons. In this new edition several well-known blunders from previous editions have been replaced in order to update the lessons learned. Expanded, but conserving its well-liked, concise format, it also includes more than fifty new international business blunders, featuring well-known corporations such as American Express, McDonalds, Toyota, GM, Sharwoods, Jolly Green Giant, Bacardi, Puff, AOL, BMW, and many others. David Ricks continues to uncover many informative, entertaining blunders that will make this book hard to put down.

    1 vote, average: 1 out of 51 vote, average: 1 out of 51 vote, average: 1 out of 51 vote, average: 1 out of 51 vote, average: 1 out of 5
  • 1 Comment
  • In: Business eBooks, Doing Business
  • Author : Krenko
  • Introduction to Cryptography, Second Edition

     Continuing a bestselling tradition, An Introduction to Cryptography, Second Edition features all of the requisite background material on number theory and algorithmic complexity, includes a historical look at the field, and offers updated and expanded exercise sets. In addition to updates throughout the text, this edition includes two new chapters on current and future applications that cover topics such as electronic mail, Internet security, protocol layers and SSL, firewalls, client-server model and cookies, network security, wireless security, smart cards, and biometrics. The book also provides additional information on cryptanalysis and primality testing as well as appendices on DES and primitive roots.

    An undergraduate introductory course text, intended for readers with little or no background in number theory (the math is presented as needed). The text also contains enough advanced, optional material to challenge the more informed student. Mollin (mathematics, U. of Calgary) begins with the origins of cryptography and then covers symmetric-key cryptosystems, public-key cryptosystems, and primality testing. The final chapter deals with advanced topics: elliptic curves, zero-knowledge, and quantum cryptography.

    0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  • 0 Comments
  • In: IT eBooks, Security
  • Author : Krenko
  • ASP.NET by Example

     ASP developers need to understand how ASP.NET can help them solve business problems better than any prior product. ASP.NET by Example is designed to provide a "crash course" on ASP.NET and quickly help the reader start using this new technology. As part of the By Example series, this book approaches ASP.NET in an easy-to-use tutorial way, giving the reader a much faster and more interactive learning experience than the traditional reference book. By building the sample applications taught in the book, readers will learn how to create custom ASP.NET controls, how to use ADO+ objects in ASP, and how to deploy and manage applications. ASP.NET by Example also provides tools and information needed to migrate old ASP files to the new platform, saving developers significant time and money. As an added feature Steven A. Smith has included multiple case studies on how ASP.NET is used in e-commerce applications.

    2 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 5
  • 0 Comments
  • In: .NET, IT eBooks
  • Author : Krenko
  • Understanding COM+

     Developing enterprise applications has traditionally been a long, painful, and expensive task because applications developers often have to reinvent the wheel by writing, from scratch, the entire infrastructure needed to scale business logic up to the enterprise level. That’s where COM+ comes in. It’s an advanced Component Object Model (COM) runtime environment that provides prefabricated solutions to many of these generic infrastructure problems. It’s like a toolkit full of prefabricated solutions that are always available to simplify the work of Microsoft enterprise application developers. UNDERSTANDING COM+, REVISED EDITION elaborates on this story for developers, technical managers, and anyone else who needs to understand the COM+ architecture and technologies. –This text refers to an out of print or unavailable edition of this title.

    Written for the IS manager or developer, Understanding COM+ explains the details of the emerging Windows 2000 COM+ standard and the real advantages it provides for enterprise computing. Clearly written and illustrated with easy-to-understand diagrams, this title succeeds in explaining the fairly difficult “plumbing” of COM+ and its impact for the future of businesses running on the Microsoft platform.

    Though it provides a good deal of technical detail, the standout feature of this book is its focus on real-world business problems in the enterprise and the solutions offered by COM+. Any IS manager or developer will be able to understand concepts like transactions, resource management, events, and asynchronous communications through the author’s carefully rendered diagrams and business scenarios. There’s not much actual code here, but the author does suggest techniques for designing components to take advantage of COM+.

    0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  • 0 Comments
  • In: IT eBooks, Software Development
  • Author : Krenko
  • Microsoft Windows Architecture Training for Developers [REPOST]

     Welcome to Windows Architecture Training for Developers. This book presents the architectures and related services of the Microsoft® Windows® operating systems. By completing the lessons and associated exercises, you will acquire the knowledge and skills necessary to develop solutions for the Windows 95 and Windows NT® operating systems. This book addresses the objectives of the Microsoft Windows Architecture I (70-160) and Microsoft Windows Architecture II (70-161) exams. This self-paced course provides topical content that supports the skills measured by these exams.

    0 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 50 votes, average: 0 out of 5
  • 0 Comments
  • In: IT eBooks, Software Development, Windows
  • Author : Krenko
  • C# Complete

     C# Complete is a one-of-a-kind book–valuable both for its broad content and its low price. Whether you're brand-new to C# programming, are migrating from Visual Basic or Visual C++ to C#, or have already developed some expertise in C#, you'll get the skills you need to become proficient with Microsoft's powerful new language designed for the .NET platform. Creating complex applications in the .NET Framework is made easier with C#–Microsoft's first true object-oriented programming language. In C# Complete, you'll get a clear picture of everything you need to know for developing applications using C#. You'll begin by learning the essential elements of the language and of Visual Studio .NET, in which you'll develop and run programs in a comprehensive integrated development environment. You'll see how to create functional and exciting user interfaces and desktop applications written with C#, and how to incorporate threads to their best advantage. You'll explore the use of ADO.NET classes in development of C# database applications. Chapters on ASP.NET Web Services will walk you through the building of an XML web services application. You'll also visit some advanced topics, including designing with security in mind, overcoming the shortcomings of the .NET Framework, and working with the Microsoft Mobile Internet Toolkit.

    6 votes, average: 4.83 out of 56 votes, average: 4.83 out of 56 votes, average: 4.83 out of 56 votes, average: 4.83 out of 56 votes, average: 4.83 out of 5
  • 1 Comment
  • In: C#, IT eBooks
  • Author : Krenko
  • Designing SQL Server 2000 Databases for .Net

     The Microsoft .NET initiative is the future of e-commerce - making it possible for organisations to build a secure, reliable e-commerce infrastructure. This is the first book to outline the capabilities of SQL Server 2000, one of the key components of .NET. SQL Server 2000 introduces powerful new data mining functionality designed specifically to capture and process customer profiles and to predict future buying patterns on e-commerce sites.

    2 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 52 votes, average: 3 out of 5
  • 0 Comments
  • In: .NET, Database, IT eBooks
  • Author : Krenko