2021-08-18 10:50:44 索煒達(dá)電子 787
項(xiàng)目編號:E308
文件大?。?22K
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
雙匯彩印溴化鋰程序(STM32)
目錄│文件列表:
└ 雙匯彩印溴化鋰程序(STM32)
│ PAIWU.rar
│ PicManag.dat
├ App
│ │ app_cfg.h
│ │ CreateEvents.C
│ │ CreateMultiTask.C
│ │ main.c
│ └ Task_includes.h
├ GUI
│ ├ CURSOR
│ │ │ CURSOR.C
│ │ └ CURSOR.H
│ ├ LCD_FORM
│ │ │ Execute.c
│ │ │ Execute.h
│ │ │ FORM.C
│ │ │ FORM.H
│ │ │ FormCtrlManage.c
│ │ │ FormCtrlManage.h
│ │ │ FormFixManage.c
│ │ │ FormFixManage.h
│ │ │ FormParaManage.c
│ │ │ FormParaManage.h
│ │ │ FormSoeReport.c
│ │ │ FormSoeReport.h
│ │ │ FormSysManage.c
│ │ │ FormSysManage.h
│ │ │ GetFocus.c
│ │ │ GetFocus.h
│ │ │ InitSize.c
│ │ │ InitSize.h
│ │ │ KeyProcess.c
│ │ │ KeyProcess.H
│ │ │ LCD_INTERFACE.C
│ │ │ lcd_interface.h
│ │ │ LossFocus.c
│ │ │ LossFocus.h
│ │ │ Moudle.c
│ │ │ moudle.h
│ │ │ ocx.h
│ │ │ picture.c
│ │ │ picture.h
│ │ │ qbch.c
│ │ │ qbch.h
│ │ │ SetFocus.c
│ │ │ SetFocus.h
│ │ │ SOE.h
│ │ │ USER.C
│ │ └ USER.H
│ └ ZLG_GUI
│ │ ConvertColor.c
│ │ ConvertColor.h
│ │ FONT16_16.C
│ │ FONT16_16.H
│ │ FONT24_32.C
│ │ FONT24_32.H
│ │ font5_7.c
│ │ font5_7.h
│ │ FONT8_8.C
│ │ FONT8_8.H
│ │ FONT_MACRO.H
│ │ GUI_BASIC.C
│ │ gui_basic.h
│ │ GUI_CONFIG.H
│ │ GUI_StockC.C
│ │ GUI_StockC.h
│ │ loadbit.c
│ │ Loadbit.h
│ │ menu.c
│ │ menu.h
│ │ spline.c
│ │ spline.h
│ │ windows.c
│ └ windows.h
├ HAL
│ ├ Config
│ │ │ STM32_Flash.icf
│ │ │ STM32_Flash.mac
│ │ │ STM32_Flash_XRAM.icf
│ │ └ STM32_Flash_XRAM.mac
│ └ target
│ │ BoardInit.c
│ │ cortexm3_macro.s
│ │ low_level_init.c
│ │ stm32f10x_conf.h
│ │ stm32f10x_it.c
│ │ stm32f10x_it.h
│ └ stm32f10x_vector.c
├ KEY
│ │ key.c
│ └ key.h
├ KI
│ │ ki.c
│ └ ki.h
├ LCD
│ │ comm.c
│ │ comm.h
│ │ FONT.C
│ │ FONT.H
│ │ LCDDRV.C
│ │ lcddrv.h
│ │ LCD_PROTOCOL.C
│ │ lcd_protocol.h
│ │ SPI_12864LCD.C
│ └ SPI_12864LCD.H
├ LED
│ │ led.c
│ └ led.h
├ measure
│ │ measure.c
│ └ measure.h
├ MODBUS
│ │ MODBUS.C
│ │ MODBUS.doc
│ │ MODBUS.H
│ │ MODBUS_MASTER.C
│ └ MODBUS_MASTER.H
├ PAIWU
│ │ PAIWU.C
│ └ PAIWU.h
├ PARA
│ │ ALL_PARA.C
│ │ all_para.h
│ │ iap.c
│ │ iap.h
│ │ PARA.C
│ └ para.h
├ Projects
│ │ Backup of LUOHEI_120T.ewd
│ │ Backup of LUOHEI_120T.ewp
│ │ head.h
│ │ LUOHEI_120T.dep
│ │ LUOHEI_120T.ewd
│ │ Readme.txt
│ │ STANDARD.dep
│ │ XIU_HUA_LI.dep
│ │ XIU_HUA_LI.ewp
│ │ 雙匯彩印溴化鋰.eww
│ │ 軟件說明.txt
│ ├ Flash
│ │ ├ List
│ │ │ └ STM32.log
│ │ └ Obj
│ │ │ CURSOR.pbi
│ │ │ Execute.pbi
│ │ │ FORM.pbi
│ │ │ FormCtrlManage.pbi
│ │ │ FormFixManage.pbi
│ │ │ FormParaManage.pbi
│ │ │ FormSysManage.pbi
│ │ │ GetFocus.pbi
│ │ │ InitSize.pbi
│ │ │ JIYUAN.pbd
│ │ │ KeyProcess.pbi
│ │ │ LossFocus.pbi
│ │ │ LUOHEI_120T.pbd
│ │ │ Moudle.pbi
│ │ │ qbch.pbi
│ │ │ SetFocus.pbi
│ │ │ STANDARD.pbd
│ │ └ USER.pbi
│ └ settings
│ │ JIYUAN.cspy.bat
│ │ JIYUAN.dbgdt
│ │ JIYUAN.dni
│ │ LUOHEI_120T.cspy.bat
│ │ LUOHEI_120T.dbgdt
│ │ LUOHEI_120T.dni
│ │ STANDARD.cspy.bat
│ │ STANDARD.dbgdt
│ │ STANDARD.dni
│ │ STM32.cspy.bat
│ │ STM32.dbgdt
│ │ STM32.dni
│ │ STM32.wsdt
│ │ STM32_Flash.jlink
│ │ XIU_HUA_LI.cspy.bat
│ │ XIU_HUA_LI.dbgdt
│ │ XIU_HUA_LI.dni
│ │ 雙匯彩印溴化鋰.wsdt
│ │ 濟(jì)源雙匯蒸發(fā)冷.wsdt
│ │ 漯河120T.wsdt
│ └ 通用程序.wsdt
├ RELAY
│ │ relay.c
│ └ relay.h
├ STM32F10xFWLib
│ │ version.txt
│ └ FWLib
│ └ library
│ ├ inc
│ │ │ cortexm3_macro.h
│ │ │ stm32f10x_adc.h
│ │ │ stm32f10x_bkp.h
│ │ │ stm32f10x_can.h
│ │ │ stm32f10x_crc.h
│ │ │ stm32f10x_dac.h
│ │ │ stm32f10x_dbgmcu.h
│ │ │ stm32f10x_dma.h
│ │ │ stm32f10x_exti.h
│ │ │ stm32f10x_flash.h
│ │ │ stm32f10x_fsmc.h
│ │ │ stm32f10x_gpio.h
│ │ │ stm32f10x_i2c.h
│ │ │ stm32f10x_iwdg.h
│ │ │ stm32f10x_lib.h
│ │ │ stm32f10x_map.h
│ │ │ stm32f10x_nvic.h
│ │ │ stm32f10x_pwr.h
│ │ │ stm32f10x_rcc.h
│ │ │ stm32f10x_rtc.h
│ │ │ stm32f10x_sdio.h
│ │ │ stm32f10x_spi.h
│ │ │ stm32f10x_systick.h
│ │ │ stm32f10x_tim.h
│ │ │ stm32f10x_type.h
│ │ │ stm32f10x_usart.h
│ │ └ stm32f10x_wwdg.h
│ └ src
│ │ stm32f10x_adc.c
│ │ stm32f10x_bkp.c
│ │ stm32f10x_can.c
│ │ stm32f10x_crc.c
│ │ stm32f10x_dac.c
│ │ stm32f10x_dbgmcu.c
│ │ stm32f10x_dma.c
│ │ stm32f10x_exti.c
│ │ stm32f10x_flash.c
│ │ stm32f10x_fsmc.c
│ │ stm32f10x_gpio.c
│ │ stm32f10x_i2c.c
│ │ stm32f10x_iwdg.c
│ │ stm32f10x_lib.c
│ │ stm32f10x_nvic.c
│ │ stm32f10x_pwr.c
│ │ stm32f10x_rcc.c
│ │ stm32f10x_rtc.c
│ │ stm32f10x_sdio.c
│ │ stm32f10x_spi.c
│ │ stm32f10x_systick.c
│ │ stm32f10x_tim.c
│ │ stm32f10x_usart.c
│ └ stm32f10x_wwdg.c
├ UART
│ │ uart.c
│ └ uart.h
├ uCOS-II
│ ├ Config
│ │ └ os_cfg.h
│ ├ Doc
│ │ │ QuickRefChart-Color.pdf
│ │ │ QuickRefChart-Color.xls
│ │ │ README.TXT
│ │ │ ReleaseNotes.pdf
│ │ │ TaskAssignmentWorksheet.pdf
│ │ │ TaskAssignmentWorksheet.xls
│ │ │ uCOS-II-RAM-Calc.xls
│ │ └ WhatsNewSince-V200.pdf
│ ├ Ports
│ │ │ os_cpu.h
│ │ │ os_cpu_a.asm
│ │ │ os_cpu_c.c
│ │ └ os_dbg.c
│ └ Source
│ │ os_core.c
│ │ os_flag.c
│ │ os_mbox.c
│ │ os_mem.c
│ │ os_mutex.c
│ │ os_q.c
│ │ os_sem.c
│ │ os_task.c
│ │ os_time.c
│ │ os_tmr.c
│ └ ucos_ii.h
└ VIEW
│ view.c
│ view.h
└ 菜單說明.txt