[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:http://www2.fixdown.com/soft/24300.asp?soft=gd165down
Printable View
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:http://www2.fixdown.com/soft/24300.asp?soft=gd165down
سلام
من چند تا کتاب می خواستم
Advanced Visual c++ programming (by steve ...)M&T Books
همچنین اگه کتابی با عنوان QT پیدا کردی ممنون میشم اگه بزاری
ویرایش:
راستی کتابای
Wrox - beginning linux programming
Wrox - c++ programming in linux
را هم اگه کیر بیاری متشکر میشم :)
hamidreza_buddy, جان فعلا اینو ببین به کارت میاد تا بقیشو پیدا میکنم
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
بازم با اجازه اساتید
===================================
مجموعه تقریبا کاملی از کتابهای OReilly
==========================================کد:http://ebook.mafia.or.id/index.php?dir=OReilly/
موفق و سربلند باشید :wink:
با سلام
من چند روزی است که بااین سایت پربار اشنا شدم از همه دوستان تشکر می کنم
از مافیای عزیز تقاضا دارم در صفحات قبل فایلی برای
best picture of nationa geographic
گذاشته بود متاسفانه فایل پسورد میخواهد لطفا پسورد فایل را بنویسید
با تشکر فراوان
با اجازه استاد مافیا من اینا رو برای این دوست عزیز میزارم :
National Geographic Best Photos 45
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
National Geographic Best Photos 45 PASSWORD: [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
ویا :
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
:wink: :wink:
سلام ,
این سایت حاوی 700 کتاب در زمینه های مختلف کامپیوتر هست :
موفق و لینوکسی باشید :wink:کد:http://www.flazx.com/
Title: Modern C++ Design: Generic Programming and Design Patterns Applied
Author: Andrei Alexandrescu
Publisher: Addison-Wesley Professional
You might be holding this book in a bookstore, asking yourself whether you should buy it. Or maybe you are in your employers library, wondering whether you should invest time in reading it. I know you dont have time, so Ill cut to the chase. If you have ever asked yourself how to write higher-level programs in C++, how to cope with the avalanche of irrelevant details that plague even the cleanest design, or how to build reusable components that you dont have to ---- into each time you take them to your next application, then this book is for you.
Imagine the following scenario. You come from a design meeting with a couple of printed diagrams, scribbled with your annotations. Okay, the event type passed between these objects is not char anymore; its int. You change one line of code. The smart pointers to Widget are too slow; they should go unchecked. You change one line of code. The object factory needs to support the new Gadget class just added by another department. You change one line of code.
You changed the design. Compile. Link. Done.
Well, there is something wrong with this scenario, isnt there? A much more likely scenario is this: You come from the meeting in a hurry because you have a pile of work to do. You fire a global search. You perform surgery on code. You add code. You introduce bugs. You remove the bugs . . . thats the way a programmers job is, right? Although this book cannot possibly promise you the first scenario, it is nonetheless a resolute step in that direction. It tries to present C++ as a newly discovered language for software architects.
Traditionally, code is the most detailed and intricate aspect of a software system. Historically, in spite of various levels of language support for design methodologies (such as object orientation), a significant gap persisted between the blueprints of a program and its code because the code must take care of the ultimate details of the implementation and of many ancillary tasks. The intent of the design is, more often than not, dissolved in a sea of quirks.
This book presents a collection of reusable design artifacts, called generic components, together with the techniques that make them possible. These generic components bring their users the well-known benefits of libraries, but in the broader space of system architecture. The coding techniques and the implementations provided focus on tasks and issues that traditionally fall in the area of design, activities usually done before coding. Because of their high level, generic components make it possible to map intricate architectures to code in unusually expressive, terse, and easy-to-maintain ways.
type: .chm
pass: ebooksclub.org
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
Unlike other C++ programming books, C++ For Dummies considers the "why" just as important as the "how." The features of C++ are like pieces of a jigsaw puzzle. Rather than just present the features, this book will help you to really understand how they fit together. After you finish this book, you'll be able to write a reasonable C++ program, and, just as important, you'll understand why and how it works.
C++, as the name implies, is the next generation of the C programming language. The experienced C programmer will find C++ both exciting and frustrating. This book will help you get from C to C++ as painlessly as possible; however, C++ For Dummies, 4th Edition, doesn't assume that the reader knows anything about C language. Anyone, from any programming background, will quickly discover how to
Write your first program
Create source code
Use the Visual C++ help system
Build objects
Develop C++ pointers
Debug your programs
This fourth edition of C++ For Dummies begins with basic programming concepts. The book works its way through simple syntax into the care and feeding of basic programs right into object-oriented concepts. Once you've digested the entire content of the book, you should have no trouble impressing your friends and acquaintances at parties. You'll find coverage of all these topics, and more:
Declaring variables
Performing logical operations
Executing loops in a program
Writing and using functions
Passing pointers to functions
Passing objects to functions
Using constructors and destructors
Declaring static member functions
Implementing abstract classes
Overloading the assignment operator
Download:
:
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
اسپای جون ایول داری - از این دوتا کتاب قبلیش بدردم میخوره .
ممنون . :wink:
nbsfucker جان دستت درد نكنه. طبق معمول گل كاشتينقل قول:
نوشته شده توسط nbsfucker
عزيز پسورد مي خواد كه :sad:نقل قول:
نوشته شده توسط MaFia
با اجازه استاد مافیا پسورد رو مینویسم / :
Pass: ebooksatkoobe
كتاب هاي اخر چطور تكراري هست
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
Robert Bruce Thompson, Barbara Fritchman Thompson, «Astronomy Hacks»
O'Reilly Publishers | ISBN 0596100604 | June 17, 2005 | CHM | 17,25 Mb | 410 Pages
Quote:
Do you relish viewing and identifying celestial objects? Whether you're a first timer or an advanced hobbyist, you will find Astronomy Hacks makes a brilliant cosmic companion. Why use the traditional approach in admiring and studying the stars when you can turn computers, handheld devices, and telescopes into star gazing tools for an out-of-this-world experience?
This handy field guide covers the basics of observing, and what you need to know about tweaking, tuning, adjusting, and tricking out a 'scope. Expect priceless tips and tools for using a Dobsonian Telescope, the large-aperture telescope you can inexpensively build in your garage. Get advice on protocols involved with using electronics including in dark places without ruining the party.
پسورد :کد:http://rapidshare.de/files/4325811/OReilly.Astronomy.Hacks.eBook-BBL.www.AVAXHOME.ru.rar.html
کد:www.AVAXHOME.ru
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
Learn to remove wrinkles, unwanted backgrounds or color casts, image flaws or 10extra pounds so images look better than reality. Photoshop Restoration andRetouching, 2/E has been updated with new techniques, new projects, and new screenshots. It will take you through numerous step-by-step examples that highlight the tools and techniques used by professional digital artists to restore valuable antique images, retouch portraits and enhance glamour photography. This book features dozens of tutorials that will show users of all skill levels how to transform faded, damaged photographs intobeautiful images that are as clear and crisp as the day they were taken.
کد:http://rapidshare.de/files/3106010/Photoshop_Restoration___Retouching.part1.rar.htm
http://rapidshare.de/files/3106806/Photoshop_Restoration___Retouching.part2.rar.html
http://rapidshare.de/files/3107240/Photoshop_Restoration___Retouching.part3.rar.html
l
کتابهایی که معرفی شده اند در رشته های شیمی تجزیه - سنتز - بیوشیمی - شیمی الی - شیمی معدنی - دارو سازی -
سنتیک - شیمی مولکولی - مهندسی شیمی - شیمی رنگ - سرامیک - شیشه سازی و...... کاربرد دارند.
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
باسلام به دوستان گرامی
من به یک مشکل برخوردم دربراه
interactive java applet
نمیدونم ایا با برنامه
sdk java
درست میشه یا نه
یه برنامه گرفتم بنام
netbeans
از جاوا اما نه کتابی براش هست ونه راهنمایی از دوستان عزیز تقاضا دارم در صورت امکان مرا راهنمایی کنند متشکرم
ممنون میشوم اگر کتابی هست من رو درجریان بگذارید
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
NetBeans IDE Field Guide to Develop
بدردت میخوره ؟
با تشکر از
spy عزیز
متاسفانه لینک مورد نظر جواب نداد
اگر زحمتی نیست یک راهنمایی دیگر بفرمایید
صمیمانه سپاسگذارم
درخواست کتابCampbell Biology. به این اسم معروفه . نویسندش Campbell هستش . زبونشم انگلیسیه .
دوستان اگر لینکی برای کتابهاب مکانیک به ویژ گرایش ساخت و تولید دارن ممنون میشم بزارند -شدیدا مورد احتیاجه-
سلام
اقايون اگه كتاب معماري كامپيوتر و مدار منطقي جناب "موريس مانو Morris Mano" رو داريد به ما هم برسونيد
اسم به اگلیسی بنویسید
اسم کتاب:Hydraulic Ram Pumps
توضیح:Hydraulic Ram Pumps: A Guide to Ram Pump Water Supply Systems
نویسنده:BY: T. D. Jeffrey,T. H. Thomas,A. V. Smith,P. B. Glover,P. D. Fountain
Published By: ITDG Publishing
سلام ، من تازه واردم. افتادیم دقیقا وسط یک گنج کسی است که لینک کتابهای مورد درخواست منو داشته باشد.
1- Oracle Security handbook
2- Computer architecture A quantitive approach (third edition);
Henessey & patterson
3- advanced Computer architecture; hwang
4- Distributed systems; A.s.tanenbaum
5- Network analysis,architecture and design ; j.d McCabe
6- Telecommunication Network design algorithm; A.kershenbaum
7- Computer networks : a system approach ; (third edition) l.peterson
8- Data networks ; 6th Edition w.stallings
9- Networking : a Top down approach features
10- operating system concepts ; silberschartz
11- operating systems: internals and design principles ; Stallings
با تشكر و سپاس
حميد رضا
حمید رضا جان عجب کتاب های خفنی میخوای.
یکیشو فعلا بگیر.
advanced Computer architecture
Wiley.Interscience.Advanced.Computer.Architecture. and.Parallel.Processing.Jan.20.zip.html
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
بقیشم میگردم.
reza12100 عزیز مطمئنی این کتاب به صورت Ebook هست ؟ من فکر کنم فقط نسخه واقعیش باشه .... ممنون
اسم کتاب : Biology
نویسنده : Campbell
زبان : انگلیسی
میزان احتیاج : شدید
اکثر کتابها، کتابهای Reference دانشگاهی رشته ی کامپیوتر هستند.
در مورد کتاب advanced Computer architecture آنی که مورد نظر من است از انتشارات Mcgraw Hill است و نویسنده ی اون هم Hwang می باشد. کتاب پیشنهادی شما از انتشارات John-wiley است. و نویسنده ی آن نیز فرق می کند.
باز هم سلامنقل قول:
نوشته شده توسط MasterData
ما هر چي بيشتر گشتيم كمتر پيدا كرديم
عزيزان من بدجوري محتاج هستم علل خصوص كه كتب معماري كامپيوتر مانو اصلا توي بازار پيدا نميشه :sad:
salam man donbale ketabhaye jepsson hastam age mitoonid komakam konid mamnoon
salam
khaste nabashid age az ketabahye nevshte shode jepsson chizi darid baram beferstid mamnoon dar zemn darmorede ketabhaye havanavardi age kasi chizi mikhad behem maile bezanid
با سلام
يك زحمت واسهspy جان عزيز اگه امكان داره اون اولين پستت رو دوباره واسه ما بزار
ممنون از زحمات شما
salam master data jan man moris mano daram baram mail bezan
salam spy jan az seri ketabhaye electronic chizi dari moarefi koni? mamnoon misham
az seri ketabhaye parvazi kasi khast mab daram
این تاپیک دوباره زنده میشه .دوستان لطفا درخواست کتاب فقط کتاب های کامپیوتر . اسم کامل و اسم نویسنده . رو بنویسید
Super colletion of eBooks ! 13 IN 1
Learn XML In A Weekend
Specific to using XML on Mcft platforms thereby narrowing its focus and making it easier to become instantly productive. Focuses on using tools to create, edit, and transform the language and shows you how to use XML for Web site design and other real-world applications.
Year: 2002 | Pages: 282 | MB: 5
کد:http://rapidshare.de/files/3478836/XMLInAWeekend.pdf.pdf.html
Prime Obsession
Taxing the best mathematical minds until today, Prime Obsession is Bernhardt Riemann's challenge to mankind in the mould of Fermat's Last Theorem. His question was:
Is there a general rule to ascertain how many prime numbers are there less than a number?
The book is also interesting in its biographical sketch of the life of Riemann, whose non-euclidean geometry was the building block for Einstein’s relativity theory.
Year: 2003 | Pages: 446| MB: 4
کد:http://rapidshare.de/files/3479000/PrimeObsession.djvu.html
A Mathematician Plays The Stock Market
We like to think not only that mathematicians are smarter than the rest of us but that by dint of their mastery of numbers, they hold the key to understanding the baffling mysteries of the universe. Alas, Paulos (Innumeracy) says that's not always the case. As the author relates in this funny, insightful little volume about attempts to bring order and science to the free-for-all that is the stock market, he himself was once a big investor (in WorldCom).
Year: 2003 | Pages: 221 | MB: 1.4
کد:http://rapidshare.de/files/3479190/MathematicianPlaysStockMarket.djvu.html
Kepler's Conjecture
How some of the greatest minds in history helped solve one of the oldest maths problems in the world.And the problem was: “how do you pack cannonballs on a ship?”
Year: 2003 | Pages: 306 | MB: 3
کد::
http://rapidshare.de/files/3479305/KeplersConjecture.pdf.html
From Certainty To Uncertainty
The story of science and ideas in the 20th century, the theme of this book encapsulates the paradox of science – as it becomes deeper, it yields less precision; indeed, reflective of Heisenberg’s Uncertainty Principle.
Which leads one to ask: is there a hidden, more exalted reason?
Year: 2002 | Pages: 247 | MB: 3.9
کد:http://rapidshare.de/files/3479424/FromCertaintyToUncertainty.pdf.html
Business As War – Battling For Competitive Advantage
A 21st century business strategy for succeeding in a tough global economy
Battling for Competitive Advantage draws numerous parallels between the strategies and tactics used by the United States military and the challenges businesses face in the no-holds-barred competition of the global economy. Allard believes that success in this new competitive climate can be achieved by applying cutting-edge military perspectives to the everyday world of business. These tools include the traditional military arts-leadership and strategy-as well as information-age techniques such as business intelligence, enterprise security, and streamlined information-sharing. Using first-person examples from his media, military, and business experiences, Allard demonstrates how the military learned their lessons-and how businesses can profit by meeting similar challenges
Year: 2004 | Pages: 258 | MB: 5.2
کد:http://rapidshare.de/files/3349817/20050513_0C3B6DDD.pdf.html
Business Plans To Game Plans
A practical system to turn strategies into action, the book provides step-by-step business planning considerations and annotates the key factors which influence corporate performance.
Year: 2004 | Pages: 291 | MB: 2
کد:http://rapidshare.de/files/3479965/BusinessPlansAsGamePlans.pdf.html
Schaum’s Series
The indispensable student exam cramming tool.
Linear Algebra (5MB)
کد:http://rapidshare.de/files/3480127/Schaum-LinearAlgebra.djvu.html
Matrix Operations (2MB)
کد:http://rapidshare.de/files/3480510/Schaum-MatrixOperations.djvu.html
Statistics (5.8MB)
کد:http://rapidshare.de/files/3480625/Schaum-Statistics.djvu.html
Enterprise Guide To Gaining Business Value From Mobile Technologies
* This is the first book to deliver specific guidelines for integrating mobile and wireless technologies into a business organization to enhance business processes, reduce operating expenses, or produce additional revenue streams
* Builds off the material from Cap Gemini Ernst & Young Guide to Wireless Enterprise Application Architecture (0-471-20951-1), which described how to build a wireless enterprise application architecture for optimum performance
* Presents a proprietary, step-by-step methodology that shows how to identify opportunities to integrate mobile technologies into an organization
* Describes the strategic framework and development approach used by experienced project teams for building a mobile technology solution
Year: 2004 | Pages: 338 | MB: 11
کد:http://rapidshare.de/files/3480982/BusinessValueFromMobileTechnologies.pdf.html
Books walla writes "Learn XML In A Weekend
Specific to using XML on Mcft platforms thereby narrowing its focus and making it easier to become instantly productive. Focuses on using tools to create, edit, and transform the language and shows you how to use XML for Web site design and other real-world applications.
Year: 2002 | Pages: 282 | MB: 5
Succeeding With Open Source
Succeeding with Open Source is the first book written specifically for IT managers who need to evaluate, select, and use open source software. The author begins with the fundamentals of open source solutions and how they differ greatly from commercial software. He then introduces the Open Source Maturity Model (OSMM), an invaluable resource for assessing open source products for their production readiness.
کد:http://rapidshare.de/files/1866884/Succeeding_with_Open_Source.chm.html
Highlights include:
· Assessing open source business models
· Managing risk, including licensing issues
· Evaluating and selecting open source software
· Locating and assessing technical support, training, and documentation resources
With the book's fast-track summary format, readers can quickly and easily navigate the text and its real-world examples. Open source OSMM evaluation templates, as well as additional case studies, are available at [ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ] .
Whether you are an IT manager or a consultant responsible for advising clients, this book will help you steer a clear course through the open source sea.
Size: 474 kB
Macroeconomics
A one-semester UCLA course in macroeconomics.
Description
Part 1: Introduction And Measurement
Part 2: The Classical Approach to Aggregate Demand and Supply
Part 3: The Modern Approach to Aggregate Demand and Supply
Part 4: Dynamic Macroeconomics
Part 5: Conclusion
Year: 1997 | Pages: 372 | MB: 2.6
کد:http://rapidshare.de/files/3481965/Macroeconomics-FarmerUCLA.pdf.html
100 راز گوگل ....
کد:http://rapidshare.de/files/3062325/Google_Hacks.zip.html
نقل قول:
نوشته شده توسط Spy
شرمنده ولی این لینک خراب شده .
لینک سالمه .
شما به اینجا برید - آموش دانلود از RapdShare.de :
[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]