Applied Languages Books
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $26.17

1116 pages of absolute rubbish.Review Date: 2008-04-22
my commentsReview Date: 2003-10-11
Wonderful textbookReview Date: 2001-06-20

Used price: $3.24

Good book, title could use some workReview Date: 2001-12-20
Overall the book covered a broad set of topics and showed some good example code. If you're new to web services and soap, and you plan on using .net, this book will get you good coverage in a small amount of time. If you don't intend to use .net, there are still some interesting topics, but the sample code won't help much.
horrible waste of timeReview Date: 2001-11-30
Well, then there is a quote, where the author blankly asserts that posts are more useful then gets. I'm familiar with the debate about the pros and cons. But, an author just asserting one is better and putting as a reason 'trust me, baby, I'm smart', is just so pretentious.
To put it plain from flipping around in the book, I didn't find any good information, and the author just disgusted me with his way of writing and assertions. This is a total utter waste of time and money.
Great book on .NET and SOAPReview Date: 2001-12-27
I read the two other reviews and I don't understand why the readers are complaining. SOAP is one way to do Web Services and is the only thing that the authors talk about in the entire book. Perhaps this reader has a problem with the fact that, for the most part, SOAP == Web Services? As for the horrible waste of time review, I again think that the person didn't really look at the book. This is the best book I have seen to date which describes how to mold your SOAP messages, write custom attributes, etc. These guys explain pretty well what SOAP is for. Better for Web Page scraping? I think that reviewer simply picked up a copy in a book store, read 2 pages, and that's it.

Used price: $0.01

just averageReview Date: 2004-05-23
Great for any ageReview Date: 2000-04-29
Cute BookReview Date: 2000-05-20
Perhaps the visual appeal of the pictures could also help the children learn the words, but I find it tedious to "read" so as to familiarize my little one with the words. I'd use this as a supplement to using the words in other ways rather than a teaching device in itself.

Used price: $49.71

Digital Signal Processing with Examples in MATLAB -short reviewReview Date: 2007-05-22
Great Practical DSP Book loaded with Matlab examplesReview Date: 2004-02-10
The Matlab examples cover just about every thing encountered in DSP development. It covers statistical signal analysis, adaptive filter design, FIR, IIR and other important topics.
Readers of this book should download the entire code examples used in this book off the website assigned to this book.
MisleadingReview Date: 2006-10-01


a GUIDE to oop in MATLABReview Date: 2007-06-07
It has been quite painful, the MATLAB documentation covers the functions but provides little guidance.
This is a guide, it addresses many things that had been making me crazy, like...
- what should the relationship between get/set and subsref/subsasgn be?
- is nargout really as broken as it seems?
- what functions need to be overloaded to get MATLAB-like behavior?
- what functions can be overloaded to provide enhanced MATLAB-like behavior?
- how is inheritance done?
This book has little fluff, it sticks to its objectives throughout.
My only complaint is that there appears to be no website dedicated to it.
Obsolete Review Date: 2008-03-30
Dimitri is right, it is obsoleteReview Date: 2008-09-21
I had created some of my own classes from the Matlab help using classdef command and so was completely confused when I first started looking at the code in this book because it doesn't use classdef. Now I understand my confusion, the book is way out of date.

Used price: $31.89

Too much printed source code...Review Date: 2002-08-20
Most mathematical equations are given in blocks of C-code, so that the reader first has to figure out what the relevant mathematical equation might be. This book demands only some basic understanding of C, and as the author righly says (p.124): "Although the philosophy in this book is to present code that is as clear and simple as possible, rather than presenting the niftiest algorithms and most highly optimized coding technique, it should be pointed out that there are faster ways to scan through all of the pixels of an image".
Too much printed source code...Review Date: 2002-08-20
Most mathematical equations are given in blocks of C-code, so that the reader first has to figure out what the relevant mathematical equation might be. This book demands only some basic understanding of C, and as the author righly says (p.124): "Although the philosophy in this book is to present code that is as clear and simple as possible, rather than presenting the niftiest algorithms and most highly optimized coding technique, it should be pointed out that there are faster ways to scan through all of the pixels of an image".
Clueless to Image Processing? This is the book for you!Review Date: 2000-07-14

Used price: $49.99

