搜索资源列表
kdvp16
- KDVoicePhone Toolkit开发工具可以使你的应用程序获得声音和电话方面的特性,如:a.. 打电话或回电话;b.. 如果对话已经在进行,可以中途接听;c.. 在电话线或声卡中回放和记录音频;d.. 从电话线中检测音频信号和脉冲信号;e.. 捕获呼叫方ID;f.. 可控制本机听筒,外部的麦克风和MODEM的外部喇叭;g.. 定时事件来跟踪回放和录音的过程;h.. 录音时可检测静音;-KDVoicePhone Toolkit development tools can make your
Delphi_GPS_Comp
- Here is a GPS component for your GPS navigation hobby project.The component was developed using Delphi 5 professional running with Windows XP Pro, Service pack 2. Review my comments in the source code for insight into how it works. The embed
RFIDemulator2
- ****RFIDemultor by Alex G.**** How to compile the PC program: $ cd /your/folder/ $ cc -o rpv11 rpv11.c $ sudo ./rpv11 (tested with Ubuntu 8.40) How to comile the μC program: $ cd /your/folder/ $ make all
simulinkManipulation
- A collection of functions for programatically manipulating the structure and connectivity of Simulink models. In Simulink, models can be altered using a collection of built-in function calls (e.g. add_block, add_line) and by modifying block parameter
mousetrack
- 知识点:使用Graphics类制作方块,使用java.awt.Event类响应鼠标动作,使用Color类设置方块的颜色,使用int类记录光标的位置。 实现思路:首先要制作界面中的方块,通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (si