Geometry.Net - the online learning center
Home  - Computer - Cpp
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 201    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | 11  | Next 20

         Cpp:     more books (100)
  1. Programming Embedded Systems: With C and GNU Development Tools, 2nd Edition by Michael Barr, Anthony Massa, 2006-10-01
  2. Schaum's Outline of Programming with C++ by John Hubbard, 2000-05-16
  3. Accelerated C++: Practical Programming by Example by Andrew Koenig, Barbara E. Moo, 2000-08-24
  4. Programming in Visual C# 2008 by Julia Case Bradley, Anita Millspaugh, 2009-01-08
  5. Programming in ANSI C by Ram Kumar, Rakesh Agrawal, 1991-09
  6. Cocoa Programming: A Quick-Start Guide for Developers (Pragmatic Programmers) by Daniel H. Steinberg, 2010-04-23
  7. C Program Design for Engineers (2nd Edition) by Jeri R. Hanly, Elliot B. Koffman, 2000-12-07
  8. C Programming FAQs: Frequently Asked Questions by Steve Summit, 1995-11-17
  9. C by Dissection: The Essentials of C Programming (4th Edition) by Al Kelley, Ira Pohl, 2000-11-09
  10. Teach Yourself C in 21 Days (Sams Teach Yourself) by Peter G. Aitken, Bradley L. Jones, et all 1997-08
  11. Embedded C Programming and the Atmel AVR by Richard H. Barnett, Sarah Cox, et all 2006-06-05
  12. A Complete Guide to Programming in C++ by Ulla Kirch-Prinz, Peter Prinz, 2002-01-01
  13. C# Network Programming by Richard Blum, 2002-11-26
  14. A Book on C: Programming in C (4th Edition) by Al Kelley, Ira Pohl, 1998-01-08

101. GRAPE - Graphics Programming Environment
A package for mathematical visualization, particularly in the fields of differential geometry and continuum mechanics. Available free by FTP but only to university departments and similiar research sites and only for nonprofit purposes.
http://www-sfb256.iam.uni-bonn.de/grape/
GRAPE - Graphics Programming Environment
Welcome to the GRAPE information pages. GRAPE is a package for mathematical visualization. It has been particularly effective in the fields of differential geometry and continuum mechanics. But it will probably help to understand any other problem involving the numerics of partial differential equations or the need of advanced three-dimensional computer graphics. GRAPE is developed and distributed by the in cooperation with the Please feel free to use any of the services offered. If there is any information you still need, please don't hesitate to send us e-mail (see bottom of page for address). As part of the software development is done at the , we strongly recommend that you take a look at their World Wide Web server ( GRAPE in Freiburg ), too.

