-
-
[
Visual C++ (VC++)]
VCdigitalimageprocessingmatchingCD.Rar
vc Digital Image Processing+5.0 ch1_1 has created this application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
-
[
Unix_Linux]
glibc-linuxthreads-2.3.tar.gz
This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c "pthread" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other ...
-
[
Visual C++ (VC++)]
xctrl.zip
The XCTRL sample is an ATL "full control" ATL Control. It s really just a stock OLE control that draws an "X" through it s client area
-
[
Visual C++ (VC++)]
writeres.zip
... sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the image resources directly. The sample uses an ofstream and a stdio FILE to write the bytes of the resource out to new files.
-
[
Visual C++ (VC++)]
treestore.zip
... views are capable of storing hierarchical data, which isn t intuitively serialized. The TreeStore sample is an MDI application which shows a view based on CTreeView and demonstrates loading and saving the content of the control with MFC s CArchive-based ...
-
[
Visual C++ (VC++)]
scrl.zip
... application shows how to use the CListCtrl::Scroll() member. It subclasses a list view control which is in report mode, and forces the ... , and also demonstrates how to find information about each column. This is a VC++ 5.0 project. Differences from a stock ...
-
-
-
[
Java/JSP]
gedebahe.rar
... two several System.out.print ( "Please input a oushu : ")// input an even try (BufferedReader in ... (new InputStreamReader (System.in)) = String inputLine in.readLine () a = Integer.valueOf (inputLine). intValue ()) catch (Exception exc) ( System ...
-
[
C/C++]
SendA.rar
-Send character A to the serial port by invoking detecting program. The code is compiled in codewarrior, so users could know a bit of codewarrior.