摘要:
http://acm.hdu.edu.cn/showproblem.php?pid=2955Problem DescriptionThe aspiring Roy the Robber has seen a lot of American movies, and knows that the bad guys usually gets caught in the end, often because they become too greedy. He has decided to work in the lucrative business of bank robbery only for 阅读全文
摘要:
1: mciSendString函数的用法(1) open 打开设备 MCI设备使用前必须先打开,当然,使用后也必须要关闭,以免影响他人的使用。 open device_name type device_type alias device_alias device_name 要使用的设备名,通常是文件名。 type device_type 设备类型,例如waveaudio或sequencer,可省略。 alias device_alias 设备别名,指定后可在其他命令中代替设备名。(2) play 开始设备播放 MCI设备打开后即可以播放,可使用设备... 阅读全文