e99 Online Shopping Mall
Help | |
Home - Basic J - J Programming (Books) |
  | Back | 61-80 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
61. Programming on Purpose II: Essays on Software People by P. J. Plauger | |
Paperback: 224
Pages
(1993-06)
list price: US$33.00 -- used & new: US$39.15 (price subject to change: see help) Asin: 0133281051 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
62. Wireless J2ME Platform Programming by Vartan Piroumian | |
Paperback: 400
Pages
(2002-03-25)
list price: US$44.99 -- used & new: US$7.87 (price subject to change: see help) Asin: 0130449148 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (9)
I in love with this author I met the author while working for a big company. I found the book to be an excellent book on not just J2ME, but
An Excellent Tutorial on Wireless J2ME
It's a poorly written book. I was attracted by the impressive background of the author, and it's part of SUN's Java series. But I am stunned by the poor quality of the book as a teach-yourself material. Come on, Mr. Piroumian, of course you know this is a book for Java learners, not a RFC, or API specification. But it reads like the latter. I got my Java Programmer Certificate two years ago and consider myself an experienced Java programmer. But, I couldn't follow the book. It's that a hard and boring read. Those examples are dry, non-intuitive and useless in real world. After finishing the book, I still don't know how to do some quite simple tasks. Very disappointed.
Sample code examples tough to use
Average |
63. Using Borland C++ 4/Book and Disk (Programming (Que)) by Paul J. Perry, Namir Clement Shammas, Lee Atkinson, Mark Atkinson | |
Paperback: 938
Pages
(1994-03)
list price: US$40.00 -- used & new: US$39.95 (price subject to change: see help) Asin: 1565293045 Canada | United Kingdom | Germany | France | Japan | |
64. Network Performance Analysis: Using the J Programming Language by Alan Holt | |
Hardcover: 216
Pages
(2007-10-03)
list price: US$119.00 -- used & new: US$74.99 (price subject to change: see help) Asin: 1846288223 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The purpose of network performance analysis is to investigate how traffic-management mechanisms deployed in the network affect the allocation of resources amongst its users and the performance they experience. This topic can be studied by the construction of models of traffic management mechanisms and observing how they perform by applying them to some flow of network traffic. This useful volume introduces concepts and principles of network performance analysis by example, using the J programming language. J is rich in mathematical functionality, which makes it an ideal tool for analytical methods. The book favours a practical approach and develops functions in J to demonstrate mathematical concepts, thereby enabling readers to explore the underlying principles behind network performance analysis. In addition, this allows the subject to become more accessible to those who, although have a mathematical background, are not pure mathematicians. Topics and features: • Uses an example-driven approach to introduce the fundamentals of network performance analysis • Provides a concise introduction to the J programming language • Presents network calculus as a method for designing and engineering networks • Focuses on statistical analysis and stochastic processes • Demonstrates how to simulate traffic with both short-range and long-range dependence properties • Covers ATM QoS, and examines Internet congestion control Network Performance Analysis will equally appeal to network professionals and postgraduates studying the topic by providing valuable analytical tools and using J as a means of offering a practical treatment of the subject. Dr. Holt has a broad range of industry experience and now regularly lectures on this topic. Customer Reviews (1)
Excellent |
65. Functional Programming and its Applications: An Advanced Course by P. Henderson, D. A. Turner | |
Hardcover: 317
Pages
(1982-03-31)
list price: US$29.95 -- used & new: US$144.08 (price subject to change: see help) Asin: 0521245036 Canada | United Kingdom | Germany | France | Japan | |
66. Microsoft Windows 2000 Active Directory Programming (DV-MPS Programming) by Charles J Oppermann | |
Paperback: 440
Pages
(2001-06-30)
list price: US$49.99 -- used & new: US$11.63 (price subject to change: see help) Asin: 0735610371 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (12)
Only one problem with this book,It need a security Chain.
First look at Active Directory
Microsoft Windows 2000 Active Directory Programming
Great book!
Flawed by a lack of focus Finally, my plea to all future authors - enough with the 5-20 page explanation of COM.If someone is not a COM developer yet, your mini-thesis is not going to make the difference.There are plenty of excellent texts for new developers.This author takes it to the extreme, continually going over fundamental COM issues (BSTR's, FAILED(), etc.) throughout the book.Choose a target audience, preferrably a COM knowledgeable developer, and focus all explanations on that target audience. All that being said, it's not a bad book, it just pressed all my personal hot buttons repeatedly. ... Read more |
67. Logic Programming Languages: Constraints, Functions, and Objects | |
Paperback: 223
Pages
(1993-03-02)
list price: US$30.00 -- used & new: US$30.00 (price subject to change: see help) Asin: 0262511673 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
68. Programming with Constraints: An Introduction by Kim Marriott, Peter J. Stuckey | |
Hardcover: 483
Pages
(1998-03-13)
list price: US$75.00 -- used & new: US$50.00 (price subject to change: see help) Asin: 0262133415 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Related course material in Powerpoint format (Win95) Programs from the book in ASCII format Customer Reviews (2)
Very good introduction After a brief introduction to constraint programming, the authors introduce three types of constraints that exist in constraint programming, namely arithmetic, tree, and finite domain. They also introduce three operations involving constraints: satisfiability, simplification, and optimization. The authors spend most of the chapter on the question of satisfiability. Constraints are defined from the standpoint of mathematical logic, along with what it means for them to be satisfiable, and a discussion on modeling with arithmetic constraints and constraint satisfaction is given with an example from electric circuits. Tree constraints are then discussed with an example of a C-language binary tree used to motivate the discussion. Boolean constraints are then discussed, along with sequence constraints, which are shown to have an interesting application to DNA mapping and decoding. An application to artificial intelligence is given, and this one involves constraints that are not taken from mathematics. The authors finish the chapter with a discussion of constraint solving using local propagation, a technique used in graph theory. The authors discuss the simplification and optimization of constraints in the next chapter. They show when constraints are redundant, give rules for deciding when one constraint is equivalent to another, and show how using projection can allow the simplifying of a constraint with respect to the variables of interest. When projection cannot be done, they then show how to add variables to a constraint in order to achieve simplification. The (polynomial-time) Dantzig simplex algorithm is discussed for problems with linear real arithmetic constraints. Algorithms are discussed for deciding when two constraints are equivalent or when one implies the other. In chapter 3, the authors discuss constraint problems for the case where the constraint domain is a finite set. The arc and node consistency, bounds propagation, and integer programming techniques, familiar from AI and operations research, are discussed in detail. The famous N-queens problem is introduced as motivation for the constraint satisfaction problem. The free-ware Prolog package ECLiPSe is introduced in the practical exercises. The authors give references to an interesting application of constraint satisfaction problems to planning gene-splicing experiments (the MOLGEN system). The next part of the book concerns the constraint logic programming (CLP) paradigm wherein the authors define constraint logic programs and programming techniques. The reader familiar with logic programming (Prolog for example), will clearly see the influence of ideas from that area, such as rules, goals, rewriting, and derivations. An interesting and useful example of applying CLP to the modeling of options trading is given. Also, the authors show how to employ some of the more common data structures, such as lists and binary trees into CLP. In addition, they show how one can measure the efficiency of a CLP program, and how to improve it using various programming techniques to reduce the search space. The authors show how CLP can be implemented for both cases of infinite and finite domain constraints. In the last part of the book the authors discuss other ways of viewing constraint logic programs, such as thinking it in terms of a database, called a constraint database. The discussion is very interesting, for the authors show how they are generalizations of the standard databases, and they show how the usual evaluation techniques in CLP, such as backtracking, must be generalized if one is to efficiently implement constraint databases. This "bottom-up" evaluation is compared with the "top-down"; approach usually employed. They show in great detail how constraint databases are a natural generalization of relational databases. They also show how CLP can be generalized to the case of concurrent constraint programming, where agents can execute concurrently and communicate via some global constraint in memory. In addition, they give a brief overview of how CLP can be implemented into the functional and imperative programming paradigms. They mention the use of various commercial packages for doing constraint programming, such as Mathematica, Maple, Macsyma, and ILOG SOLVER. Since the time of publication a very powerful commercial package, called ILOG OPL has appeared. The applications of constraint programming are mushrooming, and I have found it to be a very powerful tool for example in network modeling and simulation, and in mathematical portfolio analysis, although sometimes one must be patient because of performance.The programming methodologies used are different than the usual ones, but I find them to be very effective for program transparency and economy of thought. Others have also apparently found constraint programming to be useful, for example the problem of protein structure prediction has recently made heavy use of constraint programming techniques. Other recent uses of CLP include a system for transport planning and scheduling for a large food industry, a system for a TV/radio company to plan and control the assignment of journalists and technicians to different emissions, and a system to develop work plans and schedules for train drivers and conductors, optimal planning of digital cordless communication systems, and nuclear fuel transportation and scheduling.
This is the best book on the subject. |
69. Basic: An Introduction to Computer Programming (Wadsworth Series in Computer Information Systems) by Robert J. Bent | |
Hardcover: 398
Pages
(1986-01)
list price: US$19.00 Isbn: 0534064620 Canada | United Kingdom | Germany | France | Japan | |
70. C++ Programming And Fundamental Concepts by Arthur E. Anderson, William J. Heinze | |
Paperback: 493
Pages
(1992-05-17)
list price: US$56.80 -- used & new: US$15.37 (price subject to change: see help) Asin: 0131182668 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This comprehensive guide covers the C++ programming language 2.1 and itsio stream library. It also discusses the pre 2.1 versions of the languageand also how pre-ANSI C and ANSI C differ from C++. It offers completecoverage of the new features provided in the C++ programming language,including multiple inheritance, so the reader can incorporate thesefeatures into their C programming style. This manual will benefitapplication programmers who need to expand their knowledge of C++ as wellas software engineers such as graphics, database, systems, network andtechnical managers. Customer Reviews (4)
Still (2004) one of the best introductions to C++ Chapters:
A clear and concise intermediate to higher level text. As an 'old timer' C programmer looking for a conversion course I found the book to be written at just the right level. When C is brought into the picture it is to compare and contrast, and not as ab initio text. So the book is not at all suitable for beginners, or for those who do not have hands-on experience with C. In fact it is exactly what it says it is in the title, and a refreshing change from some lesser texts that promise more. I particularly like the way this book explains the underlying mechanisms of C++, but in a machine independent way. I've had no problems using the examples with Borland C++ Builder (in a command line environment), and found the best way to learn C++ was to modify, and play with, the extensive code examples. There are a few typos, but these are fairly obvious and don't detract too much. Contrary to other reports I've found the index to be quite adequate, and I have used it (and continue to use it) extensively. Because of the typos and the failure to update I'd like to give it 4.5 stars, but will have to settle for a good 4. As to whether the book is good value for money: Well admittedly it is not as thick as some tomes, but there is little padding, and almost every page has been useful at some point. My copy cost the equivalent of about $40 in England, and that was $40 well spent!
not good
Price is too expensive for a 1992 version of C++ |
71. Programming With Unix Threads by Charles J. Northrup | |
Paperback: 399
Pages
(1996-01)
list price: US$44.99 -- used & new: US$33.98 (price subject to change: see help) Asin: 0471137510 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Good book but no online source The book gives the web site which has the software but that's incorrect.
Concepts are very well covered
Where's the source code?
OK, but too low-level. Source for examples NOT available! |
72. Wireless Programming with J2ME: Cracking the Code (With CD-ROM) by Dreamtech Software Team | |
Paperback: 408
Pages
(2001-12-15)
list price: US$49.99 -- used & new: US$5.00 (price subject to change: see help) Asin: 0764548859 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Think of J2ME as a tiny version of Java specifically for mobile devices -- perfect for bringing powerful, robust applications to mobile phone, pagers, PDAs, and other handhelds. Writing applications for handheld and mobile devices is different than regular Java programming. Mobile developers have to deal with limited screen real estate, bandwidth and computing power. This book covers six wireless applications complete with Flow Diagrams and line-by-line code description. It covers all of J2ME including CDC,CLDC and MIDP with an emphasis on practical code. Customer Reviews (2)
Some good descriptions but confusing overall
Dont Buy it |
73. Coming to SAS from SPSS: A Programming Approach by Lora D. Delwiche, Susan J. Slaughter | |
Kindle Edition:
Pages
(2009-02-19)
list price: US$4.95 Asin: B001TH8XAM Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
74. Multithreaded Programming with Java Technology by Bil Lewis, Daniel J. Berg, Sun Microsystems Press | |
Paperback: 461
Pages
(1999-12-27)
list price: US$49.99 -- used & new: US$22.00 (price subject to change: see help) Asin: 0130170070 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (13)
Fascinating, flawed but essential
Great under-the-hood book for experienced developers If you are looking for a solid beginner book on Java threading (or threading in general), I highly recommend Concurrency: State Models & Java Programs. This is the second threading book I read and I highly recommend it if your goal is to _understand_ thread theory and problems. It approaches the subject in a very rigorous manner and models all concepts using finite state machines and then showing the Java source code. If you are already comfortable with basic threading concepts and some systems programming then I would recommend the Multithreaded Programming with Java Technology. I deducted a star because of a few annoying typos and for a few convoluted sections.
Little to do with Java besides the title I have been highly disappointed. This body of work for this book is primarly a rushed port of the authors other title - named, funnily enough Multithreaded Programming with PThreads. The Java topics seem to be bolted on as an after-thought - and makes the book read and present very badly. For example a good amount of examples are presented in C not Java, demonstrating POSIX threading! The author is also in the bad habit of presenting material out-of-order, so that the reader has to wait sometimes 50 pages for clarification. This does not breed suspense, merely frustation at the disorder. The low-level OS technical coverage is quite adequate - with a good explanation of LWP and POSIX threading (if only this is what I bought the book for!). The author is clearly a C type who has come to Java and tries to basically recreate the semantics of C POSIX threading in Java... while at the same time constantly drifting back to a topic that he is clearly more comfortable with - PThreads. This is hardly an embracing approach for a book with the word Java in the title - an obvious cash-in on the behalf of the publisher, Prentice Hall. Do not buy this book.
it cover de ground mon, and a lot more too.
Disorganized Mess "Taming Java Threads" by Allen Holub is a fare better choice if you want to master Java threads. ... Read more |
75. The Mathematics of Nonlinear Programming (Undergraduate Texts in Mathematics) by Anthony L. Peressini, Francis E. Sullivan, J.J. Jr. Uhl | |
Hardcover: 292
Pages
(1988-03-02)
list price: US$79.95 -- used & new: US$51.99 (price subject to change: see help) Asin: 0387966145 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (2)
Peressini and Sullivan are not enough to make you Uhl
Excellent first book on nonlinear programming. I heartily recommend it to _anyone_interested in learning about nonlinear programming. ... Read more |
76. Introduction to Computing and Programming in Python, A Multimedia Approach (2nd Edition) by Mark J. Guzdial, Barbara Ericson | |
Paperback: 432
Pages
(2009-07-11)
list price: US$110.00 -- used & new: US$68.00 (price subject to change: see help) Asin: 0136060234 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Guzdial introduces programming as a way of creating and manipulating media—a context familiar and intriguing to today's readers. Starts readers with actual programming early on. Puts programming in a relevant context (Computing for Communications). Includes implementing Photoshop-like effects, reversing/splicing sounds, creating animations. Acknowledges that readers in this audience care about the Web; introduces HTML and covers writing programs that generate HTML. Uses the Web as a Data Source; shows readers how to read from files, but also how to write programs to directly read Web pages and distill information from there for use in other calculations, other Web pages, etc. (examples include temperature from a weather page, stock prices from a financials page). A comprehensive guide for anyone interested in learning the basics of programming with one of the best web languages, Python. Customer Reviews (5)
Good entry level book
Very Nice Hands-on Multimedia Book for Learning Python
strong image analysis
best python as a first language book so far
Great Book |
77. The Denotational Description of Programming Languages: An Introduction by M.J.C. Gordon | |
Paperback: 160
Pages
(1987-01-19)
list price: US$27.50 -- used & new: US$29.99 (price subject to change: see help) Asin: 0387904336 Canada | United Kingdom | Germany | France | Japan | |
78. Core Python Programming (Prentice Hall Ptr Core Series) by Wesley J. Chun | |
Paperback: 816
Pages
(2000-12-15)
list price: US$44.99 -- used & new: US$19.79 (price subject to change: see help) Asin: 0130260363 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (38)
This book takes you nowhere...
Excellent reference for Python
Avoid this textbook pretender--ANNOYED
Excellent
So-so |
79. The Placenta and Human Developmental Programming | |
Hardcover: 248
Pages
(2010-12-31)
list price: US$99.00 -- used & new: US$99.00 (price subject to change: see help) Asin: 052119945X Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
80. Formal Description of Programming Concepts (Ifip State of the Art Reports) by Erich J. Neuhold | |
Hardcover: 507
Pages
(1991-10)
list price: US$99.00 -- used & new: US$72.27 (price subject to change: see help) Asin: 0387539611 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
  | Back | 61-80 of 100 | Next 20 |