ACM试题An Easy Problem
Description
As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater than I, and the numbe ...
These files contain all of the code listings in
Java: The Complete Reference, J2SE 5 Edition
The source code is organized into files by chapter.
For example, the file Chap7.code contains the
programs shown in Chapter 7.
Within each chapter file, the listings are stored
in the same order as they ...
The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, including real and complex FFTs in 1-3 dimensions, an ...
一个开源heml语意分析器
ekhtml: The El-Kabong HTML parser
SUMMARY:
El-Kabong: A speedy, yet forgiving, SAX-stylee HTML parser.
PROJECT INFORMATION:
Web Site: ekhtml.sourceforge.net
The web site contains links to locations where one can:
- file bugs
- join mailing lists
- download the l ...
This project does not contain a full, runnable application program. Instead, the only package ope.account contains two classes which represent basic bank customer and account information.
The project Adventure is a simple text-based adventure game. The game, as given, involves the hero trying to find his way from a deep dark forest to home and his true love. There s very little else the player can do apart from moving from place to place. It s not really very interesting.
This proje ...
This project does not contain a full, runnable application program. Instead, the only package ope.football contains two classes to represent match data for football (and possibly other team sports).
CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional surface.
Package ope.carsim contains classes that represent the problem domain: cars and locations.
Package ope.carsim.gui contains a user interface for the application.
Implemented BFS, DFS and A*
To compile this project, use the following command:
g++ -o search main.cpp
Then you can run it:
./search
The input is loaded from a input file in.txt
Here is the format of the input file:
The first line of the input file shoud contain two chars indicate the source and ...
Introduction to the MSN Messenger Activity SDK
--- --- --- --- --- --- --- --- --- --- --- --- --- --
The MSN® Messenger Activity software development kit (SDK) contains technical information about how to develop and test single-user and multiuser applications by using the Activity object model ...