102. Programming In C
This is a set of notes on programming in C. They were originally prepared as plain ASCII files using a private set of nroff macros and have now been
http://www.scit.wlv.ac.uk/cbook/
Programming in C
This is a set of notes on Programming in C. They were originally prepared as plain ASCII files using a private set of nroff macros and have now been converted to HTML. Most of the small programming examples are available on-line. Just select the link about the program and then use your WWW browser's ability to save pages in a local file.
  • Chapter 1 Introduction
  • Chapter 2 Programming with Integers
  • Chapter 3 Arithmetic
  • Chapter 4 Data Types
  • Chapter 5 Loops and Conditions
  • Chapter 6 Addresses, Arrays, Pointers and Strings
  • Chapter 7 Functions and Storage Management
  • Chapter 8 The Pre-Processor and Standard Libraries
  • Chapter 9 Command Line Arguments and File Handling
  • Chapter 10 Structures, Unions and Typedefs
  • Chapter 11 Separate Compilation of C Modules
  • Chapter 12 Efficiency, Economy and Portability There are various other sources of information available on-line. If you are really interested in the C programming language you should
  • Read the comp.lang.c newsgroup
  • Obtain and read the comp.lang.c FAQ
  • Study the submissions to the International Obfuscated C Code Contest If you are interested in systems programming especially in the Unix context there are further notes on a wide range of topics.
  • 103. The Programmer's Library
    Annotated source code examples for most Unix system and library calls. Plus working source code examples of some classic algorithms.
    http://www.yendor.com/programming/
    A C/Unix/Linux/FreeBSD
    Programmer's Reference Resource
    Table of Contents:
    Unix Programming: (By W. Richard Stevens)
    Advanced Programming in the UNIX environment.
    [annotated by Ariel Faigon]
    UNIX network Programming
    [examples as-is, not annotated]
    Classic Algorithms (Ariel Faigon):
    A collection of Sorting algorithms
    Binary Search (requires the bsearch.h header)
    Warshall Transitive Closure (Requires some typedef's from auto.h
    Classic (Tarjan) Union-Find (Requires a typedef for : int is perfect)
    Minimization of Finite-State Automata (Using the above two primitives and more)
    Overview:
    This is a modest collection of useful pieces of code. and examples. It has all been well tested, and working well. The first part of the collection are coding examples from Richard Stevens' Unix programming books. These are by far the best Unix programming books I've ever read. I added some HTML annotation to the examples so searching works better on them. In order to really understand the examples and learn, I highly recommend getting Stevens' books. The second part of the collection includes some classical algorithms that I wrote based on classical text and refined over time.

    104. Computer Chess Programming
    Page of chess programming links and documents. Also contains links to other turnbased game programming.
    http://chess.verhelst.org/
    Computer Chess Programming
    Scalable Search in Computer Chess
    29 August 2005 Scalable Search in Computer Chess: Algorithmic Enhancements and Experiments at High Search Depths The book presents new results of computer-chess research in the areas of selective forward pruning, the efficient application of game-theoretical knowledge, and the behavior of the search at increasing depths. It shows how to make sophisticated game-tree searchers more scalable at ever higher depths.
    Posted in Books
    Advances in Computer Chess 5
    25 August 2005
    Posted in Books
    Advances in Computer Chess 4
    25 August 2005
    Proceedings of the International Conference, Brunel University, UK, 1984.
    Posted in Books
    ExaChess 3.1.3
    15 June 2005 Exachess is a chess-database program for the Macintosh that can be used to store collections of chess games or to play games with with several chess-engines . There is a free Lite version and a paid Pro version. Posted in Mac
    Vektor3 Chess 3.2.2
    15 March 2005 Vektor3 Chess is a chess program for the Mac with features that include a customizable chessboard with multiple piece sets, multiple documents, multithreading, support for variations, annotation editor with text styles, move annotations and diagrams, several playing levels, opening book, game analysis, position editor, PGN import and export, HTML export, speech, multiple undo and redo, HTML help including rules of chess. Posted in Mac
    Artificial Intelligence: A Modern Approach (2nd Edition)
    20 January 2005
    Artificial Intelligence: A Modern Approach Artificial Intelligence: A Modern Approach

    105. Serial Programming HOWTO
    An advanced guide on how to make your Linux software communicate with a serial interface.
    http://www.tldp.org/HOWTO/Serial-Programming-HOWTO/index.html
    Serial Programming HOWTO
    Gary Frerking
    gary@frerking.org
    Peter Baumann
    Revision History Revision 1.01 Revised by: glf New maintainer, converted to DocBook Revision 1.0 Revised by: phb Initial document release This document describes how to program communications with devices over a serial port on a Linux box.
    Table of Contents Introduction
    New Versions Credits Feedback ...
    Next Introduction

    106. Programmers Heaven - C / C++ Programming Zone
    Programmer s Heaven For C C++ Pascal Delphi Visual Basic Assembler C .Net java JSP This area of the site covers the C/C++ programming language.
    http://www.programmersheaven.com/zone3/
    Username:
    Password:
    Auto-login

    Register

    Why register?

    Forgot Password?
    ...
    Advanced Search

    E-mail:
    More information
    Current area: HOME
    C / C++ zone

    This area of the site covers the C/C++ programming language. Not sure where to start? Try one of our beginners guides to C and C++ C Programming C Development Tools C Links C Sourcecode C++ Programming C++ Development Tools C++ Libraries C++ Links C++ Sourcecode See also: ActiveX / COM Components DLL Components C++ Builder C++ Builder Components Messageboards C/C++ programming C++ MFC programming Selected book Secure Programming Cookbook for C and C++ Do you have a home office? Yes No Plan to View current results View past Surveys Latest logged in users baveman slickz Laych Developer News The latest press releases, product announcements and news from the developer community. Scand releases new version of dhtmlxTree Scand LLC has released version 1.1 of dhtmlxTree, a cross-platform JavaScript navigation component that allows web authors to organize a great volume of data into XML-based dynamical tree control. Posted By: webmaster Read More...

    107. Optimization Frequently Asked Questions
    Includes basic definitions and links to free and commercial software.
    http://www-unix.mcs.anl.gov/otc/Guide/faq/
    Optimization
    Frequently Asked Questions
    Linear Programming FAQ
    Nonlinear Programming FAQ
    These FAQs were established by John W. Gregory and are currently being maintained by Robert Fourer 4er@iems.nwu.edu ) and the Optimization Technology Center of Argonne National Laboratory and Northwestern University. NEOS Guide NEOS Server Comments

    108. ActiveX Control For Programming The Windows Registry
    Registry Pro is an activeX registry control that gives activex and COM (dll) developers easy access to the power of Windows registry programming. Detailed help file and comprehensive example programs included.
    http://www.evansprogramming.com/registry_pro.asp

    Download
    Buy Contact
    Home
    ...
    Links

    Registry Pro - ActiveX Registry Control
    Trial Download

    Buy Now

    Registry Pro is an activeX registry control that gives developers easy and complete access to the power of registry programming. Works with VB, VBA and other ActiveX and COM DLL supporting languages. Includes a detailed help file, comprehensive example programs and a royalty-free re-distributable setup program.
    Features
    Details Upgrade Info Price List
    Features Top
    Easy to use Supports create, delete, read, write and rename of registry branches, keys and values Includes methods to enumerate all registry hives, branches, keys and values Supports all registry data types All methods and properties support remote registry calls (reads and writes of a remote computers’ registry) Detailed help file and comprehensive example programs included Help file provides additional information on the registry and on registry programming Compatible with all 32 bit Windows operating systems Free support and upgrades to registered users 30 day money back guarantee Details Top Methods and Properties Objects, Enumerations and Constants

    109. Oreilly.com -- Online Catalog: Palm Programming: The Developer's Guide, First Ed
    Used by Palm in their developer training, this tutorialstyle book published by O'Reilly shows intermediate to experienced C programmers how to build a Palm application from the ground up.
    http://www.oreilly.com/catalog/palmprog/
    Sign In/My Account View Cart Book List Learning Lab ... Jobs
    Search Resource Centers Bioinformatics C/C++ Databases Digital Media ... XML Book Series Annoyances CD Bookshelves Cookbooks Developer's Notebooks ... Personal Trainer Publishing Partners Mandriva No Starch Press Paraglyph Press PC Publishing ... Syngress Publishing Online Publications LinuxDevCenter.com MacDevCenter.com ONDotnet.com ONJava.com ... XML.com Sponsored Zones Novell Learning Channel Special Interest Beta Chapters Events From the Editors List Letters ... tim.oreilly.com Special Sales Academic Corporate Services Government Inside O'Reilly About O'Reilly Bookstores Catalog Request Contact Us ...
    Register your book
    to get email notification of new editions, special offers, and more. Search on Safari Search contents of Palm Programming: The Developer's Guide Code Fragments only Also see:
    Table of Contents

    Index
    Palm Programming: The Developer's Guide
    By  Neil Rhodes Julie McKeehan
    First Edition December 1998
    ISBN: 1-56592-525-4
    This book has been updatedthe edition you're requesting is out of print. Please visit the catalog page of the latest edition
    The latest edition is also available on Safari Bookshelf
    Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial-style book shows intermediate to experienced C programmers how to build a Palm application from the ground up. Includes a CD-ROM with source code and third-party developer tools. [

    110. Able Disabled Programming Group, LLC - Berwick - Morgan City, Louisiana
    Offers design, hosting, management, ecommerce, and internet access. Run by persons with disabilities. Based in Morgan City, Louisiana.
    http://www.adpg.com/

    111. Internet Programming Contest
    Duke University sponsors a programming contest that takes place in realtime over the internet.
    http://www.cs.duke.edu/~ola/ipc.html
    The Duke Internet Programming Contest
    Duke has sponsored a programming contest that takes place in real-time over the internet. The contest has been held each year since 1990. It is open to anyone , there are divisions for novice programmers, undergraduates (not necessarily novices), and an open division. The contest problems from all previous contests are available via anonymous ftp. A paper The Internet Programming Contest: A Report and Philosophy that appeared in SIGCSE '93 is also available. The founders of the contest are (in alphabetical order) Owen Astrachan Vivek Khera Dave Kotz , and Lars Nyland
    Four problems from previous contests converted to HTML. These show the uniformity with which problems are presented.
    The 200X Duke IPC Contest
    Maybe there will be a contest soon. Maybe not. See below.
    The 1994/5/6 Duke Internet Programming Contest
    Well, that's now way out of date. For archival purposes, here's the text about that contest. Due to several mitigating circumstances, the 1994 internet programming will not be held. We're sorry for the late notice, but several circumstances have forced us to cancel, rather than deal with IPC-9X. Due to more circumstances we didn't hold a contest in 1995. We have plans to hold a contest in 1996, but don't hold your breath. However, please stay tuned. When a specific date is determined, notice will be placed here. Keep practicing...

    112. SeSAm - Integrated Environment For Multi-Agent Simulation
    SeSAm (Shell for Simulated Agent Systems) provides a generic environment for modelling and experimenting with agentbased simulation.
    http://www.simsesam.de
    SeSAm - Integrated Environment for Multi-Agent Simulation http://simsesam.de/

    113. MHz Networks - Home
    Broadcasts films and international news. Includes information on programming, schedules, and how to watch.
    http://www.mhznetworks.org/
    Who We Are FAQs Contact MHz Directions Who We Are FAQs Contact MHz Directions ... Contact Info

    114. The SR Programming Language
    Synchronizing Resources is a language for writing concurrent programs. Source code, mailing list archive, and documentation.
    http://www.cs.arizona.edu/sr/www/index.html
    The SR Programming Language
    SR (Synchronizing Resources) is a language for writing concurrent programs. The main language constructs are resources and operations. Resources encapsulate processes and variables they share; operations provide the primary mechanism for process interaction. SR provides a novel integration of the mechanisms for invoking and servicing operations. Consequently, all of local and remote procedure call, rendezvous, message passing, dynamic process creation, multicast, and semaphores are supported. SR also supports shared global variables and operations. SR has been used at a number of universities and labs for course work and research projects involving concurrent programming. It has been used in concurrent programming courses to reinforce concepts with small programming projects and with larger projects such as experiments with parallel algorithms, replicated databases, distributed simulations, and parts of distributed operating systems such as file systems and command interpreters. SR has also been used as a tool in several masters theses and doctoral dissertations to conduct experiments in parallel and distributed programming and to implement larger systems such as a system for mixed language programming, one for distributed implementation of graph algorithms, experiments with load balancing algorithms, and experiments with upcall program structures. SR is the predecessor to the MPD programming language, which provides the same capabilities using the syntax described in

    115. Advanced Programming Concepts, Custom Web Development, Custom Software Developme
    Christian software Web development company. Consultation, consulting, programming, analyst, analysis, since 1987, FoxPro, business, church, data conversions, management, managerial consultation.
    http://APCWeb.com/
    Welcome to Advanced Programming Concepts
    If you are looking for a Christian company that offers high quality Web development or custom software development , or just to help you find information technology solutions, you have "surfed" to the right place! See What's New at Advanced Programming Concepts Our company has the resources to help you solve problems (check out our products and services page for details). We've successfully done it for many other companies and we can do it for yours. Take a look at our resume and what our clients say about us for a clearer description of who we are. We specialize in helping you figure out what you really want and then helping you get it done. We appreciate any feedback you are willing to give us regarding this website or your impressions of our company (e.g., compliments or suggestions for improvements). Due to very large client commitments, we are temporarily postponing the acceptance of new applications (you can still apply but we can't review your site until our workload slows down) for the 2005 Advanced Programming Concepts Web Development Excellence Awards If you know of a quality website that utilizes advanced concepts (design, coding, or graphics)

    116. Historyvision
    Weekly listings of historyrelated programming airing in the U.K.
    http://www.eratosthenese.com/historyvision/
    @import url("http://www.blogger.com/css/blog_controls.css"); @import url("http://www.blogger.com/dyn-css/authorization.css?blogID=8286886"); var sc_project=390481; var sc_partition=1; var sc_security="";
    Historyvision
    History in film, television and popular culture. Weekly History TV listings for the UK
    Saturday, April 16, 2005
    Apologies
    Apologies for the complete lack of posts recently. It's entirely possible that there will not be any for a few weeks whilst dissertations, finals and the general election get in the way. Anything massively interesting will be elsewhere on the web, or over at Fosteria Chronicles . Thanks! Permalink comments
    Sunday, March 20, 2005
    History TV Listings from Monday 21st March
    Monday 21st
    20:00 C4 - The Gospel Truth?
    Robert Beckford, who made some shows about religion around Christmas, looks at the real roots of Black slave gospel music - the Gaelic roots.
    21:00 BBC2 - Around the World in 80 Treasures
    Dan Cruickshank visits India and Sri Lanka.
    Tuesday 22nd
    14:20 BBC2 - The Great War
    Repeat of the important 1964 series.

    117. DOS Programming, Undocumented DOS, And DOS Secrets
    Information on most every aspect of DOS programming.
    http://www.frontiernet.net/~fys/index.htm
    Programming MS-DOS with Power
    DOS Programming, Undocumented DOS, and DOS Secrets
    This web site is devoted to DOS programming for those of us who still enjoy programming in DOS. Don't get me wrong, I do program in Windows also. In fact, I use VC++, but when it comes to having fun, I still turn to DOS programming. Here you will find hard to find info on programming DOS. I will update this site as I frequently as possible.
    The title as well as other items on this page state MS-DOS . I am not trying to promote the use of, or state that MS-DOS is better than other DOS operating systems. This is the DOS that I use, and I want to keep a medium to the content of this page. If you use a different DOS and have questions, feel free to call upon me or any content of this page.
    I now have access to a WinNT machine, however unless otherwise noted, all references to Windows on this site refers to the Windows 9x family of Windows.
    If you would like to see any specific code and/or documentation on this page, just e-mail me. Any and all code or documentation that I put on this site is free. I am a strong believer in freeware. The only thing I ask is that you spread the word to your friends. You can request code and/or documentation for Assembler, Basic, C and Pascal as well as any DOS help.

    118. PR101 AN INTRODUCTION TO C
    This courseware introduces you to the subject of programming using the C language. You are encouraged to work through this course at your own pace.
    http://www.cs.ntu.edu.au/sit/resources/cprogram/default.htm

    119. Programming Languages Are Like Women
    Mildly sexist metaphorical languages lineup.
    http://www.columbia.edu/~sss31/rainbow/prog.lang.html
    Programming Languages are Like Women
    by: Daniel J. Salomon Department of Computer Science, University of Waterloo Waterloo, Ontario, Canada N2L 3G1
  • Back to Rainbow Humor Page
  • 120. AIForge: The Programming Game Directory
    Dennis Luehring's list of links related to programming games.
    http://www.gammax.net/aiforge/
    AIForge.net - The Programming Game Directory
    what is aiforge:
    This site is intended as an outreach to the evershrinking community of programming games addicted people... well like me. ;)
    how to find the aiforge webpage:
    whoami:
    i am currently an 25 years old c/c++(and x86-asm, pascal, java and D ) fanatic software developer (not just an programmer :-))
    living in germany near stuttgart and maintainer of the ai fleet commander version
    the content:
    my Programming Game Links - (last update 2005/06/28 - more than 1200 working links)
    the Guestbook
    the Wiki - add links or questionts here
    the todo list:
    • collect all programming-games (send me all information you've got) the sourcecode for every program shown on this list the latest version of every game screenshots of the mac/beos/amiga -version of the games (i'm linux, win32 and qnx only) links, tools, docs for the programms

    Page 6     101-120 of 201    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | 11  | Next 20

    free hit counter