تبليغاتX
ebook,vb,Delphi,c++,c#,java,book,free,rapidshar,surce,Download,Programing,php,pdf,chm,opengl,Larning,directx,3d,offic,.net,asp,آموزش,سي,برنامه نويسي,وي بي,دلفي,كتاب الكترونيك,پي دي اف,جاوا,كتاب
English سايت ديگر ما Picture Visual Basic Delphi Ebook Forum[2] SiteList صفحه اصلي

خوش آمديد به


كتابخانه مركزي
وبلاگ نويسان

English|فارسي
در كل سايت(In all Page)
آخرين پست ها
download Irrlicht 3d game engine#\/\/:: salam#\/\/:: بدون شرح#\/\/:: کاردانی به کارشناسی#\/\/:: برنامه ساختمان داده#\/\/:: ایبوک#\/\/:: دانلود سورس متور سه بعدی اوگری 3d engin download#\/\/:: جدید#\/\/:: java#\/\/:: new link added#\/\/::

توسط ناصر نيازي درجمعه 26 مرداد1386   9:23 | 

 لطفآ نظر بدین

کتاب دخواست کنید

کتب امروز

The Google AdSense Handbook



The Google AdSense Handbook: Making money by adding Google AdSense ads to your websites

The strategies in the book can help you maximize your revenue from Google AdSense. And that you will have a whole lot of fun creating content pages on topics you have a passion for.











DOWNLOAD LINK BELOW


http://rapidshare.com/files/20638719/AdsenseEmpire.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



An Introduction to Parallel Programming

BOOK DESCRIPTION

Many scientific computations require a considerable amount of computing time. This computing time can be reduced by distributing a problem over several processors. Multiprocessor computers used to be quite expensive, and not everybody had access to them. Since 2005, x86-compatible CPUs designed for desktop computers are available with two "cores", which essentially makes them dualprocessor systems. More cores per CPU are to follow.

This cheap extra computing power has to be used efficiently, which equires parallel programming. Parallel programming methods that work on dual-core PCs also work on larger shared memory systems, and a program designed for a cluster or other type of distributed memory system will also perform well on your dual-core (or multi-core) PC.

The goal of this tutorial is to give an introduction into all aspects of parallel programming that are necessary to write ones own parallel programs. To achieve this, it explains

* the various existing architectures of parallel computers,
* the software needed for parallel programming, and how to install and configure it,
* how to analyse software and find the points where parallelisation might be helpful,
* how to write parallel programs for shared memory computers using OpenMP,
* how to write parallel programs for or distributed memory computers using MPI and ScaLA-PACK.

This tutorial mainly aims at writing parallel programs for solving linear equation systems. Hopefully it is also useful to give some help for parallelising programs for other applications.

DOWNLOAD LINK BELOW

http://rapidshare.com/files/20637226/An_Introduction_to_Parallel_Programming.rar


PASSWORD: http://rs57.rapidshare.com/files/20861618/password.txt






Adobe Acrobat 7 Tips and Tricks: The 150 Best

Book Description

Sure, you know how to read PDFs with it, but do you know how to add comments to documents or embed 3D objects in your PDFs or establish document-level security settings? With its staggering array of document-enhancing features and supported formats, Adobe Acrobat 7 offers a world of functionality just waiting to be tapped--which means that figuring out how to do just one specific task with it can be somewhat daunting. In these pages, veteran author Donna Baker solves that problem by presenting each Acrobat task as a stand-alone unit. If, for example, you want to find out how to search for a word or a phrase in a PDF file, you can do just that--at the same time picking up a couple of tips about refining your searches. Organized in three major sections--Input, Output, and Internal Acrobat Processes--this self-contained guide is all you need to get going fast with Acrobat 7.

  • Paperback: 416 pages
  • Publisher: Adobe Press (January 24, 2005)
  • Language: English
  • ISBN-10: 0321305302
  • ISBN-13: 978-0321305305
DOWNLOAD LINK BELOW

http://rapidshare.com/files/20631268/Adobe_Press_-_Acr
obat_7__The_150_Best_Tips_and_Tricks.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt






ActionScripting in Flash MX


Book Description
Tap into the full power of Flash MX by learning how and when to employ ActionScripting. ActionScripting in Flash MX is structured into 2 parts. In the Foundation section readers learn general programming theory and how it applies to Flash. Then the book progresses through more complex Flash ActionScripting applications, including functions, arrays, objects, components, and interfacing with external data. Short tasks and real-world analogies demonstrate specific concepts. In the Workshop section, the reader actually builds practical applications that range in complexity from beginner to advanced. At the end of the Workshop section, the reader will actually debug broken scripts.

Book Info
The reader actually builds practical applications that range in complexity from beginner to advanced. At the end of the workshop section, the reader will actually debug broken scripts. Softcover.
  • Paperback: 720 pages
  • Publisher: New Riders Press; 1ST edition (July 19, 2002)
  • Language: English
  • ISBN-10: 0735712956
  • ISBN-13: 978-0735712959

DOWNLOAD LINK BELOW


http://rapidshare.com/files/20623235/ActionScripting_in_Macromedia__Flash__MX.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Linux Database Bible

Book Description
The Linux Database Bible is the only comprehensive reference on the market for both OpenSource and commercial database products. The book includes: an introduction to Linux Databases; advice for determining user needs for data manipulation and storage; selection of an appropriate database; installation and configuration of the selected database; the administration, care, and feeding of the database; security and disaster recovery issues; and special considerations when integrating a database with the Internet. In addition to the above material, you'll find in-depth analysis of the programming issues involved, appendices for each covered database, command summaries and examples of schema and coding to address commonly encountered problems.

Book Info
Comprehensive reference for both OpenSource and commercial database products. Provides in-depth analysis of the programming issues involved, command summaries and examples of schema and coding to address commonly encountered problems. Softcover.
  • Paperback: 715 pages
  • Publisher: Hungry Minds (September 1, 2001)
  • Language: English
  • ISBN-10: 0764546414
  • ISBN-13: 978-0764546419

DOWNLOAD LINK BELOW

http://rapidshare.com/files/19802453/Linux_Database_Bible.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Creating your MySQL Database: Practical Design Tips and Techniques