Perfect for learningReview Date: 2007-09-21
Surprisingly interesting presentation, but needs better technical editing, and removal of non-ISO Standard usage & terminology.Review Date: 2007-11-22
There are, however, a number of problems, most minor but some more serious. In the minor category is the editing which could be somewhat improved. As early as page four a sentence contains an extra "is". On page 12 the author presents a formula to determine the range of minimum and maximum integer values and inadvertently and incorrectly uses bytes rather than bits in the formula. Fortunately, most of the technical editing errors are obvious with careful reading, and may even help readers feel they are really understanding the material.
Also in the minor category, and possibly reflective of the author's emphasis on using C++ for mathematical applications rather than on C++ itself, is his references to C++ items by names that differ from those commonly used by most C++ professionals. For example, he refers to the '<< insertion operator' as 'the << operation'. When introducing 'endl' he identifies it as the endl object, rather than, as is common, a 'stream manipulator'. He makes the stated choice not to use the more common C++ term `function' but chooses to refer to these program entities as procedures, so as not to have any confusion between the mathematical and computer uses of this term.
However, many mathematical terms are "overloaded". For example, 'modulus', is used with different meanings in arithmetic, complex numbers, set theory, elliptic functions, etc. Thus, the author's terminology decisions appear unnecessary for the intended audience, particularly, as these decisions make it a bit more difficult for readers to use other C++ references. The use of more common C++ terminology should provide greater value to the intended audience than the choices made by the author.
The author usually uses good coding practices, although there is the occasional slip. As one example, Program 3.5 finds the greatest common divisor of two integers using a 'for' loop. The loop ends when a variable exceeds the first number entered. This code is inefficient if the first number entered is greater than the second. If so, the values should be swapped before the loop, putting the smaller value first so the number of times through the loop is not unnecessarily large. This would improve speed without loss of generality.
Occasionally programming idioms that appear to be carry overs from a language other than C++ are used. They work, but are often not the most appropriate, efficient, or error reducing way to code in C++.
The more serious problems arise from the author statements about C++ constructs without regard for the ISO standard. He states that in the expression a%b, b can even be "zero!" (the explanation point is the author's). However, the standard notes that when the second operand of either the '/' or '%' operators is zero the behavior is undefined. Generally this results in runtime errors. In Exercise 2.3 readers are asked to determine the results of (-1)%3, (-5)%(-3), and 5%(-3). No reference is made to the ISO standard's statement that if both operands are not non-negative than the sign of the result is implementation-defined. There are similar problems with the author's answers regarding division by zero in problem 2.6. C++ beginners, the target audience, will not know which material presented here is inappropriate for standard implementations.
Although the book has 496 pages, and is 9+ inches high, it is relatively smaller than many other introductory C++ textbooks. This is due both to its comparatively lower page count, and its width which is about one inch less than some other popular introductory C++ texts such as Prata's or Deitel's. This has it pros and cons. Because of its smaller size and weight the book is much easier to hold and use. It also means the author has chosen to select those topics he feels most important and leave out many others. Of course a consequence of this is that the book contains less C++ content.
In spite of its deficiencies this is a book that's hard not to like. With a technical scrub by a C++ professional using the ISO standard, and the use of more common C++ terminology this book would be a standout. Its organization, writing, and explanations are exceptionally clear and the book is surprisingly, for a C++ text, entertaining. However, Chapman and Hall's pricing appears inappropriately high considering the book's relative size and paperback binding.
If the deficiencies mentioned above can be corrected, this would be an outstanding C++ text. A book I wouldn't hesitate to highly recommend as an excellent choice not only for mathematicians, but for others interested in quickly developing the skills needed to program quantitative problems in C++.

Used price: $41.39

so soReview Date: 2003-07-23
Good application of OOP to numerical methodsReview Date: 1998-11-06

Used price: $18.95

A messy mishmash of selfcontradictory nothingReview Date: 1998-12-11
Excellent Book with Outstanding Practical ApplicationReview Date: 2007-09-14
You do need a basic understanding of applied linguistics in order to read this book, but I found that it was well worth the extra effort it took to work my way through some of the more difficult concepts in Part I. By the time I got to Part II, which focuses on the more practical aspects of classroom application, I was glad I did. I loved this book!

Used price: $14.12

superior scholarshipReview Date: 2000-08-20
The author has no need for preposterous "linguistic theories" of the kind that crop up in Pennycook's work, for example. We don't have to worry about the possibility that colonialism has somehow attached itself to the English language, for example. Nothing in Phillipson's book rules out straightforward reform of language policy.
Indeed, the strength of this book is the fact that it does not distract from the fact that the responsibility for reform lies with the policy-makers in the countries where these neo-colonialist relationships exist. Indeed, by pointing out the problem in unpretentious terms, the author is arguing that reform of language policy is the key to breaking the relationships which lie at the heart of the problem.
This is far superior to Pennycook's work, which focuses on the responsibility of the western teacher (who is expected to shoulder the white man's burden by being self-critical, while ignoring the malpractice going on around him).
Phillipson loses a star for not making it clear why theoretical linguists don't police the field better. We can guess that they have little to gain, and a lot to lose, by doing so, but this is left to the imagination.
good questions but biased answersReview Date: 2000-07-09
Phillipson argues that the center (that is the English speaking countries of the West) have used English to supress the people of the former colonies. This phenomenon he refers to as "linguistic imperialism". He deals with 5 tenets,or rather fallacies, which have been used for such imperialistic purposes; the most important of these fallacies are that English is best taught monolingually (without using other languages) and that it is best taught by a native speaker.
While Phillipson raises many interesting points (the fallacies of ELT among them) his overall thesis has to be rejected on the following grounds (to name but a few):
on its in-built power asymmetry, that is that the devloping countries are seen as being incapable of independent decisions.
that fact that linguistic imperialism is not falsifiable: there is no scenario where Phillipson would admit that English DOES fulfill a useful role in a third world country.
Phillipson's left-wing terminology and tone: imperialism itself is a left-wing term.
a country's linguistic ecology is to complex to fit into Phillipson's neat "black and white" scenario.
Phillipon's book can thus be only a start for a discussion on global English. For further reading I recommend Kachru's "The Alchemy of English", Crystals "English as an International Language" (critical reading necessary) and Pennycook's "The Cultural Politics of English as an International Language."
Related Subjects:
More Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
Since you're probably not planning to go to UNH, I'll stick to reviewing the book. In a nutshell, it's awful. Fischer & Co keep forgetting that this is supposed to be an INTRODUCTION to C, not an all-purpose compendium of all C knowledge. There's no rhyme or reason to the layout, and the self-test questions at the end of each chapter test you on topics that weren't even IN the preceding chapter. The writers make no attempt to explain just what the heck they're talking about, ever, and it also suffers from Lazy Example Syndrome, in that the examples given in the text are several orders of magnitude simpler than anything they ask you to do yourself. In short, the book makes no attempt to explain anything, ever.
I need to reiterate what I started with: I took the class that this book was written for, and even in that setting, it was completely incomprehensible. I can't even imagine how useless this book would be on its own. Avoid it at all costs. If you see a copy laying on the sidewalk, don't pick it up. If your friend wants to give you his copy, find a new friend.