-
汇编语言基本程序
汇编语言是一台计算机或其他特定于特定的计算机体系结构与最高级别的编程语言,都是一般便携式跨多个系统的可编程器件的低级编程语言。汇编语言是由称为汇编程序 NASM,MASM 等实用程序转换成可执行的机器代码。
- 2023-07-03 15:05:03下载
- 积分:1
-
Were created in SOPC hardware circuit, in the Nios of i2c devices to read and wr...
在sopc 当中创建硬件电路,在nios对i2c器件进行读写-Were created in SOPC hardware circuit, in the Nios of i2c devices to read and write
- 2022-01-26 08:16:59下载
- 积分:1
-
用PIC16F877实现的基于Hoarder board的C源程序,希望对各位做嵌入式开发的朋友有所帮助。...
用PIC16F877实现的基于Hoarder board的C源程序,希望对各位做嵌入式开发的朋友有所帮助。-with PIC16F877 achieve Hoarder board based on the C source files, do you want to develop embedded friends help.
- 2022-06-18 16:21:07下载
- 积分:1
-
FreeRTOS源代码捆绑使用FreeRTOS房本”
FreeRTOS source code as bundled with the book "Using FreeRTOS Real-Time Kernel - A Practical Approach"-FreeRTOS source code as bundled with the book "Using FreeRTOS Real-Time Kernel- A Practical Approach"
- 2022-04-14 14:51:37下载
- 积分:1
-
minigui desktop enviroment
minigui desktop enviroment
- 2022-04-21 13:05:31下载
- 积分:1
-
在xworks上移植的嵌入式WEB服务器goahead,源码开放,注解了移植的步骤,可以直接为大家提供移植的方法,该代码可以直接运行;...
在xworks上移植的嵌入式WEB服务器goahead,源码开放,注解了移植的步骤,可以直接为大家提供移植的方法,该代码可以直接运行;-The xworks embedded WEB server on the transplant goahead, open source, annotation of the migration steps, you can directly provide you transplant approach, the code can be run directly
- 2023-07-24 21:10:02下载
- 积分:1
-
STM32F103 C文件
应用背景i2c2_ev_irqhandler虚空(void){无符号长last_event挥发性; ; ;last_event = i2c_getlastevent(i2c2);(如果写标志){开关(最后一个事件){/ * * / EV5 ;/ *((uint32_t)0x00030001) ;忙,MSL和某人旗* /案例i2c_event_master_mode_select: ; ; ; ; ; ; ; ; ;/ * * /主发射机----------------------------------------------/ * * * * * * * * * * * * * * * * * * *i2c_send7bitaddress(i2c2,命令,i2c_direction_transmitter);和公司;及;休息;休息;/ * * /主发射机--------------------------------------------------/ *测试i2c2 EV6和第一EV8清晰* // * * / / *(EV6(uint32_t)0x00070082) ;忙,MSL,地址,TXE和TRA标志* / ; ;案例i2c_event_master_transmitter_mode_selected:i2c_senddata(i2c2,high_add);字节数——;打破;/ *测试i2c2 EV8和清除它* // * * / / *(EV8(uint32_t)0x00070080) ;TRA,忙,MSL,TXE标志* / ; ;案例i2c_event_master_byte_transmitting:如果(byte_number = = 2){i2c_senddata(i2c2,low_add);字节数——;}打破;/ * * / / *(ev8_2(uint32_t)0x00070084) ;TRA,忙,MSL,TXE和BTF标志* /案例I2C主事件字节的传输:如果(byte_number = = 0){i2c_generatestop(i2c2,
- 2022-08-14 03:03:32下载
- 积分:1
-
嵌入式编程的电子书embedded everywhere
嵌入式编程的电子书embedded everywhere-Embedded programming e-books embedded everywhere
- 2022-06-19 09:36:34下载
- 积分:1
-
freescale ep100 ECT捕捉中断程序,按程序中代码初始化即可启动使用捕捉中断,代码已经经过调试。...
freescale ep100 ECT捕捉中断程序,按程序中代码初始化即可启动使用捕捉中断,代码已经经过调试。-freescale ep100 ECT capture interrupt program, according to the procedure in the initialization code to activate the use of capture interrupt, the code had already been debugging.
- 2022-03-21 12:00:07下载
- 积分: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