JASML is a java byte code compiler, providing yet another approach to view, write and edit java classes, even without the existence of a java source file - using the java macro instructions, those described in The Java Language Specification.
a sample WDM stream class video capture driver that supports two IEEE 1394 digital cameras.
The same driver may be able to support other digital cameras that conform to 1394-based Digital Camera Specification from 1394 Trade Association.
Digital camera supported by dcam.sys is a data source that produces digital image data without any other input connection. It manifests itself in a DirectShow graph as a WDM Streaming Capture Device and as a capture filter that has output capture stream supporting image sizes of 320x240 with a UYVY color space. Its de-compressor, Msyuv.dll, is part of the OS delivery, and it can convert image data format from UYVY to RGB16, RGB8, or to a Direct Draw surface if the video card supports UYVY format.
漢諾塔!!!
Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation
eg. if n = 2 A→B A→C B→C
if n = 3 A→C A→B C→B A→C B→A B→C A→C
1.管理信息系統(學生成績)
兩種用戶等級:管理員和用戶,均用用戶名和密碼登陸,通過識別不同類型的用戶名,進入不同的操作界面。
1) 管理員功能:
i 用戶管理:增加、刪除用戶;
ii 記錄錄入、修改、刪除
iii 查詢:單項查詢、多項查詢、范圍查詢
iv 分類統計:提供有代表性的統計結果
2) 用戶功能:
a) 修改密碼
b) 查詢本用戶信息
c) 修改個人信息