Book Description
This book is an innovative and essential short guide for everyone on how to structure your data and set-up your MySQL database tables efficiently and easily. If you're creating a dynamic web application using open-source tools, then you're probably going to be setting up a MySQL database. Getting the design of this database right for your application and its data is vital, but it's often an intimidating and little-known process for non-developers and developers alike. Written by the creator of the popular phpMyAdmin tool, this book is a short but complete guide on how to design good data structures for MySQL. For most of us, setting up the database for an application is often an afterthought. While you don't need to be a professional database designer to create a working application, knowing a few insider tips and techniques can make both the process easier and the end result much more effective. This book doesn't set out to make you an expert in data analysis, but it does provide a quick and easy way to raise your game in this essential part of getting your application right. The book covers: Asking users the right questions to collect relevant data for the system you are building Detecting bad structures Sound data-naming techniques, for both table and column names Modeling data with future growth in mind Implementing security policies with data privileges and views Tuning the structure for performance Producing system documentation (data dictionary, relational schema) Testing the model with appropriate SQL queries This book takes a practical approach, implementing all theoretical concepts with examples. It is a fast-paced tutorial that focuses on critical decisions that you need to make every time you build MySQL databases. It is rich with tips and advice from an experienced practitioner. The book is ideal for anyone working with applications that use a MySQL database backend will benefit greatly from the advice and techniques in this book. Although a working knowledge of both SQL and MySQL is assumed, the book is suitable for both beginners and intermediate users alike. Whether you read it through and absorb the advice or work through it on a live project, the efficiency and maintainability of your databases will certainly improve as a result. Chapter 1: Introduction Chapter 2: Data Collection Chapter 3: Data Naming Chapter 4: Data Grouping Chapter 5: Data Structure Tuning Chapter 6: Case Study: An Airline System


DOWNLOAD LINK BELOW

http://rapidshare.com/files/19802936/Creating_Your_MySQL_Datab
ase_Practical_Design_Tips_and_Techniques.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt




Professional C# 2005

Book Description:

Professional C# 2005 prepares you to program in C#, and it provides the necessary background information on how the .NET architecture works. It provides examples of applications that use a variety of related technologies, including database access, dynamic web pages, advanced graphics, and directory access. The only requirement is that you are familiar with at least one other high-level language used on Windows – either C++, VB, or J++.

It starts with a tutorial on C# and the .NET framework. This introduction assumes no prior knowledge of .NET, but it does move rapidly, on the assumption that the reader is an experienced programmer. Once this background knowledge is established, the book starts to sweep through the vast .NET class library, showing how you can use C# to solve various tasks. This comprehensive coverage is one of the key selling points of previous versions of the book, and is maintained and enhanced with this new edition by adding new chapters on Generics, ObjectSpaces, Yukon, and Indigo. Some reference material is included either as appendices or is available to download from the Wrox website.

After the introduction and initial chapter, the book is divided into a number of sections that cover both the C# language and its application in a variety of areas. Coverage includes:

• Writing Windows applications and Windows services

• Writing web pages and web services with ASP.NET

• Manipulating XML using C# 2005

• Understanding .NET Assemblies

• Using ADO.NET to access databases

• Integration with COM, COM+, and Active Directory

• Distributed applications with .NET Remoting

• Generating graphics using C# 2005

• Accessing files and the Registry, and controlling .NET security


DOWNLOAD LINK BELOW

http://rapidshare.com/files/19802153/C_Sharp_Nov_2005.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt


Code: Version 2.0
Book Description
The "alarming and impassioned"* book on how the Internet is redefining constitutional law, now reissued as the first popular book revised online by its readers (*New York Times)

