Jiaping Wang

From the Archive · 2002

UI Course

Coursework for the Advanced UI course at GSCAS.

The homework for the Advanced UI course at GSCAS includes keyboard simulation with a Chinese PinYin input method, face detection in still images, and voice recognition.

Demo system

An ActiveX control handles all of the core algorithms, and a Win32 executable hosts the HTML content and the ActiveX control. The two components communicate via JavaScript / DHTML loaded by the host executable.

The program is designed to run on Windows 2000 with IE 6.0 or above. On Windows 2000, copy the GDI+ runtime library (gdiplus.dll) into the system32 directory; Windows XP and above already include it.

Documents

Downloads