-
quzze
该代码包括了队列的实现,主要包括队列的进出问题, 以及队列的查询,删除等问题。(The code includes queue implementation, mainly including queue in and out of the question, as well as the queue query, delete, etc.)
- 2014-01-03 10:44:40下载
- 积分:1
-
IPC_example_on_6678
TI TMS320C6678的IPC核间通信例程,非常珍贵,CCSV51版本。(TI TMS320C6678 of IPC inter-core communication routines, very precious, CCSV51 version.)
- 2013-07-07 14:50:24下载
- 积分:1
-
EnumDevice
使用setupapi枚举硬件设备的代码,很经典的(setupapi )
- 2012-02-07 18:09:43下载
- 积分:1
-
mem_pool
简单的内存池算法实现,性能很好。重要算法实现。(memory pool)
- 2012-09-04 20:12:53下载
- 积分:1
-
串口数据实时采集显示例程
通过调用API函数实时采集来自串口的数据,并将数据实时显示在界面中(function: sample data come from serio port and display information in form)
- 2017-06-29 21:57:21下载
- 积分:1
-
comm
Windows串口编程 (Windows serial programming)
- 2020-06-30 11:20:02下载
- 积分:1
-
pcrecord
该程序能够直接将将录制的声音转换成MP3文件,具有操作简单方便的优点。详细的实现请参考源码。(The program will be able to record sound directly into MP3 files, with the advantages of simple operation. Detailed implementation please refer to source code.)
- 2010-01-04 14:41:34下载
- 积分:1
-
test
绘制不规则图形 如 圆和弧线的绘制 利用GDI函数(Draw irregular shapes such as circles and arcs drawn using GDI functions)
- 2014-11-07 10:36:28下载
- 积分:1
-
mediaplayer
说明: 多媒体播放器是一个多媒体应用,能够播放声音、视频剪辑和图形图像。
该应用程序还可以录制和播放高通PureVoice音频剪辑。
该播放器包括标准的MediaPlayer控制,如播放,快进,快退,停止,暂停和录制。
多媒体播放器支持各种各样的音频,视频和图形格式,
包括MPEG-3,MIDI,BREW的压缩图像(BCI),位图(BMP)和分组模式数据(PMD)。
(MediaPlayer is a multimedia application capable of playing sound and video clips, and
displaying still graphic images. The application can also record and play back QUALCOMM
PureVoice (QCP® ) audio clips if you have the appropriate CMX® DLLs loaded. Up to 32
multimedia files can be stored for use with this application. MediaPlayer includes standard
controls, such as play, fast forward, rewind, stop, pause, and record. MediaPlayer supports a
wide variety of audio, video, and still graphic formats including QCP, MPEG Audio Layer 3
(MP3), Musical Instrument Digital Interface (MIDI), BREW Compressed Image (BCI), Bitmap
(BMP), and Packet Mode Data (PMD), which contains both audio and video.)
- 2010-04-28 17:19:22下载
- 积分:1
-
OS_projectC_Mutex
You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lecturers are concurrently providing lecturers and placing their lecturers in JCU (shared buffer) and students are concurrently taking lectures from JCU to graduate.
The purpose of this assignment is to give you some "hands-on" experience with concurrent processes, semaphores, and shared memory. You need to use the modules you practiced in week 6 and 8 labs (Prac 5 and Prac 6). You need semaphores for mutual exclusion and synchronization (studied in week 6 prac) and a shared buffer for shared memory IPC (studied in week 8 prac).
- 2009-10-31 16:09:02下载
- 积分:1