There's a common belief that cyberspace cannot be regulated-that it is, in its very essence, immune from the government's (or anyone else's) control. Code, first published in 2000, argues that this belief is wrong. It is not in the nature of cyberspace to be unregulable; cyberspace has no "nature." It only has code-the software and hardware that make cyberspace what it is. That code can create a place of freedom-as the original architecture of the Net did-or a place of oppressive control. Under the influence of commerce, cyberpsace is becoming a highly regulable space, where behavior is much more tightly controlled than in real space. But that's not inevitable either. We can-we must-choose what kind of cyberspace we want and what freedoms we will guarantee. These choices are all about architecture: about what kind of code will govern cyberspace, and who will control it. In this realm, code is the most significant form of law, and it is up to lawyers, policymakers, and especially citizens to decide what values that code embodies.

Since its original publication, this seminal book has earned the status of a minor classic. This second edition, or Version 2.0, has been prepared through the author's wiki, a web site that allows readers to edit the text, making this the first reader-edited revision of a popular book.
Code: Version 2.0

DOWNLOAD LINK BELOW

http://rapidshare.com/files/19561097/Codev2.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt




Linux Cookbook
Book Description
This unique and valuable collection of tips, tools, and scripts provides clear, concise, hands-on solutions that can be applied to the challenges facing anyone running a network of Linux servers from small networks to large data centers in the practical and popular problem-solution-discussion O'Reilly cookbook format. The Linux Cookbook covers everything you'd expect: backups, new users, and the like. But it also covers the non-obvious information that is often ignored in other books the time-sinks and headaches that are a real part of an administrator's job, such as: dealing with odd kinds of devices that Linux historically hasn't supported well, building multi-boot systems, and handling things like video and audio. The knowledge needed to install, deploy, and maintain Linux is not easily found, and no Linux distribution gets it just right. Scattered information can be found in a pile of man pages, texinfo files, and source code comments, but the best source of information is the experts themselves who built up a working knowledge of managing Linux systems. This cookbook's proven techniques distill years of hard-won experience into practical cut-and-paste solutions to everyday Linux dilemmas. Use just one recipe from this varied collection of real-world solutions, and the hours of tedious trial-and-error saved will more than pay for the cost of the book. But those who prefer to learn hands-on will find that this cookbook not only solves immediate problems quickly, it also cuts right to the chase pointing out potential pitfalls and illustrating tested practices that can be applied to a myriad of other situations. Whether you're responsible for a small Linux system, a huge corporate system, or a mixed Linux/Windows/MacOS network, you'll find valuable, to-the-point, practical recipes for dealing with Linux systems everyday. The Linux Cookbook is more than a time-saver; it's a sanity saver.

DOWNLOAD LINK BELOW

http://rapidshare.com/files/19553860/OReilly_-_Linux_Cookbook.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Advanced C/Book and Disk


Sams Pub.
Here's the next step for programmers who want to improve their C programming skills. "Complete coverage of disk files including sequential access, text, binary, and random access. Efficient tips and techniques for debugging C programs". Covers All Major C Compilers.

  • Paperback: 850 pages
  • Publisher: Sams; Book&Disk edition (October 1992)
  • Language: English
  • ISBN-10: 0672301687
  • ISBN-13: 978-0672301681














DOWNLOAD LINK BELOW

http://rapidshare.com/files/19552416/Advanced_C-Sams.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Excel Advanced Report Development


Book Description
If you're a SQL programmer or an experienced Excel user, here at last is the ultimate resource on developing reporting solutions with Excel. Focused on report development using OLTP databases, this book is packed with comprehensive information on both technical and strategic aspects. You'll thoroughly examine the main features of Excel's reporting technology-PivotTable reports, Spreadsheet reports, parameter queries, and web components. With notes, tips, warnings, and real-world examples in each chapter, you'll be able to put your knowledge to work immediately. This book includes:
  • Single-source coverage of Excel's report development features
  • Extensive and in-depth information on PivotTable and Spreadsheet report features, functions, and capabilities
  • Thorough documentation of the Microsoft Query program included with Excel
  • Comprehensive information on Excel's client-based OLAP cube tools for processing very large datasets from OLTP data sources
  • Detailed information on creating and working with web-enabled Excel reports
  • Paperback: 504 pages
  • Publisher: Wiley; Book and CD-ROM edition (July 29, 2005)
  • Language: English
  • ISBN-10: 0764588117
  • ISBN-13: 978-0764588112
DOWNLOAD LINK BELOW

http://rapidshare.com/files/19566723/Excel_Advanced_Report_Development.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



The J2EE Tutorial


Addison Wesley
The J2EE Tutorial is the official guide, from Sun Microsystems, to using J2EE in a step-by-step, example-driven approach. This new tutorial follows the same successful teaching style as the Java Tutorial, Third Edition. The material has been vetted through the architects of each of the major J2EE areas: JSP, servlets, JDBC, and EJBs, creating an authoritative and closely reviewed text.

Book Info
Official guide, from Sun Microsystems, to using J2EE in a step by step, example-driven approach. Offers unparalleled technical guidance into developing and deploying applications on the J2EE platform. Softcover. CD-ROM included.
  • Paperback: 528 pages
  • Publisher: Addison-Wesley Professional; Bk&CD-Rom edition (March 27, 2002)
  • Language: English
  • ISBN-10: 0201791684
  • ISBN-13: 978-0201791686




DOWNLOAD LINK BELOW

http://rapidshare.com/files/19567566/The_J2EE_Tutorial.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt




C Programming: Just the Faqs


Sams Pub.
This book is for beginning- to intermediate-level users who need a quick, easy-to-use C reference. As a tutorial for beginners and a reference for experienced programmers, it shows code techniques and the thoughts behind those techniques. "Disk features source code and executable versions of the example programs. Shows how to use the C language to solve real-world programming problems. Techniques discussed include finite state machines, GREP, and bit twiddling, as well as tokenized parser". Covers All Major C Compilers.

  • Paperback: 430 pages
  • Publisher: Sams; 1st ed edition (May 1995)
  • Language: English
  • ISBN-10: 0672305615
  • ISBN-13: 978-0672305610






DOWNLOAD LINK BELOW


http://rapidshare.com/files/19666836/C_Programming_Just_the_Faqs.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Windows Vista Pocket Reference: A Compact Guide to Windows Vista


Book Description
Windows Vista Pocket Reference is the ideal guide to setting up and navigating the basics of this new operating system, from the new user interface to networking, multimedia, security, and mobility. This pocket reference offers four sections that will familiarize readers with Vista quickly:
  • Getting Started gives a crash course in using Windows Vista, including the user interface, handling files, folders, drives and search, and working with hardware.

  • Networking, the Internet and Wireless offers a tour of Internet Explorer 7, a wireless networking guide, and how to set up and maintain home networks.

  • Multimedia shows how to use the Media Center, Windows Media Player, and how to handle graphics and photos, podcasts and MP3 players.

  • Security, Mobility, and Troubleshooting visits the security features, shows how to tune up Vista, troubleshoot problems, and use Vista with mobile devices.
  • Paperback: 192 pages
  • Publisher: O'Reilly Media (February 22, 2007)
  • Language: English
  • ISBN-10: 0596528086
  • ISBN-13: 978-0596528089

DOWNLOAD LINK BELOW

http://rapidshare.com/files/19551690/Windows_Vista_Pocket_Reference.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



EJB & JSP: Java on the Edge


Book Description
This book presents JSP and EJB to the HTML-savvy Java programmer, with a caveat: any Java developer interested indeveloping multi-tiered distributed applications needs to know something about a range of J2EE APIs. That said,knowing JSP will allow a programmer to create dynamic web content (easier than with Java Servlets) and knowing EJBwill allow a programmer to encapsulate data as objects and create reusable code components. In short, knowing JSPand EJB will take a programmer a good majority of the way along the path of J2EE application development.

The first section discusses J2EE in more depth, with special emphasis on how and where JSP and EJB fit in. The second section covers JavaServer Pages including numerous JSP examples. The book provides the JSP's for the main application developed and dissected, a hotel booking application. The final part covers Enterprise JavaBeans. The bulkof this section is creating and analyzing EJBs to work with the JSPs developed earlier in the book. By the end of the book, the hotel booking application is complete.

This Unlimited Edition stays up to date long after other publications. A companion Web site includes all the code and examples from the book, and is updated to include new chapters, programs, and other related material.

DOWNLOAD LINK BELOW

http://rapidshare.com/files/19552985/EJB_JSP_Java_on_the_Edge.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Embedded Systems Building Blocks: Complete and Ready-To-Use Modules in C/Book and Disk

Book Description
This book provides basic, reusable real-time system modules and explains how to use and modify them. Portable, ready to use code will save time and costs in system development and shorten time to market. Time to market is becoming as important as cost control in gaining competitive advantage. Jean J. Labrosse has been designing embedded systems for over 12 years. Thousands of people are using his first book, C/OS: The Real-Time Kernel. His experience has taught him that certain pieces are common to most systems: a display, a keypad for interacting with the system, various analog and discrete inputs, various types of outputs, communications with host computers, event timing, and keeping track of date and time. Labrosse provides basic building blocks for all these processes, freeing other developers to work on the fun and unique parts of their designs. By providing some of the peripheral functions, Labrosse enables designers to put their energy into the hard specifics of each unique system. Designers can use Labrosse's code for rapid prototyping, or modify it as needed to include in their final product. For students, Labrosse takes the mystery out of the unique requirements of embedded systems design with concrete programming examples. By providing the code in C, the book allows students to use a wide range of microprocessors. Each chapter describes one or more of the building blocks, and the user can jump to any chapter as needed, after seeing Labrosse's conventions in Chapter 1, where he explains how each chapter is organized and how to use the modules. This book is for embedded system programmers, consultants, and students. It assumes the reader knows C programming language and at least a minimum of assembly language programming. Using the book also requires some knowledge of microprocessors and basic electronics, although the hardware explained is easy to understand.

DOWNLOAD LINK BELOW

http://rapidshare.com/files/19563596/Embedded_Systems_Building_Blocks_-_Com
plete_and_Ready-To-Use_Modules_in_C__Second_Edition.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt


Microcontroller Programming: The Microchip PIC


Book Description

Using the popular and pervasive mid-range 8-bit Microchip PIC® as an archetype, Microcontroller Programming offers a self-contained presentation of the multidisciplinary tools needed to design and implement modern embedded systems and microcontrollers. The authors begin with basic electronics, number systems, and data concepts followed by digital logic, arithmetic, conversions, circuits, and circuit components to build a firm background in the computer science and electronics fundamentals involved in programming microcontrollers. For the remainder of the book, they focus on PIC architecture and programming tools and work systematically through programming various functions, modules, and devices.

  • Hardcover: 824 pages
  • Publisher: CRC (December 19, 2006)
  • Language: English
  • ISBN-10: 0849371899
  • ISBN-13: 978-0849371899



DOWNLOAD LINK BELOW

http://rapidshare.com/files/19569509/Microcontroller_Prog
ramming_The_Microchip_PIc_Dec_2006.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Advanced Wireless Communications : 4G Technologies


Book Description
The major expectation from the fourth generation (4G) of wireless communication networks is to be able to handle much higher data rates, allowing users to seamlessly reconnect to different networks even within the same session. Advanced Wireless Networks gives readers a comprehensive integral presentation of the main issues in 4G wireless networks, showing the wide scope and inter-relation between different elements of the network.

This book adopts a logical approach, beginning each chapter with introductory material, before proceeding to more advanced topics and tools for system analysis. Its presentation of theory and practice makes it ideal for readers working with the technology, or those in the midst of researching the topic.

  • Covers mobile, WLAN, sensor, ad hoc, bio-inspired and cognitive networks as well as discussing cross-layer optimisation, adaptability and reconfigurability
  • Includes hot topics such as network management, mobility and hand-offs, adaptive resource management, QoS, and solutions for achieving energy efficient wireless networks
  • Discusses security issues, an essential element of working with wireless networks
  • Supports the advanced university and training courses in the field and includes an extensive list of references

Providing comprehensive coverage of the current status of wireless networks and their future, this book is a vital source of information for those involved in the research and development of mobile communications, as well as the industry players using and selling this technology.

Companion website features three appendices: Components of CRE, Introduction to Medium Access Control and Elements of Queueing Theory

DOWNLOAD LINK BELOW

http://rapidshare.com/files/19557699/Advanced_Wireless_Networks_-_4G_Technologies.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.त्क्ष्त्



Multimedia Introduction to Programming Using Java

Book Description

Although vital to modern software development, Java and object-oriented programming can pose significant challenges to newcomers. This text, unique in both scope and approach and accompanied by an interactive CD-ROM , addresses that learning curve by providing a careful, classroom-tested presentation of Java -- from the fundamentals of variables, types, and expressions to procedural concepts like loops and sophisticated object-oriented ideas.

Multimedia Introduction to Programming Using Java anchors its pedagogy in the CD-ROM ProgramLive, a complete multimedia module in itself. Containing over 250 recorded lectures with synchronized animation, ProgramLive allows users to see, first-hand and in real time, processes like stepwise refinement of algorithms, development of loops, execution of method calls and associated changes to the call stack, and much more. The disk also includes all programs from the book, 35 guided instruction sets for closed lab sessions, and a 70-page hyperlinked glossary.

Additional key features of this work:

Provides clear and accessible treatment of all aspects of a first course, along with more advanced topics such as recursion, exceptions, interfaces, inner classes, and GUIs.

Introduces objects and classes early in the exposition, rendering object-oriented programming intuitive and natural.

Develops programs, rather than simply showcasing them.

Supports all concepts through complementary lectures on the CD-ROM.

Contains numerous self-help exercises that encourage readers to practice programming.

Emphasizes rigor and accuracy through user-friendly exposition and a flexible organizational style.

With its comprehensive appendices and bibliography, systematic approach, and helpful CD, this exciting work provides the key tools they needed for successful object-oriented programming. It is ideal for use at the undergraduate and graduate beginning level, whether in the classroom or for distance learning; furthermore, the text will also be a valuable self-study resource or reference volume in any programmer’s library.

DOWNLOAD LINK BELOW


http://rapidshare.com/files/19568538/Multimedia_Intro
duction_to_Programming_Using_Java.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt

Windows Assembly Language & Systems Programming


Book Description
-Access Real mode from Protected mode; Protected mode from Real mode Apply OOP concepts to assembly language programs Interface assembly language programs with high-level languages Achieve direct hardware manipulation and memory access Explore the archite

Readers explore the architectural details of Windows at the system level. This book provides the how-to information and example code advanced developers need for the full range of 16- and 32-bit systems-level programming.

About the Author
Barry Kauler is the author of five books, including Windows Assembly Language and Systems Programming, and a contributor to Dr. Dobb's Journal. He is a teacher and consultant on real-time systems design.
  • Paperback: 440 pages
  • Publisher: Elsevier - Academic Press; 2 edition (August 7, 2003)
  • Language: English
  • ISBN-10: 087930474X
  • ISBN-13: 978-0879304744
DOWNLOAD LINK BELOW

http://rapidshare.com/files/18995980/Windows_Assembly_L
anguage___System_Programming_-_2nd_Ed.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt

Game Coding Complete

Book Description:

Expertly presents, from start to finish, the process of programming commercially viable computer games! This is the kind of book that you won't let out of our sight. From page one, Mike McShaffry, a leading programmer for Origin Systems (Makers of Wing Commander and the Ultima series) and Microsoft (Bicycle Casino), shows you how to create and code the very best interactive games. With dozens of tips and code illustrations, plus extensive narration of critical non-code issues, Game Coding Complete is the guide to orchestrating bug-free, high-quality game code that passes the muster of leading publishers such as Electronic Arts and Microsoft. The book covers all critical facets of programming, working with teams, selecting the right game architecture, testing and debugging, scheduling, and more. The book includes hundreds of insider tricks and techniques used by programmers who learned their craft on cutting edge titles such as Ultima Online. The C++ language is used throughout to explain specific programming concepts. This book is destined to become a classic for all game programmers. Foreword by game industry icon Warren Spector.

In this book you will learn:

* The nuts and bolts of the game coding process
* Insider techniques for writing top-notch game code
* 2D and 3D graphics techniques used by professional game developers
* Unique insight on critical algorithms you can't live without, debugging secrets, and tips for managing critical projects
* Key "gotchas" to avoid that can really hurt game development projects

DOWNLOAD LINK BELOW

http://rapidshare.com/files/18999030/Game_Coding_Complete.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt

The Career Programmer : Guerilla Tactics for an Imperfect World, Second Edition


Book Description

Unrealistic schedules, unstable releases, continual overtime, and skyrocketing stress levels are legendary in the software development industry. Unlike traditional occupations such as accounting or administration, the software business is populated with programmers who are as creative and passionate about their work as musicians and artists. But for most programmers and project managers, it is a complete surprise when they enter the business world and find that internal politics, inept management, and unrealistic marketing drive the process, rather than a structured and orderly approach based on technical issues and quality.

This guide, delivered with the wit and aplomb to make a serious topic entertaining and palatable, will help you survive the programming industry in 2006. The Career Programmer explains how you can work within the existing system to solve deadline problems and regain control of the development process. You'll master self-defense techniques to shield yourself, your project, and your code from corporate politics, arbitrary management decisions, and marketing-driven deadlines. Author Chris Duncan provides proven, practical, hands-on solutions designed to work even when tested by the political and chaotic realities of the business environment. Issues are addressed from the points of view of both the programmer and project manager, and steps are illustrated from all perspectives--from large-scale teams down to projects with a single developer. For you, the end results will mean less overtime and stress, higher-quality software, and a more satisfying career.

DOWNLOAD LINK BELOW

http://rapidshare.com/files/18886139/career_programmer.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt

CSS Mastery : Advanced Web Standards Solutions (Solutions)


Book Description:

This book is your indispensable guide to cutting-edge CSS development--all you need to work your way up to CSS professional.

You'll learn how to:


  • Plan, organize, and maintain your stylesheets more effectively
  • Apply the secrets of liquid, elastic, and hybrid layouts
  • Create flickr™-style image maps, remote rollovers, and other advanced CSS features
  • Lay out forms using pure CSS
  • Recognize common browser bugs, and how to fix them


While CSS is a relatively simple technology to learn, it is a difficult one to master. When you first start developing sites using CSS, you will come across all kinds of infuriating browser bugs and inconsistencies. It sometimes feels like there are a million and one different techniques to master, spread across a bewildering array of websites. The range of possibilities seems endless and makes for a steep and daunting learning curve.

By bringing all of the latest tips, tricks, and techniques together in one handy reference, this book demystifies the secrets of CSS and makes the journey to CSS mastery as simple and painless as possible. While most books concentrate on basic skills, this one is different, assuming that you already know the basics and why you should be using CSS in your work, and concentrating mainly on advanced techniques.

It begins with a brief recap of CSS fundamentals such as the importance of meaningful markup, how to structure and maintain your code, and how the CSS layout model really works.

With the basics out of the way, each subsequent chapter details a particular aspect of CSS-based design. Through a series of easy-to-follow tutorials, you will learn practical CSS techniques you can immediately start using in your daily work. Browser inconsistencies are the thorn in most CSS developers' sides, so we have dedicated two whole chapters to CSS hacks, filters, and bug fixing, as well as looking at image replacement; professional link, form, and list styling; pure CSS layouts; and much more.

All of these techniques are then put into practice in two beautifully designed case studies, written by two of the world's best CSS designers, Simon Collison and Cameron Moll.

DOWNLOAD LINK BELOW


http://rapidshare.com/files/18885640/CSS_Mastery.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Podcast Solutions : The Complete Guide to Podcasting (Solutions)
Book Description
Are you the kind of person who's got a lot to say? Have you ever wanted to share your talents, thoughts, and opinions with others, but have lacked the broadcasting knowledge and contacts to achieve such a goal?

Well, today it's well within your grasp, thanks to Podcasting -- using only some simple recording equipment, a computer, and the Internet, you can record and distribute your own audio shows, including anything you want - comedy, debate, news, reviews, interviews, music -- the only limit is your imagination.

Of course, you'll need a guide to tell you what you need to know, which is where this indispensable book comes in. Written by two of the best and brightest podcasting pioneers, Podcast Solutions is a shrewd and comprehensive guide to podcasting. From downloading podcasts to producing your own for fun or profit, Podcast Solutions covers the entire world of podcasting with insight, humor, and the unmatched wisdom of experience. In it's 200+ pages, you'll learn:

  • How to receive podcasts - everything you need to know to find, subscribe to and receive quality shows on your iPod, computer or any other mp3 player.
  • How podcasting is being applied in many different industries - entertainment, education, sales and marketing, religious study, intra-corporate communications, and more.
  • How to plan and design your own top quality podcast, including expert advice on designing a show built for success.
  • How to Set up your "podcast studio," whether you're a casual hobbyist or a committed professional. Includes insights and buying advice on finding the right microphones, mixers, software, hardware, and more to meet your needs and fit your budget.
  • The secrets to achieving "broadcast quality" audio for your show.
  • How to include music, phone calls and audio feedback into your podcast inexpensively and legally.
  • The techniques needed to turn your podcasts into Internet-ready audio files and get them out there ready to be received by your anxiously-waiting listeners, using simple hardware and software tools.
  • The meaning of RSS, XML, mp3, LAME, and several other acronyms you thought you'd never understand.
  • Insider's tips on creating a web presence that will enhance the popularity and professionalism of your show.
  • Secrets of attracting listeners through the creative use of directories, user groups, mailing lists and more.
  • How to make money with your podcast by attracting sponsors, advertisers, and other revenue sources.
DOWNLOAD LINK BELOW

http://rapidshare.com/files/18884427/Podcast_Solutions.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt


Operating Systems: Concurrent and Distributed Software Design

Book Description
Modern software systems rely on the concepts of concurrency, modularity and distribution, both within the design of the operating system and those systems that it supports. Underlying this book is the premise that distributed systems are now commonplace and a reader is more likely to be using one than a centralized time-sharing system. This modern approach therefore avoids the focus on centralized systems, instead placing the operating system within its context and providing an overview of system components and their relationships.
The book is divided into four parts-
System Design, covering the basic operating system functions and describing the abstraction and implementation of a system as a community of (possibly distributed) concurrent processes. Distributed systems are introduced and a chapter on system security is included.
Concurrency Control in Main Memory, focusing on concurrency control in operating systems and application-level systems and exploring inter-process communication (IPC) in the context of (distributed) system design.
Transactions, demonstrating the general applicability of concurrent composite operations.
Case Studies, considering different systems in the light of the perspective developed in the book- Classical UNIX; Linux, Solaris and Contemporary Unix; Extensible Systems; Windows 2000; Web Programming; Middleware; and Transaction Processing Systems.
The Java language has been used throughout to illustrate object-oriented concepts, concurrent algorithms and distributed programming and the book includes a chapter on system security. The case studies, covering a full suite of professional operating systems, enable the course to be taught as a blend of theory and practice, so that on completion of the course a student is able to adapt and build real operating systems that function within a distributed environment.

DOWNLOAD LINK BELOW

http://rapidshare.com/files/18181528/Operating_Systems_-_C
oncurrent_And_Distributed_Software_Design.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt

Developing .NET Custom Controls and Designers Using C#

Book Description
Tools and services for enhancing design-time support for components. Irregularly-shaped, borderless Windows Forms. Advanced techniques on building simple and complex UITypeEditors. Details of how type converters work with guidelines on implementing new ones. Component licensing model and architecture with sample demonstrations. Complete and reusable Windows Forms Wizard custom control. Complete and reusable Web Forms tab control.

From the Publisher
Chapter 1 introduced the reader to the book by describing what the book will cover, identifying the audience and what the reader should already know, and the recapping the history of control reusability. Chapter 2 introduces the reader to events and event handlers. It also discusses delegates and their comparison to function pointers. Chapter 3 talks about type conversion techniques. It starts with an introduction to the TypeConverterAttribute and then goes into a detailed explanation for implementing a custom TypeConverter derived class. Chapter 4 explains the role and usage of UITypeEditors. It also provides detailed explanations for implementing custom editors. Chapters 5, 6, and 7 dig into Windows Forms control development by describing control layout, data binding, and GDI+. Chapters 8, 9, 10, and 11 discuss Web Forms control development, with topics such as rendering and state management. Chapters 12 and 13 provide the necessary information to implement custom designers. The entire designer architecture is discussed. Chapter 14 discusses control licensing and gives examples of implementing new licensing schemes. Chapters 15 and 16 issue a recap of the entire book by walking through the implementation of a Wizard and Tab control. All aspects of control development, including designer support, are discussed. --This text refers to the Paperback edition.

DOWNLOAD LINK BELOW

http://rapidshare.com/files/18172918/Developing_NET_Custom
_Controls_and_Designers_Using_C_sharp.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt


Web Design Complete Reference

Topics covered:

  • Web-design methodologies
  • Usability
  • Types of Web sites
  • Navigation theory and practice
  • Linking text/buttons/icons/graphics
  • Search facilities
  • Text handling
  • Colors and images
  • Building interactivity
  • Web technologies (XML, CSS, JavaScript)
  • Cookies
  • Server-side scripting
  • Multimedia
  • Site delivery and management
  • The future of Web design
  • Site evaluation procedures
  • Book Description
    Design, build, and maintain dynamic Web sites that balance form and function. You’ll find thorough explanations of effective site architecture, layout, and navigational features, and discover how to add graphics, links, and multimedia. Also learn to handle privacy and security issues with respect to site design, and program dynamic Web applications.

DOWNLOAD LINK BELOW

http://rapidshare.com/files/18184733/Web_Design_-_The_Complete_Reference.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt

Computer Power User March 2007





















DOWNLOAD LINK BELOW

http://rapidshare.com/files/17723414/CPU_Mar2007.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt

Design Patterns For Dummies

Book Description
There's a pattern here, and here's how to use it!


Find out how the 23 leading design patterns can save you time and trouble

Ever feel as if you've solved this programming problem before? You -- or someone -- probably did, and that's why there's a design pattern to help this time around. This book shows you how (and when) to use the famous patterns developed by the "Gang of Four," plus some new ones, all designed to make your programming life easier.

Discover how to:
* Simplify the programming process with design patterns
* Make the most of the Decorator, Factory, and Adapter patterns
* Identify which pattern applies
* Reduce the amount of code needed for a task
* Create your own patterns
  • Paperback: 308 pages
  • Publisher: For Dummies (May 8, 2006)
  • Language: English
  • ISBN-10: 0471798541
  • ISBN-13: 978-0471798545
DOWNLOAD LINK BELOW

http://rapidshare.com/files/17717204/Design_Patterns_For_Dummies_May_2006.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt

Bitter EJB

Book Description
Addressing the storming controversy of EJB head-on, this guide discusses framework problems and common traps that can snare unwary developers. Advice is provided for choosing persistence strategies beyond EJB entity beans and a list of several entity bean antipatterns. Also offered are session bean and messaging antipatterns and a compelling discussion about how and when to use problematic stateful session beans. Solutions to difficult problems such as effective builds and performance tuning are furnished. Designed for EJB developers, architects, programmers, and project managers, this authoritative reference attacks basic Java programming problems to establish antipatterns as a serious field for Java developers in a well-known context.


  • Paperback: 350 pages
  • Publisher: Manning Publications (June 15, 2003)
  • Language: English
  • ISBN-10: 1930110952
  • ISBN-13: 978-1930110953


DOWNLOAD LINK BELOW

http://rapidshare.com/files/17718227/Manning_Publications_Company_Bitter_EJB.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Smart Computing march 07






























DOWNLOAD LINK BELOW


http://rapidshare.com/files/17675668/Smart_computing_March_2007.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Fundamentals of X Programming : Graphical User Interfaces and Beyond


Book Description
The X is the dominant window system under Unix, and X servers are available for Microsoft Windows, thus enabling graphics over a network in the PC world. This book provides an overview of the X Window System, focusing on characteristics that have significant impact on the development of both application programs and widgets. It pays special attention to applications that go beyond graphical user interfaces (GUIs), such as visualization and imaging programs; issues affecting video games; and designing widgets with a complex appearance. While the book does not assume previous knowledge of X, it is intended for experienced programmers, especially those who want to write programs that go beyond simple GUIs.

  • Hardcover: 384 pages
  • Publisher: Springer; 1 edition (April 1999)
  • Language: English
  • ISBN-10: 0306460653
  • ISBN-13: 978-0306460654



DOWNLOAD LINK BELOW


http://rapidshare.com/files/17180636/Fundamen
tals_of_X_Programming._GUI_and_Beyond.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Backup & Recovery

Book Description
Packed with practical, freely available backup and recovery solutions for Unix, Linux, Windows, and Mac OS X systems -- as well as various databases -- this new guide is a complete overhaul of Unix Backup & Recovery by the same author, now revised and expanded with over 75% new material.

Backup & Recovery starts with a complete overview of backup philosophy and design, including the basic backup utilities of tar, dump, cpio, ntbackup, ditto, and rsync. It then explains several open source backup products that automate backups using those utilities, including AMANDA, Bacula, BackupPC, rdiff-backup, and rsnapshot. Backup & Recovery then explains how to perform bare metal recovery of AIX, HP-UX, Linux, Mac OS, Solaris, VMWare, & Windows systems using freely-available utilities. The book also provides overviews of the current state of the commercial backup software and hardware market, including overviews of CDP, Data De-duplication, D2D2T, and VTL technology. Finally, it covers how to automate the backups of DB2, Exchange, MySQL, Oracle, PostgreSQL, SQL-Server, and Sybase databases - without purchasing a commercial backup product to do so.

For environments of all sizes and budgets, this unique book shows you how to ensure data protection without resorting to expensive commercial solutions. You will soon learn to:

  • Automate the backup of popular databases without a commercial utility
  • Perform bare metal recovery of any popular open systems platform, including your PC or laptop
  • Utilize valuable but often unknown open source backup products
  • Understand the state of commercial backup software, including explanations of CDP and data de-duplication software
  • Access the current state of backup hardware, including Virtual Tape Libraries (VTLs)

DOWNLOAD LINK BELOW

http://rapidshare.com/files/17181471/Backup___Recovery.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



UNIX Hints and Hacks

Book Description
UNIX Hints & Hacks is designed to instantly reward you through increased productivity and satisfaction with UNIX. Each and every hint and/or hack provides real value--not just a list of obvious procedures marked as secrets. Learn UNIX administration skills you can apply daily with UNIX workstations and servers. Discover networking tricks to make modifications safely over the network. Tackle security issues such as dealing with SuperUser accounts, permissions, and vulnerabilities in the UNIX operating system. Develop various ways to monitor the system logs and load averages, to aid in the tuning, fixing, and security. Also learn to add, manipulate, and modify user accounts in new ways, and improve your file management skills for modifying, viewing, and executin. With UNIX Hints & Hacks you'll look up from the reading and say, "I can't wait to try that!"

  • Paperback: 479 pages
  • Publisher: Que; 1st edition (July 15, 1999)
  • Language: English
  • ISBN-10: 0789719274
  • ISBN-13: 978-0789719270
  • Product Dimensions: 9.1 x 7.4 x 1.1 inches

DOWNLOAD LINK BELOW

http://rapidshare.com/files/17180239/UNIX_Hints_and_Hacks.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Java Enterprise in a Nutshell

Book Description
Nothing is as constant as change, and this is as true in enterprise computing as anywhere else. With the recent release of Java 2 Enterprise Edition 1.4, developers are being called on to add even greater, more complex levels of interconnectivity to their applications.

To do this, Java developers today need a clear understanding of how to apply the new APIs, use the latest open source Java tools, and learn the capabilities and pitfalls in Java 2 Enterprise Edition 1.4 -- so they can plan a technology and implementation strategy for new enterprise projects.

Fortunately, this is exactly what they get with the new Java Enterprise in a Nutshell, 3rd Edition. Because most integrated development environments (IDE) today include API lookup, we took out the main API sections from our previous edition to make room for new chapters, among others, on Ant, Cactus, Hibernate, Jakarta Struts, JUnit, security, XDoclet, and XML/JAXP.

Revised and updated for the new 1.4 version of Sun Microsystems Java Enterprise Edition software, Java Enterprise in a Nutshell, 3rd Edition is a practical guide for enterprise Java developers.

DOWNLOAD LINK BELOW

http://rapidshare.com/files/16722381/Java_Enterprise_in_a_Nutshell_3rd_Edition.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Monopoly 2006 - The Here & Now Limited Edition

















DOWNLOAD LINK BELOW

http://rapidshare.com/files/16857990/Monopoly_20
06_-_The_Here___Now_Limited_Edition.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt




Developing Applications with Java and UML
From the Back Cover

Developing Applications with Java™ and UML focuses on the craft of creating quality Java software. The book introduces the fundamentals of the Unified Modeling Language (UML) and demonstrates how to use this standard object-oriented notation to build more robust Java applications that fulfill user requirements and withstand the test of time.

The book features the Rational Unified Process and uses a large-scale application to illustrate the development process, showing you how to establish a sound project plan, gather application requirements, create a successful Java design with UML, and implement Java code from UML class and sequence diagrams. This sample application showcases the latest Java technology frameworks, including Java Server Pages™ (JSP™), servlets, and the Enterprise JavaBeans™ (EJB™) 2.0 server-side technology.

With this book you will learn how to:

  • Estimate projects with accuracy and confidence
  • Map UML to Java-based deliverables
  • Understand and describe application requirements using UML use cases
  • Create a design based on UML class and sequence diagrams
  • Use Rational Rose to create and track UML artifacts and generate skeletons for component code
  • Build server-side Java functionality using JSP, servlets, and EJB 2.0 beans
  • Produce code using several options, including JavaBeans, EJB Session Beans, and EJB Entity Beans (using both Bean-Managed Persistence and Container-Managed Persistence)
  • Explore the benefits of deploying Java applications on both open-source and commercial application server products

DOWNLOAD LINK BELOW

http://rapidshare.com/files/16706630/Developing_Applications_with_Java_and_UML.rar

PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt



Java 2 Certification Training Guide

Topics covered: test preparation for the Sun Certified Programmer, Architect, and Developer Exams; Java language fundamentals; core packages; threads; AWT; event handling; graphics; I/O; Java object-oriented and distributed architectures; security; JDBC; and RMI.

Book Description
One of the best ways for a Java programmer to stand out from the crowd is to become a Sun Certified Java Programmer, Developer, or Architect. This book helps Java developers prepare for all three certification exams. One of the strengths of this book is that it is extremely focused--it doesn't contain extraneous information, a history of Java, or background on related technologies. This book gives readers exactly what they need to pass the exams. This book also contains a uniques test engine (written in Java by the author) to help readers assess their skills and become confident with the structure of the exams.

  • Hardcover: 612 pages
  • Publisher: New Riders Publishing; Bk&CD Rom edition (July 1999)
  • Language: English
  • ISBN-10: 1562059505
  • ISBN-13: 978-1562059507

DOWNLOAD LINK BELOW


http://rapidshare.com/files/16704907/Java_2_certification_guide.rar


PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt


NET for Java Developers

From the Back Cover

.NET for Java Developers is the definitive guide to leveraging your Java programming experience in the .NET environment. Understanding the similarities and differences between the C# and Java APIs enables Java programmers to quickly begin rapid application Windows development using C#. The numerous code examples, which have been tested using Visual Studio® .NET 2003 and Java 1.4, show readers how to create feature-rich .NET applications by translating Java coding practices into C#.

The authors begin by detailing the .NET Framework and then immediately introduce readers to coding and the Visual Studio® .NET IDE. They compare the features of C# and Java, and provide a systematic analysis of how the two languages relate to each other. Readers cover the essentials of C# programming, from object creation to event programming, before moving into advanced areas, such as database access, XML processing, GUI programming, and reflection.

Key topics that explain how to do smart C# programming rather than emulating Java code in C#:

  • Database access
  • Inheritance and polymorphism
  • Thread programming
  • Garbage collection and memory management
  • C# application deployment
  • Delegates
  • Processing XML
  • .NET for Java Developers provides Java developers, programmers, and architects with experience-based advice for a successful transition into the .NET environment.


    DOWNLOAD LINK BELOW

    http://rapidshare.com/files/16702175/NET_for_Java_Developers_Migrating_to_C_.rar

    PASSWORD : http://rs57.rapidshare.com/files/20861618/password.txt

    بنام آفريدگار مهربان

    ناصر نيازي:اين وبلاگ جهت آموزش ويژوال بيسيك 6 در حد توانم وآدرس جديد ترين كتابهاي الكترونيكي ايجاد كرده ام .من متولد 67 اهل روستاي قايش استان همدان شهرستان رزن هستم اگر سوالي داشتيد بپرسيد .براي استفاده بيشتر از بلاگ به آرشيو حتمآ سر بزنيد
    Translator This Page

    Archive

    آبان 1388

    شهریور 1388

    خرداد 1388

    بهمن 1387

    آذر 1387

    آبان 1387

    مهر 1387

    تیر 1387

    خرداد 1387

    اردیبهشت 1387

    فروردین 1387

    اسفند 1386

    بهمن 1386

    دی 1386

    آبان 1386

    مهر 1386

    شهریور 1386

    مرداد 1386

    خرداد 1386

    اردیبهشت 1386

    فروردین 1386

    اسفند 1385

    بهمن 1385

    دی 1385

    آمار ونظر سنجي

    لينك دوستان(MyFrind)

    IranJavaScript
    مركز برنامه نويسان ايران
    علي آقاي خودمون
    تكنولوژي اطلاعات
    ويژوال بيسيك فارسي
    نقدي بر وبلاگها
    پخش مستقيم فوتبال
    سي پلاس پلاس
    موبايل-ويدئو
    هوش مصنوعي
    محلی برای برنامه نویس های کوچک و بزرگ
    مجتبي
    طراحي و برنامه نويسي وب
    آموزش گام به گام ساخت بازی
    پار س کومش
    بهترین مجلات و کتب الکترونیک
    غروب سحر
    فناوری اطلاعات دانشگاه پیام نور گناوه
    میکسر یا تا بوده همین بوده
    اموزش تخصصي كامپيوتر
    University آموزشکده فنی رجایی کاشان
    تپش ثانیه ها
    اموزش سي پلاس حرفه اي (كنسول)
    گرين هورس
    انجمن فناوری اطلاعات دانشگاه بیرجند
    شلوغ پلوغ(هنگامه)
    شبانه
    IT Ebook And Electronic Magazin-.Ruby.
    پايگاه برنامه نويسي
    كتابخانه
    free ebook download center
    IT WORLD
    کدرز هکر
    سايت ديگر ما

    خبرنامه/طراح

    POWERED BY: BLOGFA.COM

    طراح قالب :ناصرنيازي

    آخرين پست هايم در وبلاگ ديگرم



    Mani|Archiv|Mail|OtherSite|Picture|English|RSS


    CopyRight:GhayeshSoft 2008 By: NasserNiazy
    آكانت پرشين گيگم || کتب اوپن جي ال OpenGL || New Ebook Programing || كتب فارسي || Index of /cbook || بدون عنوان || New Best programing ebook || Ebook New || Ebook New || FarsiEbook || BestEbook || New Post || Programing Ebook || كتابهايي از پرشين گيگ2 || كتابهايي از پرشين گيگ1 || Ebook Link Of Rapidshar || پاسخ به سوالات || Ajax Ebook || Best Free Ebook Of Java || 7 هزار كتاب فارسي || 1662 Programing Ebook || Ebook Link || free Ebook Center 20000 Ebook || کتابخانه فارسي آقاي بشيري || RapidSharEbook Part2 10000 || Free 15000Ebook Of Rapidshare || Programing Ebook Of rapidshare.com || عکس فجيع- || E-Book-Farsi || free Ebook || کتاب جديد || VB6 Ebook || سورس کد هاي وي بي || کتاب || سلام || vb || بازگشت با کتب فارسي || ebook || کتابخانه خارجي || کتاب و کتابخانه || کتابخانه || دلفي || دات نت || بدون شرح(کولاک کردم مگه نه) || کتاب جديد || کتابخانه بي نظير || XML-DELPHI-Java,... || کتابخانه || کتابخانه || کتاب || کتاب و کتابخانه || Linux || کتب جديد || کتاب جديد || کتاب به زبان فارسي || کتابخانه عظيم برنامه نويسي || شاه برنامه || يک پروژه ي گرافيکي-اسکرين سيور || برنامه نويسي سه بعدي -بازي || اي اس پي دات نت || کتاب نو آوردم || کتاب جديد || کتاب کتاب || باز کردن فايل زيپ در دلفي || کتاب بدون شرح || کتاب جديد-جاوا || كتاب || کتاب سي و جاوا || کتاب جديد || فهميدن خاصيت بدون تايمر || معدن کتاب || جاوا اسکريپت || عوض کردن عکس دکمه استارت || برنامه || کتاب کتاب-FTP || کتب-مکتوب-کاتب || کتاب کتاب کتب || عکس عکس عکس || کتب-کاتب-مکتوب || کتاب-کتب || کتاب-کتاب-کتاب || ساخت يک اکتيو ايکس || مجموعه بي نظير پلير || آهنگ فلش براي وب شما || دنياي کلاس و اي پي آي || نوشتن Dllدر وي بي || سه بعدي بدون دايرکت ايکس || آرايه در دلفي || شفاف کردن فرم || سوالات کنکور وي بي 85 || وي بي بازم وي بي || Nero ImageDrive || برنامه || غير فعال کردن كنترل آلت دليت || 2Api بسيار مفيد || سطل آشغال ويندوز خالي كردن || کنترل سي پي يو || پاسخ به سوالات شما-گرافيك || فرمت فايلM3U || کنترل خطا در وي بي|| دايرکت ايکس || کتاب الکترونيک برنامه || فرم ها در وي بي || كتاب 2 || Shellدستور || برخي اپراتور هاي وي بي || کتاب الکترونيک 1 ||