-
-
[
Java/JSP]
chapter3.rar
... Example 1: First, to compile RMI stubs (stub) and framework (skeleton) document. Secondly, all the types of documents compiled on the server and the client compiler generated. Class files packaged. Third, restart the server. Fourth, start the client
-
[
Visual C++ (VC++)]
dashline.rar
With Windows API, you can only create a dash or dot pen when the pen width is 1.
This class permit you to work with virtual dash or dot pen with width bigger than 1.
-
[
C/C++]
matrix11.zip
Matrix TCL Lite 1.12
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and ...
Category:
SCM Upload User:
xinfengjx Size:
39K
-
[
Visual C++ (VC++)]
ChoiceButton_src.zip
It sa CButton-derived class that uses the OwnerDraw style.To use the control in your project, just add the following files to it: ChoiceButton.cpp ChoiceButton.h
-
[
Unix_Linux]
radius-1.2.0.tar.gz
... . A minimal set of VSAs (VendorSpecific Attributes are supported by this stack). The RadiusStack should be used as a base class. In order to implementa larger set of VSAs, one will need to subclass from theRadius Stack and implement the functionality ...
-
[
Java/JSP]
JAVAv1.4.zip
Decompile java latest tools, to support the decompile directory level, and also supports double-click. Class files can view the source file, only to learn to use.
-
[
Visual C++ (VC++)]
Introduction.to.Algorithms.Second.Edition.rar
This a large book, and your class will probably cover only a portion of its material. We
have tried, however, to make this a book that will be useful to you now as a course textbook
and also later in your career as a mathematical desk reference or an ...
-
[
Visual C++ (VC++)]
DTConvertor.zip
... pretty nice classes to work with but not when you re debugging and need to know their actual date-time values. The CTime class stores its value in a time_t member variable and COleDateTime uses the DATE type to keep its value. Unfortunately when we need ...
Category:
SCM Upload User:
jack52168 Size:
28K
-
[
Visual C++ (VC++)]
AlternativeTimestampClass_src.zip
This is a timestamp class that stores dates and times from year 0- year 9999 and beyond. It stores timestamps up to an ... operators as well as some basic date arithmetic (add day, add month, etc.). This class is aware of leap years, but not leap seconds
-
[
Visual C++ (VC++)]
DateClass_demo.zip
To use the class in your project you will need the following files: SimpleDate.cpp: contains the date class functions SimpleDate.h: Header for above class Parseit.cpp: Helper class that parses date strings