搜索资源列表
makemp3
- 、支持mp3, wma, wav, mid SF0播放 2、支持三种播放模式:单曲重复,全曲重复,乱序播放 3、支持任意文件夹文件的播放(注:总文件夹数不大于136个) 4、支持完整歌词显示(GBK超大字库,支持简繁体,推荐歌词形式为多个时间tag复用歌词的形式) 如 [00:12][00:35][00:56]歌词1 对时间tag没有要求,总之就是完全符合规范。 5、6个按键,next,prev,V+,V-,(PLSY/PAUSE),mode/BL 6、支持2G以内sd卡
USBMouse
- 这是我大学同学今年的毕业设计项目:基于USB的红外鼠标。红外遥控器模拟鼠标的左右键,还有滚动条。红外接收用HS0038A接收,在这设计中红外处理部分用一块51单片机处理。USB信号处理部分(即USB设备)用51单片机和PDIUSBD12芯片构成-This is my university students graduating this year' s design project: Based on the infrared USB mouse. Infrared remote cont
Advanced.ASIC.Chip.Synthesis
- The semiconductor industry has a proven track record of quickly reducing reference to IC design scale to the ridiculously irrelevant. We, as a group, quickly saturated our terminology to refer to levels of integration as we applied the term "La
MyString
- Define MyString class with demands as follows: 0. You CAN NOT use string in the program. 1. MyString can save any string 2. Overload operator + to append string to another one, such as: MyString S1, S2, S3 S1 = S2 + S3 3. Defin