CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:msOS_V0.12_20150910

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2015-09-11
  • 文件大小:
    605.43kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

msos 2015年9月11日

1、Gui增加单精度浮点类型GuiDataTypeFloatDec,字符串直接显示类型GuiDataTypeString,采用sprintf解析数字,转换成字符显示,ModifyTextBoxData函数全新设计,支持对单精度数据类型float加减。



2、App和Menu中增加了单精度浮点数据类型的例子和直接字符串显示的例子。



3、增加data和menu数据类型,在系统层定义了data的全局指针AppDataPointer,这样便于在系统设备层直接通过指针操作数据库数据,避免频繁的数据注册,方便开发。





4、首次引入指针的缩写,全局变量前缀小写p,局部变量或者参数,后缀大写P,代替Pointer,但默认还是用Pointer,只是在不方便的时候,采用前后缀。

msOS_V0.12_20150910

http://www.kanshu008.com/thread-350-1-1.html

(出处: 悟到)

-msos 2015 年 9 月 11 日

1, Gui increase in single-precision floating-point type GuiDataTypeFloatDec, string directly display type GuiDataTypeString, use sprintf parsing numbers, converted into characters display, ModifyTextBoxData function new design, support for single-precision data types float subtraction.



2, App and Menu adds examples of single-precision floating-point data types and direct a string of examples of display.



3, increasing data and menu data types, in system layer defines the global pointer AppDataPointer data, so that the system facilitates device layer directly manipulate data through pointers, to avoid frequent data registration, facilitate the development.





4, first introduced pointer Abbreviation, global variables prefixed lowercase p, local variables or parameters, suffix uppercase P, instead of the Pointer, but the default is to use Pointer, only at an inconvenient time, using prefixes and suffixes.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

msOS/Backup of msOS.CF3
msOS/Keil/Clean.bat
msOS/Keil/msOS.uvgui.wangsw
msOS/Keil/msOS.uvopt
msOS/Keil/msOS.uvproj
msOS/Keil/Output/msOS.hex
msOS/Keil/Output/msOS.plg
msOS/msOS.CF3
msOS/msOS.IAB
msOS/msOS.IAD
msOS/msOS.IMB
msOS/msOS.IMD
msOS/msOS.PFI
msOS/msOS.PO
msOS/msOS.PR
msOS/msOS.PRI
msOS/msOS.PS
msOS/msOS.SearchResults
msOS/msOS.WK3
msOS/readme.txt
msOS/SourceFile/App/app.c
msOS/SourceFile/App/app.h
msOS/SourceFile/App/logic.c
msOS/SourceFile/App/logic.h
msOS/SourceFile/App/menu.c
msOS/SourceFile/App/menu.h
msOS/SourceFile/data.h
msOS/SourceFile/System/Device/device.c
msOS/SourceFile/System/Device/device.h
msOS/SourceFile/System/Device/device_adc.c
msOS/SourceFile/System/Device/device_di.c
msOS/SourceFile/System/Device/device_do.c
msOS/SourceFile/System/Device/device_key.c
msOS/SourceFile/System/Device/device_lcd.c
msOS/SourceFile/System/Device/device_misc.c
msOS/SourceFile/System/Device/device_rtc.c
msOS/SourceFile/System/Device/device_storage.c
msOS/SourceFile/System/Device/device_systick.c
msOS/SourceFile/System/Device/device_timer.c
msOS/SourceFile/System/Device/device_usart1.c
msOS/SourceFile/System/Device/Drive/CMSIS/core_cm3.c
msOS/SourceFile/System/Device/Drive/CMSIS/core_cm3.h
msOS/SourceFile/System/Device/Drive/CMSIS/STARTUP/startup_stm32f10x_cl.s
msOS/SourceFile/System/Device/Drive/CMSIS/STARTUP/startup_stm32f10x_hd.s
msOS/SourceFile/System/Device/Drive/CMSIS/STARTUP/startup_stm32f10x_hd_vl.s
msOS/SourceFile/System/Device/Drive/CMSIS/STARTUP/startup_stm32f10x_ld.s
msOS/SourceFile/System/Device/Drive/CMSIS/STARTUP/startup_stm32f10x_ld_vl.s
msOS/SourceFile/System/Device/Drive/CMSIS/STARTUP/startup_stm32f10x_md.s
msOS/SourceFile/System/Device/Drive/CMSIS/STARTUP/startup_stm32f10x_md_vl.s
msOS/SourceFile/System/Device/Drive/CMSIS/STARTUP/startup_stm32f10x_xl.s
msOS/SourceFile/System/Device/Drive/CMSIS/stm32f10x.h
msOS/SourceFile/System/Device/Drive/CMSIS/system_stm32f10x.c
msOS/SourceFile/System/Device/Drive/CMSIS/system_stm32f10x.h
msOS/SourceFile/System/Device/Drive/drive.h
msOS/SourceFile/System/Device/Drive/LIB/inc/misc.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_adc.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_bkp.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_can.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_cec.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_crc.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_dac.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_dbgmcu.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_dma.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_exti.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_flash.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_fsmc.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_gpio.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_i2c.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_iwdg.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_pwr.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_rcc.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_rtc.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_sdio.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_spi.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_tim.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_usart.h
msOS/SourceFile/System/Device/Drive/LIB/inc/stm32f10x_wwdg.h
msOS/SourceFile/System/Device/Drive/LIB/src/misc.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_adc.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_bkp.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_can.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_cec.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_crc.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_dac.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_dbgmcu.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_dma.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_exti.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_flash.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_fsmc.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_gpio.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_i2c.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_iwdg.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_pwr.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_rcc.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_rtc.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_sdio.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_spi.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_tim.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_usart.c
msOS/SourceFile/System/Device/Drive/LIB/src/stm32f10x_wwdg.c
msOS/SourceFile/System/Device/Drive/stm32f10x_conf.h
msOS/SourceFile/System/GUI/gui.c
msOS/SourceFile/System/GUI/gui.h
msOS/SourceFile/System/OS/os.c
msOS/SourceFile/System/OS/os.h
msOS/SourceFile/System/system.c
msOS/SourceFile/System/system.h
msOS/SourceFile/System/Device/Drive/CMSIS/STARTUP
msOS/SourceFile/System/Device/Dr

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com