[إينتلّيجنتدو]
حاسوب حرّة و [إي.ت.]. كتب





[بلوغ] لف:

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Shadows
  • YahooMyWeb
  • StumbleUpon
  • Digg
Related Posts:
  • Free Visual Basic .Net Books and more
  • Free Courses and Tutorials at Open-Of-Course.org
  • Step by Step Linux Guide Book
  • 31 Linux and Unix Ebooks
  • Over 100 I.T. and Programming Ebooks


  • Filed under: Free Computer and I.T. Books — computer_teacher @ 1:01 pm


    November 30, 2005

    2 Free C++ Books

    Here are 2 Free C++ Books that I hope will help you learn this important computer programming language. (Cplusplus is an object oriented language, the first book here teaches you what object oriented programming is and how to code using it.)


    A Beginners C++ Book:
    www.uow.edu.au/~nabg/ABC/ABC.html

    31 chapters in 5 parts:
    . Part 1 Introduction to Computers
    . Part 2 Simple Programs
    . Part 3 Functions and Data Aggregates
    . Part 4 A Touch of Class
    . Part 5 Object Oriented Programming


    Thinking in C++ 2nd Edition:
    www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
    www.mindview.net/Books/DownloadSites/

    This HTML book is fully indexed, uses Frames for easy navigation through the chapters, and has color syntax highlighting on all the source-code listings.

    Part 1: Building Stable Systems
    . 1: Exception handling
    . 2: Defensive programming

    Part 2: The Standard C++ Library
    . 3: Strings in depth
    . 4: Iostreams
    . 5: Templates in depth
    . 6: Generic algorithms
    . 7: Generic containers

    Part 3: Special Topics
    . 8: Runtime type identification
    . 9: Multiple inheritance
    . 10: Design patterns
    . 11: Concurrency
    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg
    Related Posts:
  • FTP Programming and IT Book Directories
  • Free Java and Information Technology Books
  • Free Online Books covering PHP, Flash, ASP.Net, VB.Net, and Programming
  • 28 Free Computer , IT, and Programming Books
  • 48 Computer Science Books


  • Filed under: Free Computer and I.T. Books — computer_teacher @ 9:13 pm


    November 29, 2005

    2 Fortran 77 Books: Reference Manual and Programmer's Guide

    Here are two Fortran 77 books provided by Silicon Graphics. One is the language reference manual and the other is a programmer's guide. Though these books are specifically targetted at users of SGI systems, they will provide you with a good understanding of Fortran 77 and how to use this programming language.

    Fortran 77 Language Reference Manual


    The Fortran 77 Language Reference Manual describes the Fortran 77 programming language specifications as implemented on Silicon Graphics systems. It is a reference manual and assumes prior exposure to Fortran or other algebraic language. You can also download the manual in HTML or PDF format.

    Table of Contents:

    Introduction
    Chapter 1. Fortran Elements and Concepts
    Chapter 2. Constants and Data Structures
    Chapter 3. Expressions
    Chapter 4. Specification Statements
    Chapter 5. Assignment and Data Statements
    Chapter 6. Control Statements
    Chapter 7. Input/Output Processing
    Chapter 8. Input/Output Statements
    Chapter 9. Format Specification
    Chapter 10. Statement Functions and Subprograms
    Chapter 11. Compiler Options
    Appendix A. Intrinsic Functions


    Fortran 77 Programmer's Guide

    The Fortran 77 Programmer's Guide provides information about implementing Fortran 77 programs using IRIX. It documents compiling, linking, and running Fortran 77 programs, program interfaces, system functions, and subroutines. It is intended for users with some experience with Fortran 77. You can also download the manual in HTML or PDF format.

    Table of Contents:

    Introduction
    Chapter 1. Compiling, Linking, and Running Programs
    Chapter 2. Storage Mapping
    Chapter 3. Fortran Program Interfaces
    Chapter 4. System Functions and Subroutines
    Chapter 5. Fortran Enhancements for Multiprocessors
    Chapter 6. Compiling and Debugging Parallel Fortran
    Appendix A. Run-Time Error Messages
    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg
    Related Posts:
  • 71 Free Computer Programming Books
  • Free Books for MySQL, Oracle 10g Database, PL/SQL and SQL
  • 29 Free Open Source Related Computer Books
  • Free Programming Books and Free eBooks from NetIQ
  • MySQL Documentation and Reference Manuals


  • Filed under: Free Computer and I.T. Books — computer_teacher @ 9:50 pm


    November 28, 2005

    6 Free Java Online Books

    Here are 6 free Java and Java technology online books for your reading pleasure. I hope these can help you learn to develop better software applications using this important programming language.


    6 Free Java Online Books:

    Java Look and Feel Design Guidelines, Second Edition:
    java.sun.com/products/jlf/ed2/book/index.html

    The Design Patterns: Java Companion:
    www.patterndepot.com/put/8/JavaPatterns.htm

    1000 Java Tips e-Book:
    javaa.com/

    Java: An Object First Approach:
    www.scism.sbu.ac.uk/jfl/jflcontents.html

    Processing XML with Java:
    www.cafeconleche.org/books/xmljava/

    J2ME & Gaming:

    www.jasonlam604.com/books.php

    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg
    Related Posts:
  • Free and Open Source Online Books
  • Bulgaria Online Books Archive
  • Safari Books Online
  • The Java Series - Free Online Books
  • Free Computer Book Sites listed by Google


  • Filed under: Free Computer and I.T. Books — computer_teacher @ 1:01 am


    November 27, 2005

    Image Compression

    This post is for Zandu and everyone else who wants to learn about image compression. I could not find any online books dealing with image compression, but I have found several good sources of learning material and information for this topic, including chapters, class notes, slides, Dr. Dobb's Compression Site, and a data compression reference center. I hope these help you.


    Course note chapters for Multimedia Technology Class:
    www.it.cityu.edu.hk/~itaku/mmt.html
    - Lossless Compression:
    - www.it.cityu.edu.hk/~itaku/lossless_compression.pdf
    - Lossy Compression Techniques:
    - www.it.cityu.edu.hk/~itaku/Lossy_compression.pdf
    - Image Compression Standards:
    - www.it.cityu.edu.hk/~itaku/Image_Compression_standards.pdf

    Digital Image Compression Class with good course notes:
    web.cs.missouri.edu/~zeng/courses/CS4670/

    Chapter 6 Image Compression:
    www.niii.ru.nl/~ths/rt2/col/h6/6compressieENG.html

    Dr. Dobbs Data Compression Site:
    roquefort.di.unipi.it/~ferrax/fmindex/FM-pages/ddj_23-03-01....

    Data Compression Reference Center:
    compress.rasip.fer.hr/index_menu.htm

    Image Compression and File Formats:
    www.shortcourses.com/choosing/files/08.htm

    Video and Audio Compression:
    www.cs.sfu.ca/CourseCentral/365/li/material/notes/Chap4/Chap...

    Slides for Media Compression - Image:
    www.cs.sfu.ca/~jcliu/cmpt365/8-MediaCompression-Image.ppt

    Image Transforms:
    documents.wolfram.com/applications/digitalimage/UsersGuide/I...

    Digital Image Representation:

    pippin.gimp.org/image_processing/chap_dir.html
    Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
    • blogmarks
    • del.icio.us
    • Furl
    • Reddit
    • Shadows
    • YahooMyWeb
    • StumbleUpon
    • Digg
    Related Posts:
  • Lots of PHP Tutorials
  • Ubuntu Linux Video Tutorials
  • Free C and C++ Programming Books from Wikibooks
  • Many eBooks on Linux, Java, PHP, Cisco, VB.NET
  • The Linux Migration Quick Reference


  • Filed under: Free Computer and I.T. Books — computer_teacher @ 10:18 pm


    « Previous PageNext Page »

    Powered by WordPress