-
-
[
Visual C++ (VC++)]
ls.zip
... embrace it
-c : swith on/off color
-d : list folders only
-f : list files only
-o : omit file s extension ... extension names
-! : use kernel API instead of stream function to list
other options : will be ignored
Color:
yellow : directory
gray : ...
-
-
-
[
Unix_Linux]
FreeBSD_porter_manual.rar
... pkg-* files Chapter 14 to test your port upgrade Chapter 15 of Chapter 16 Ports Security No. Chapter 17, what to do and not do in chapter 18 of the Model Chapter 19 of the Makefile packing list (package list) automated production to keep pace Chapter 20
-
[
Java/JSP]
example.rar
Java data structures commonly used methods, including Arrays Class Collections category HashSet Class List Class TreeSet Class Map type Vector Class
-
-
[
Java/JSP]
8puzzlesolve.zip
... 8-puzzle solver. You input the current state of your annoying little 8 puzzle and it ll use the Hillclimbing Algorithm to calculate a list of moves which you can use to solve the puzzle. It is written in C++ with an interactive text mode based interface. ...
-
-
[
Visual C++ (VC++)]
yszs.rar
... Console Application)
2.Add source codes as following:List.cpp__the implementation of list type Operater.cpp__the implementation of operater type ... program
Then, Add head file as following:List.h__the head file of list type Operater.h__the head file of ...
-
[
Visual C++ (VC++)]
35127.zip
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook for the console. It has features like inserting, searching(linear), sorting(bubble sort), deleting and load/save to a file. I wrote ...