-
-
-
[
Java/JSP]
Program.zip
... completed in the design view menu interface components such as design, and add the event handler. IDE interface design to make full use of ... the event handling code can be the common way to provide a unified call, for example: add methods, delete methods.
-
-
-
[
Visual C++ (VC++)]
clock.rar
Disc clock applet,// CClockDoc construction/destructionCClockDoc:: CClockDoc () (//TODO: add one-time construction code here) CClockDoc:: ~ CClockDoc () () BOOL CClockDoc:: OnNewDocument () (if (! CDocument:: OnNewDocument ()) return FALSE// TODO: add ...
-
[
Java/JSP]
struts.rar
A simple struts, all the computers used to record information, there are add, update, remove functions.
-
[
VHDL]
sfs.rar
... get the highest 4 bits SHR AL, 4 CMP AL, 0AH JB C2 ADD AL, 07H C2: ADD AL, 30H MOV DL, AL show character MOV AH, 02H INT 21H ... BL AND AL, 0FH get the lowest 4 bits CMP AL, 0AH JB C3 ADD AL, 07HC3: ADD AL, 30H MOV DL, AL show character MOV AH, 02H INT 21H ...
-
[
Java/JSP]
2004122810497386.rar
... -key]] from your commandline-I kindly ask you to leave copyright and credit information in the InfoPanel.class as it is- but you are invited to add your own text. In case of violations I will consider excluding this class from the source in the future.
-
[
Delphi]
KSDevBlockEnginev3.03.rar
... workflow charts, software and process flowcharts, database structures and much much more. Using BlockEngine you can easy to add Microsoft Visio like editor to your application. BlockEngine use next generation GDI+ graphics.+ Visio like editor+ Antialised ...
Category:
GDI-Bitmap Upload User:
haolidao Size:
3376K
-
[
Java/JSP]
final.rar
... menu2_item1, menu2_item2 MenuItem menu3_item1, menu3_item2 mywindow () (setTitle ( Calculator ) menuBar = new MenuBar () menu1 = new Menu ( file ) menu2 = new Menu ( Basic Operation ) menu3 = new Menu ( Help ) menuBar.add (menu1) menuBar.add (menu2)