| 
 The homework in  Advanced UI Course in GSCAS includes Keyboard simulation with chinese 
        PinYing input method, face detection in still image and voice recognition.
 Demo systemAn Active-X control handles all core algorithm and a Win32 executable hosts HTML contents and the Active-X control. 
        The two components communicate via javascript/D-HTML that the host executable loads.
 The program is designed to run on Win2000 with IE 
        6.0 or aboves.
 Copy GDI+ runtime library (gdiplus.dll) to system32 directory 
        if running on Win2000. WinXP and aboves already have the files.
 
 DoucmentsKeyboard simulation: [ Design Report 
        PDF  ] [ User Manunal PDF  
        ] [ Source code  ]
 Face Detection: [ Design Report PDF 
         ] [ User Manunal PDF  
        ]
 Voice Recognition: [ Design Report 
        PDF  ] [ User Manunal PDF  
        ]
 
 Downloads
 Demo program: [ Win32 Executable  ]
 
 |