Geometry.Net - the online learning center
Home  - Computer - Cpp
e99.com Bookstore
  
Images 
Newsgroups
Page 3     41-60 of 83    Back | 1  | 2  | 3  | 4  | 5  | Next 20

         Cpp:     more books (100)
  1. C Pocket Reference by Peter Prinz, Ulla Kirch-Prinz, 2002-11-20
  2. Advanced CORBA(R) Programming with C++ by Michi Henning, Steve Vinoski, 1999-02-27
  3. C Programming - An Advanced Course by Noel Kalicharan, 2008-08-11
  4. Practical Database Programming With Visual C#.NET by Ying Bai, 2010-04-05
  5. Objective-C for Absolute Beginners: iPhone and Mac Programming Made Easy by Gary Bennett, Mitchell Fisher, et all 2010-08-25
  6. C Programming for Scientists and Engineers With Applications by Rama Reddy, Carol Ziegler, 2009-08-17
  7. C in a Nutshell (In a Nutshell (O'Reilly)) by Peter Prinz, Tony Crawford, 2005-12-16
  8. Programming in Visual C 2005 by Julia Case Bradley, 2008-01
  9. Parallel Programming in C with MPI and OpenMP by Michael J. Quinn, 2003-09-01
  10. CGI Programming in C and Perl by Thomas Boutell, 1996-04-29
  11. Programming C#: Building .NET Applications with C# by Jesse Liberty, 2005-02-22
  12. C Programming in 12 Easy Lessons by Greg Perry, 1994-11
  13. Beginner's Guide to Embedded C Programming - Volume 2: Timers, Interrupts, Communication, Displays and More by Chuck Hellebuyck, 2009-06-22
  14. SPARC Architecture, Assembly Language Programming, and C (2nd Edition) by Richard Paul, 1999-08-08

41. Allegheny College: Center For Political Participation
The Center for Political Participation is dedicated to fostering an appreciation for the vital link between an engaged, active citizenry and a healthy
http://cpp.allegheny.edu/

42. Crumpler Plastic Drainage Pipe - Manufacturer Of HDPE Corrugated Plastic Drainag
Premier site on the Web for information regarding High Density Polyethylene (HDPE) corrugated plastic drainage pipe. Product lists and specs,
http://www.cpp-pipe.com/

Home
Products Markets Coupler Systems ... Return Policy Markets We
Serve
Stormwater

Agricultural

Septic Sewers

Residential
Technical
Support
Hydraulic Flow

Installation

Prudent Risk Analysis
BMP Stormwater Treatment ... Technical Data Products Product Introduction Single Wall Product List Smooth Core Product List Fittings ... n-10 Headwall Inlets Manufacturers of Corrugated Plastic Drainage Pipe Our office hours are 8 AM to 5 PM EST. We will answer all inquiries within one business day. Crumpler Plastic Pipe Telephone: Address: P.O. Box 2068 Highway 24 West Roseboro, NC 28382 Fax: Email: cppsales@cpp-pipe.com Engineered Sales: engineered@cpp-pipe.com

43. Argouml-cpp.tigris.org
CollabNet, Facilitating Collaborative Software Development.
http://argouml-cpp.tigris.org/
Login Register CollabNet Enterprise Edition Tigris.org Open Source Software Engineering Tools My pages Projects Community openCollabNet ... argouml-cpp
Project tools
Search
This project All projects Advanced search
How do I...
Category Featured projects scm Subversion Subclipse TortoiseSVN ... SSTree Over 500 more tools... Subversion and IDEs Eclipse JDeveloper NetBeans Visual Studio
argouml-cpp
Project home
If you were registered and logged in , you could join this project. Summary C++ support in ArgoUML Category design License BSD License Owner(s) euluis linus
Description
This is the ArgoUML C++ project. The purpose is to provide the ability to generate C++ from ArgoUML, read C++ source files and generate an UML model and diagrams within ArgoUML, and eventually allow full round-trip engineering for C++. The C++ generation is provided with all ArgoUML releases since 0.13.2 (March 2003) in the "modules"-file. The supported functionalities are documented in the ArgoUML user manual, User Manual 0.24 Appendix D. The C++ Module

44. CPP | Front Page
The staff of consultants at the Center for Positive Practices provide a wide array of technical assistance services, including Content Development,
http://www.positivepractices.com/
Daily Education News Education News Feeds Education Rights News Diversity in Education News Exceptional Children News Realms Education Positive Practices Learning by Design Research and Evaluation amazon.com
Arlene Fink: Conducting Research Literature Reviews: From Paper to the Internet What's New? Link Mania
Welcome to the
Center for Positive Practices!
We offer a variety of professional services as described below. Please contact us at any time for more information.
Page Contents
Research and Evaluation Technical assistance and program development Website design, development, and maintenance
Research and Evaluation
We provide research and evaluation services to clients in the fields of education and community-based services. Our staff of research and evaluation consultants have participated in and/or directed dozens of evaluations over the past 10 years. For more information about this service, click here
Technical assistance and program development
The staff of consultants at the Center for Positive Practices provide a wide array of technical assistance services, including Content Development, Curriculum Design and Development Services, Editing/Proofreading, Language Proficiency Testing, Program Development and Grantwriting, and Technology Support Services. For more detail about these services, click here
Website design, development, and maintenance

45. Firebird Relational Database 'protocol.cpp' XDR Protocol Remote Memory Corruptio
info discussion exploit solution references. Firebird Relational Database protocol.cpp XDR Protocol Remote Memory Corruption Vulnerability
http://www.securityfocus.com/bid/27403
var pathname='/home'; var OAS_listpos = 'Top,Middle,Bottom1,Right1,x29,x30,x28'; Threat level definition Search: Home Bugtraq Vulnerabilities Mailing Lists ... references Firebird Relational Database 'protocol.cpp' XDR Protocol Remote Memory Corruption Vulnerability Bugtraq ID: Class: Boundary Condition Error CVE: CVE-2008-0387 Remote: Yes Local: No Published: Jan 28 2008 12:00AM Updated: Mar 27 2008 01:39PM Credit: Damian Frizza and Alfredo Ortega from Core Security Technologies are credited with discovering this vulnerability. Vulnerable: Gentoo Linux Firebird Firebird 2.0.3 Firebird Firebird 2.0.2 Firebird Firebird 2.0.1 Firebird Firebird 1.5.5 Firebird Firebird 1.5.4 Firebird Firebird 1.0.3 + FreeBSD FreeBSD 4.8 + FreeBSD FreeBSD 4.7 + FreeBSD FreeBSD 4.6 Firebird Firebird 2.1 Beta 2 Firebird Firebird 2.0

46. Cpp
/******************************************************************** ** ** Copyright (c) 1989 Mark R. Nelson ** ** LZW data compression/expansion
http://marknelson.us/attachments/1989/lzw-data-compression/lzw_nelson.cpp
#include #include #define MAGIC_1 (0x1f) /* from GNU/Linux version */ #define MAGIC_2 (0x9D) /* from GNU/Linux version */ #define FIRST (257) /* from GNU/Linux version */ #define BIT_MASK (0x1f) /* from GNU/Linux version */ #define BLOCK_MODE (0x80) /* from GNU/Linux version */ #define BITS 12 /* Setting the number of bits to 12, 13*/ #define HASHING_SHIFT (BITS-8) /* or 14 affects several constants. */ #define MAX_VALUE (1 < BITS) - 1 /* Note that MS-DOS machines need to */ #define MAX_CODE MAX_VALUE - 1 /* compile their code in large model if*/ /* 14 bits are selected. */ #if BITS == 14 #define TABLE_SIZE 18041 /* The string table size needs to be a */ #endif /* prime number that is somewhat larger*/ #if BITS == 13 /* than 2**BITS. */ #define TABLE_SIZE 9029 #endif #if BITS

47. CPP- Children's Practicing Pediatricians
700 Children s Drive, 7th Floor OCC Columbus, Oh 43205 614722-2145 614-722-2149 ( fax ) cpp@nationwidechildrens.org ( e-mail )
http://www.cpp-docs.org/
This page uses frames, but your browser doesn't support them.

48. Jim Kouri, CPP
Bringing you information on all aspects of law enforcement.
http://jimkouri.us/
Jim Kouri, CPP Bringing you information on all aspects of law enforcement. Introduction My professional goal is to continue working to make the National Association of Chiefs of Police the leading voice of American law enforcement and security. My personal aspirations are to be a widely read columnist and to create a better understanding of law enforcement and security work on the post-9-1-1 era. I've written two books and hope to write a third in the future. Another personal goal is to write at least one article each day. My interests are politics, music, motion pictures and daily workouts at the gym. I'm a black belt in martial arts and have studied Karate, Taekwondo, Judo, Ju-Jitsu, Kenjitsu and wrestling. I also train occasionally in boxing.
Jim Kouri is a certified protection professional, terrorism expert, writer, commentator and contributing editor for Chief of Police Magazine. A former chief at a housing project in New York City's Washington Heights district dubbed Crack City he serves as Fifth-Vice President of the National Association of Chiefs of Police (www.aphf.org). He possesses over 25 years of law enforcement and security experience and writes a regular column for KingNewsMedia.Com.He's the author of Crime Talk: Conversations with America's Top Crimefighters and Assume The Position: Police Science for Novelists, Screenwriters and Journalist, and his magazine articles appear in many publications. He's a frequent guest on many TV and radio stations including Fox News, CNN, CBS, ABC, CNBC, and others. Kouri holds a bachelor of science in criminal justice and master of arts in public administration and he's a board certified protection professional. [Webmaster]

49. Neil Watkiss / Inline-CPP - Search.cpan.org
Inlinecpp-0.24 30 May 2002, Inline-cpp-0.23 01 Sep 2001, Inline-cpp-0.22 11 Jun 2001 Inlinecpp, Write Perl subroutines and classes in C++.
http://search.cpan.org/dist/Inline-CPP/
Home Authors Recent News ... Feedback
in All Modules Distributions Authors permalink Neil Watkiss
Inline-CPP
This Release Inline-CPP-0.25 Download Browse 12 Aug 2003 Other Releases Inline-CPP-0.24 30 May 2002 Inline-CPP-0.23 01 Sep 2001 Inline-CPP-0.22 11 Jun 2001 Inline-CPP-0.21 06 Jun 2001 Inline-CPP-0.20 03 May 2001 Inline-CPP-0.14 13 Mar 2001 Inline-CPP-0.13 05 Mar 2001 Inline-CPP-0.12 29 Jan 2001 Inline-CPP-0.11 22 Dec 2000 Links Discussion Forum View/Report Bugs (3) Dependencies Other Tools CPAN Testers PASS (30) FAIL (46) [ View Reports Perl/Platform Version Matrix Rating 2 Reviews Rate this distribution License Unknown Special Files Changes
MANIFEST

Makefile.PL

README
Modules
Inline::CPP Write Perl subroutines and classes in C++. Inline::CPP::grammar 43449 Uploads, 14911 Distributions 55702 Modules, 6556 Uploaders hosted by perl.org , hardware provided by Shopping var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

50. Pelvic Pain - Overview - Prevention.com
Chronic pelvic pain (cpp) is characterized by pain in the lower abdomen and pelvic area that Women with cpp have one or more of the following symptoms
http://www.prevention.com/cda/vendorarticle/pelvic-pain/NW866/health/conditions.
Advanced Search selected = "topnav2"

51. Cpp Example Xml
123456789 uriexample.com/services/buyerService HTTP HTTP SSL HTTP SMTP 5 30 P1D http//www.w3.org/2000/09/xmldsig http//www.w3.org/2000/09/xmldsig sha1
http://www.ebxml.org/specs/cpp-example.xml
uri:example.com/services/buyerService HTTP HTTP SSL HTTP SMTP http://www.w3.org/2000/09/xmldsig# http://www.w3.org/2000/09/xmldsig#sha1 http://www.w3.org/2000/09/xmldsig#dsa-sha1 S/MIME DES-CBC http://www.ebxml.org/namespaces/messageService http://www.w3.org/2000/09/xmldsig http://ebxml.org/processes/buysell.xsd buy/sell agreement between example.com and contrived-example.com

52. OOPWeb.com - The Standard Template Library Tutorial By Johannes Weidl
www.oopweb.com/cpp/Documents/STL/VolumeFrames.html 1k - OOPWeb.com - The Function Pointer Tutorials by Lars HaendelThe Function Pointer Tutorials by Lars Haendel. 1. Introduction to Function Pointers 1.1 What is a Function Pointer ?
http://www.oopweb.com/CPP/Documents/STL/VolumeFrames.html

53. Welcome To The W.J. Beal Botanical Garden
W.J. Beal Homepage W.J. Beal Homepage Map and Directions to Beal Gardens History of the Beal Gardens Weddings and Tours
http://www.cpp.msu.edu/beal/
Can you find the hidden items in the picture?

54. [cpp-opensaml1] Index Of /
cppopensaml1, Repository. Repository Listing, ant-ext, cpp-log4shib, cpp-opensaml1, cpp-opensaml2, cpp-sp, cpp-xmltooling, hashib, ihexdsb, ihexuademo
http://svn.middleware.georgetown.edu/view/?root=cpp-opensaml1

55. CPP / C++ Forum - GIDForums
Welcome to the C++ Programming Language forum. Browse through the links below to find existing C++ programming discussions including source code examples,
http://www.gidforums.com/f-28.html

GIDForums
Computer Programming Forums CPP / C++ Forum User Name Remember Me? Password Register FAQ Members List Calendar ... Mark Forums Read
CPP / C++ Forum
Welcome to the C++ Programming Language forum. Browse through the links below to find existing C++ programming discussions - including source code examples, hints, tips, and tutorials. Example codes are syntax highlighted for your convenience. If you have just registered or if this is your first time here, and if you wish to include example C++ code in your posts and messages, please surround your example codes in [cpp]...[/cpp] bbcode tags when you submit your messages. This will syntax highlight your C++/CPP code examples within a post. Please refer to the details here Page 1 of 187 Last Threads in Forum : CPP / C++ Forum Forum Tools vbmenu_register("forumtools"); Search this Forum vbmenu_register("forumsearch"); Rating Thread Thread Starter Last Post ... Guidelines for posting requests for help - UPDATED! by WaltP Guidelines for Posting Requests for Help version 3.1 GIDForums is pleased to provide these forums to help you understand programming techniques and correct programming problems. Following these guidelines will help you post good questions with enough information that we can understand your... 21-Apr-2005
by WaltP Perfect Numbers by Corrupt Shadow Don't you love classes that are required for your major that have nothing to do with what you'll be doing with your degree? Yay! Okay, I have to write a complete program to write to the file perfect.out all perfect numbers between 2 and a specified named integer constant LIMIT (which we give a...

56. Minisat_1 Cpp
include vector include queue include iostream include fstream include sys/time.h include sys/resource.h using namespace std;
http://research.microsoft.com/users/lintaoz/SATSolving/picosat_1.cpp
#include #include #include #include #include #include clauses; //all the clauses vector variables; //all the variables, index is not used vector > assign_stack; //variables assigned at decision level n queue implication_queue; vector < "Can't open input CNF file " < filename buffer; vector < "Format Error, p cnf NumVar NumCls " < "Trailing literals in input without termination " < "WARNING : Clause count inconsistant with the header " < endl; cout < "Successfully read " < " Clauses " < "A Satisfiable Assignment is: " < endl; for (unsigned i=1; i < i; else o < i < ")"; o < "MiniSAT: A Simple SAT Solver " < endl; cerr < endl < endl;; cerr < "Usage: " < argv[0] <"Solving " < argv[1] < "Instance SATISFIABLE" < "Instance UNSATISFIABLE" < endl; break; case TIME_OUT: cout < "Time Out" < solver.num_decisions < endl; cout < solver.num_conflicts < endl; cout < solver.num_implications < endl; cout

57. Stackovfdemo Cpp
StackOvfDemo.cpp // // Author Oleg Starodumov (www.debuginfo.com) // // This application simulates a stack overflow exception
http://www.debuginfo.com/examples/src/StackOvfDemo.cpp
/////////////////////////////////////////////////////////////////////////////// // // StackOvfDemo.cpp // // Author: Oleg Starodumov (www.debuginfo.com) // // This application simulates a stack overflow exception // // /////////////////////////////////////////////////////////////////////////////// // Include files // #include #include #include #include #include #include #include /////////////////////////////////////////////////////////////////////////////// // Type definitions // typedef std::vector

58. Volhard: Canine Personality Profile -CPP
Your dog’s personality profile, also Known as Canine Personality Profile (cpp) Printer friendly version of the cpp. To get the free software to open the
http://www.volhard.com/training/cpp.htm
Volhard
Canine Personality Profile
(aka CPP)
, also Known as Canine Personality Profile (CPP) The results of the Profile will give you a better understanding of why your dog is the way he is and the most successful way to train him. You can then make use of his strengths, avoid needless confusion and greatly reduce the time it takes to train him.
Evaluating the Profile
When completing the Profile, keep in mind that it was devised for a house dog or pet with an enriched environment, perhaps even a little training, and not a dog tied out in the yard or kept solely in a kennel such dogs have fewer opportunities to express as many behaviors as a house dog. Answers should indicate those behaviors your dog would exhibit if he had not already been trained to do otherwise. For example, did he jump on people to greet them, or jump on the counter to steal food, before he was trained not to do so? The fight part of the defense drive does not fully express itself until the dog is mature, around two to four years of age, depending on the breed, although you may see tendencies toward those behaviors earlier. Young dogs tend to exhibit more flight behaviors than older dogs.
The Questionnaire
On-line version of the CPP questionnaire.

59. CPP
cpp. submission guidelines. Manuscripts will be accepted from October 1, 2007, through the postmark deadline of January 11, 2008.
http://coloradoreview.colostate.edu/CPP/sub.html
submission guidelines:
  • Manuscripts will be accepted from October 1, 2007, through the postmark deadline of January 11, 2008. The winner will be announced in May 2008. The winning book-length collection of poems will be published by the
    Center for Literary Publishing and distributed by the University Press
    of Colorado in the fall of 2008. There is a $25 reading fee , which includes a one-year subscription to Colorado Review (subscription normally costs $24). Make checks payable to Colorado Review . VISA/Mastercard also accepted. (Include card number, expiration date, and name as it appears on the card.) This year's final judge is Martha Ronk. Former students and close friends of the final judge are not eligible to compete. Colorado State University employees, students, and alumni are not eligible to compete.
  • 60. Michael Crocker, CPP & Associates, Inc.
    Michael Crocker, cpp Associates, Inc. is a Licensed Security Consulting Specialist and Marketing Consultant to the Security Products and Security Services
    http://www.mikecpp.com/
    MCA Personnel Provide Professional Security Consulting Services Through:
    • A Texas Registered Security Consultant or Consultants A Certified Security Consultant (CSC) or Consultants Awarded by the International Association of Professional Security Consultants A Certified Protection Professional (CPP) or Professionals Awarded by ASIS International
    TEXAS SECURITY CONSULTANT Professional Security Consultants Experienced in Serving Oil, Gas and Chemical Industry Clients Successful Experience Providing Waterway Suitability Assessments (WSA) for Clients with Proposed Liquefied Natural Gas (LNG) Terminals
    *Security Systems Design and Specifications Preparation
    *Bid Administration
    *Project Management, Construction Review and Acceptance Testing CONSULTING SERVICES
    * Third Party Audits of Security Guards and Electronic Security Programs
    * Security Surveys, and Security Vulnerability Assessments (SVA)
    * Emergency Contingency Planning Services
    * Fire/Life Safety Planning and Approval Services
    * Services for High Rise Office, Logistics, Industrial and Port Environments EXPERT TESTIMONY
    * Security Service Provider Negligence Litigation
    CONTACT Houston Office - 281-543-3960 Fax 832-230-8022 P.O. Box 631283

    Page 3     41-60 of 83    Back | 1  | 2  | 3  | 4  | 5  | Next 20

    free hit counter