-
GA仿真软件的说明书
GA仿真软件的说明书-GA simulation software instruction booklet
- 2022-01-21 22:22:45下载
- 积分:1
-
mega48pa + RFID + 液晶 nokia3110
从读取信息RFID Mifare 经典 1k 卡片
在液晶屏诺基亚 3110 上显示它。
使用 Atmel AVR mega48pa
- 2023-08-01 08:55:03下载
- 积分:1
-
经典的ppp程序,适合嵌入式linux下的应用
经典的ppp程序,适合嵌入式linux下的应用-classic PPP program,which adopts to the application in the embedded system "uclinux"
- 2022-01-25 15:59:20下载
- 积分:1
-
MTD under the relevant development tools, the report useful source
这是linux下mtd的相关的开发工具,报告很多有用的源码-MTD under the relevant development tools, the report useful source
- 2023-04-04 07:30:03下载
- 积分:1
-
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)
无需外扩ram即可在51上执行的占先式RTOS 可移植,完全免费,公开源代码 具有详细中文文档和注释 (作者已经把它运用到实际的项目中)-without ram can be extended outside of the 51 on the implementation of preemptive RTOS portable, free, open-source with the Chinese documents and detailed notes (The author has already put it to practical use items)
- 2022-10-01 14:10:03下载
- 积分:1
-
BIOS source code for the samsung arm7 chipset
S3C44B0的BIOS源代码。BIOS的功能就不需要我来说了吧,这个源代码不复杂,是个入门的好教材。-BIOS source code for the samsung arm7 chipset-S3C44B0.It is simple and can be a good textbook for the beginner.
- 2022-03-28 20:59:14下载
- 积分:1
-
实现cc2430通过串口想计算机循环发送字符串,对学习串口通信有很好的帮助。...
实现cc2430通过串口想计算机循环发送字符串,对学习串口通信有很好的帮助。-Achieved through the serial port to a computer recycling cc2430 send strings, have a good serial communication for learning help.
- 2022-03-09 13:36:21下载
- 积分:1
-
tinyos 2.x source
最新代码可以从以下地址CVS下载:
cvs
tinyos 2.x source
最新代码可以从以下地址CVS下载:
cvs -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos login
cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P modulename -tinyos 2.x source , you can get the laster as follows:
cvs-d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos login
cvs-z3-d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co-P modulename
- 2022-03-10 23:39:06下载
- 积分:1
-
我自己写的ds1820b温度测量程序,可以通过串口工具软件显示温度...
我自己写的ds1820b温度测量程序,可以通过串口工具软件显示温度-I wrote it myself ds1820b temperature measurement procedures, through serial software tools show that the temperature
- 2022-12-06 00:30:03下载
- 积分:1
-
基于Qt的多媒体播放器
应用背景自己写的基于Qt的多媒体播放器,包含音乐播放器的必备功能,以及歌词显示,系统托盘,拖曳播放等扩展功能关键技术// 创建用来解析媒体的信息的元信息解析器
metaInformationResolver = new Phonon::MediaObject(this);
// 需要与AudioOutput连接后才能使用metaInformationResolver来获取歌曲的总时间
Phonon::AudioOutput *metaInformationAudioOutput =
new Phonon::AudioOutput(Phonon::MusicCategory, this);
Phonon::createPath(metaInformationResolver, metaInformationAudioOutput);
connect(metaInformationResolver, SIGNAL(stateChanged(Phonon::State, Phonon::State)),
this, SLOT(metaStateChanged(Phonon::State, Phonon::State)));
connect(mediaObject, SIGNAL(currentSourceChanged(Phonon::MediaSource)),
this, SLOT(sourceChanged(Phonon::MediaSource)));
connect(mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish()));
- 2022-12-10 11:15:03下载
- 积分:1