-
棒子
COBS-consistent overhead byte stuffing,一种串行通信字节流packetize的算法,在PPP和HDLC串行通信中均有用,笔者把它用在单片机串行通信程序中,非常成功。包中的两个工程阐释了算法原理。pdf文档进一步作了说明。-COBS-consistent overhead byte stuffing, a serial communication byte stream packetize algorithms, in the PPP and HDLC serial communications are used, the author put it in single-chip serial communication program, very successful. Package the two projects to explain the principle of the algorithm. pdf document for further clarification.
- 2023-02-28 20:40:03下载
- 积分:1
-
MSP430 ADC的10位和LCD1602
应用背景关键技术一个 ;模数转换器(ADC, ; ;A/D,或 ;A至D)是一种能将一个连续的物理量的装置(通常是电压)到一个数字表示数量的振幅。
- 2022-11-05 23:00:03下载
- 积分:1
-
SQLite嵌入式数据库移植到注意arm_linux含
嵌入式数据库SQLITE,含移植到ARM_LINUX的说明-SQLITE embedded database containing transplanted to the note ARM_LINUX
- 2023-04-19 08:20:04下载
- 积分:1
-
ActiveTcl is ActiveState s quality
ActiveTcl is ActiveState s quality-assured distribution of Tcl, available for AIX, HP-UX, Linux, Mac OS X, Solaris, and Windows
- 2022-04-30 06:03:57下载
- 积分:1
-
8位采样正弦波形发生器
8位采样正弦波形发生器--8 bit Sin wave generator.
- 2022-12-27 08:20: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
-
单片机 c语言编写
注释详细
时钟日历芯片PCF8563的应用
单片机 c语言编写
注释详细
时钟日历芯片PCF8563的应用-Singlechip c language notes detailed calendar clock chip PCF8563 Application
- 2022-08-15 08:53:37下载
- 积分:1
-
PCI BIOS SPECIFICATIONRevision 2.1 version of PCI bois interrupt specification d...
PCI BIOS SPECIFICATION
Revision 2.1版本,对PCI bois的中断规范进行了说明,对PCI的初始化有帮助-PCI BIOS SPECIFICATIONRevision 2.1 version of PCI bois interrupt specification described on the PCI initialization has to help
- 2023-05-27 00:55:03下载
- 积分:1
-
I2C程序的应用 I2C程序的应用
I2C程序的应用 I2C程序的应用-I2C Application procedures Application I2C procedures I2C Application procedures
- 2022-11-20 10:10:03下载
- 积分:1
-
此程序是在AVR单片机atmega169P处理器的程序,开发环境为ICC AVR 7.13pro,我在网上找了好久很少有MT8888模拟单片机读写时序的驱动程序...
此程序是在AVR单片机atmega169P处理器的程序,开发环境为ICC AVR 7.13pro,我在网上找了好久很少有MT8888模拟单片机读写时序的驱动程序,更少有AVR处理器的,所有今天贡献出来,希望对大家有帮助。-This procedure is atmega169P single-chip processors in the AVR process, development environment for the ICC AVR 7.13pro, I was online looking for a long time simulation of very few MT8888 single-chip driver to read and write timing, fewer have AVR processor , all contribute today, I hope all of you help.
- 2022-03-25 03:54:23下载
- 积分:1