Welcome to the Free PDF Ebooks Download.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Member Login:

Programing Book book office, office xp book, book systems, books systems, databases books, c++ study guide, c# certification, ...

Download FREE EBOOK DOWNLAOD TOOLBAR

toolbar powered by free-ebook-download.net

Reply
  #1 (permalink)  
Old 11-07-2008, 03:47 AM
Member
 
Join Date: Apr 2008
Posts: 32
Default Visual C++ Optimization with Assembly Code

[URL="http://www.amazon.com/gp/redirect.html%3FASIN=193176932X%26tag=ebooksshare-20%26lcode=xm2%26cID=2025%26ccmID=165953%26locatio n=/o/ASIN/1591409896%253FSubscriptionId=1N9AHEAQ2F6SVD97BE02 "][/URL]
  • Paperback: 400 pages
  • Publisher: A-List Publishing; Pap/Cdr edition (May 1, 2004)
  • Language: English
  • ISBN-10: 193176932X
Describing how the Assembly language can be used to develop highly effective C++ applications, this guide covers the development of 32-bit applications for Windows. Areas of focus include optimizing high-level logical structures, creating effective mathematical algorithms, and working with strings and arrays. Code optimization is considered for the Intel platform, taking into account features of the latest models of Intel Pentium processors and how using Assembly code in C++ applications can improve application processing. The use of an assembler to optimize C++ applications is examined in two ways, by developing and compiling Assembly modules that can be linked with the main program written in C++ and using the built-in assembler. Microsoft Visual C++ .Net 2003 is explored as a programming tool, and both the MASM 6.14 and IA-32 assembler compilers, which are used to compile source modules, are considered.
About the Author
Yury Magda has developed data-processing systems and designed applications used to improve the performance of C++ and Delphi programs with Assembly code. He has written articles for Circuit Cellar and Electronic Design.
DOwnload:
Code:
http://w13.easy-share.com/1700154016.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!
Reply With Quote

Reply

Bookmarks

Tags
assembly, code, optimization, visual


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Visual C# .NET-Core Reference/With CD and Code shooter uncategory section 0 09-07-2009 06:04 AM
[Rapidshare.com] Wrox Expert One-on-One Visual Basic 2005 Design and Development (book + source code) king Programing Book 0 05-28-2009 04:55 PM
[Rapidshare.com] Wrox Professional UML Using Visual Studio .Net (book + source code) king Programing Book 0 05-28-2009 04:53 PM
Professional UML with Visual Studio .NET (with source code) FED Programing Book 0 09-21-2007 07:59 AM
A-List Visual C++ NET Optimization with Assembly Code abb Programing Book 0 08-01-2007 08:35 AM

All times are GMT. The time now is 02:49 PM.

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