This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrup
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data...
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data...
he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a ...
基于"trace transform"的识别2D图像的C++源程序, 主文件是tt.cpp, 在LINUX下可以用 g++ tt.cpp -o tt -O3进行编绎, 而且最后的结果也可以在MATLAB下显示出来, This package presents C++ tools to th...
New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their ...
要开发USB海量存储设备类的驱动,具体是采用掌上电脑(PDA)的FLASH作“电子硬盘”的功能,掌上电脑和PC之间的通讯和数据传送使用USB的BULK_ONLY方式传送,要求PDA插上PC时,刷新后在PC的资源管理器中能多出一个额外的硬盘出来(即PDA上的FLASH),并可对之进行等同于普通硬盘一样...