文件名称:串口计算器
介绍说明--下载内容来自于网络,使用问题请自行百度
STM32串口计算器,能过实现较为复杂的计算,包括小数点,括号优先级(多重括号)等。在串口助手中输入要计算的算式,点击发送就能返回结果。(STM32 serial calculator, can achieve more complex calculation, including decimal points, brackets priority (multiple brackets) and so on. In the serial assistant, enter the formula to be calculated, click send can return the results.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
串口计算器\CORE\core_cm3.c | 17273 | 2010-06-07 |
串口计算器\CORE\core_cm3.h | 85714 | 2011-02-09 |
串口计算器\CORE\startup_stm32f10x_hd.s | 15537 | 2015-01-17 |
串口计算器\CORE\startup_stm32f10x_md.s | 12765 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\misc.h | 8982 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_adc.h | 21690 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_bkp.h | 7555 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_can.h | 27559 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_cec.h | 6573 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_crc.h | 2162 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_dac.h | 15233 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_dbgmcu.h | 3818 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_dma.h | 20754 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_exti.h | 6824 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_flash.h | 25445 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_fsmc.h | 27016 | 2012-08-25 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_gpio.h | 20175 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_i2c.h | 30029 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_iwdg.h | 3828 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_pwr.h | 4383 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_rcc.h | 30452 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_rtc.h | 3857 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_sdio.h | 21863 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_spi.h | 17725 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_tim.h | 52427 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_usart.h | 16548 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\inc\stm32f10x_wwdg.h | 2966 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\misc.c | 7046 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_adc.c | 47201 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_bkp.c | 8463 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_can.c | 45103 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_cec.c | 11656 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_crc.c | 3347 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_dac.c | 19087 | 2012-08-26 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_dbgmcu.c | 5149 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_dma.c | 29607 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_exti.c | 6959 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_flash.c | 62551 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_fsmc.c | 35484 | 2012-08-26 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_gpio.c | 23221 | 2011-03-11 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_i2c.c | 45781 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_iwdg.c | 4916 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_pwr.c | 8759 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_rcc.c | 51271 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_rtc.c | 8598 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_sdio.c | 28933 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_spi.c | 30224 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_tim.c | 109159 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_usart.c | 38308 | 2011-03-10 |
串口计算器\FWLIB\STM32F10x_FWLib\src\stm32f10x_wwdg.c | 5735 | 2011-03-10 |
串口计算器\HARDWARE\Calculator\calculator.c | 2884 | 2017-05-27 |
串口计算器\HARDWARE\Calculator\calculator.h | 147 | 2017-05-27 |
串口计算器\HARDWARE\Calculator\calculator1.c | 7751 | 2017-05-28 |
串口计算器\HARDWARE\Calculator\calculator1.h | 208 | 2017-05-28 |
串口计算器\HARDWARE\LED\led.c | 1300 | 2015-05-11 |
串口计算器\HARDWARE\LED\led.h | 640 | 2014-03-20 |
串口计算器\HARDWARE\rcc_config\rcc_config.c | 1119 | 2017-05-28 |
串口计算器\HARDWARE\rcc_config\rcc_config.h | 111 | 2016-10-14 |
串口计算器\keilkilll.bat | 399 | 2011-04-23 |
串口计算器\MALLOC\malloc.c | 5274 | 2015-01-20 |
串口计算器\MALLOC\malloc.h | 2239 | 2015-01-20 |
串口计算器\OBJ\bsp.crf | 332390 | 2017-05-28 |
串口计算器\OBJ\bsp.d | 1330 | 2017-05-28 |
串口计算器\OBJ\bsp.o | 353488 | 2017-05-28 |
串口计算器\OBJ\calculator.crf | 296114 | 2017-05-28 |
串口计算器\OBJ\calculator.d | 1156 | 2017-05-28 |
串口计算器\OBJ\calculator.o | 311980 | 2017-05-28 |
串口计算器\OBJ\calculator1.crf | 298416 | 2017-05-28 |
串口计算器\OBJ\calculator1.d | 1178 | 2017-05-28 |
串口计算器\OBJ\calculator1.o | 316396 | 2017-05-28 |
串口计算器\OBJ\core_cm3.crf | 3942 | 2017-05-28 |
串口计算器\OBJ\core_cm3.d | 104 | 2017-05-28 |
串口计算器\OBJ\core_cm3.o | 11556 | 2017-05-28 |
串口计算器\OBJ\cpu_a.d | 68 | 2017-05-28 |
串口计算器\OBJ\cpu_a.o | 2200 | 2017-05-28 |
串口计算器\OBJ\cpu_c.crf | 48234 | 2017-05-28 |
串口计算器\OBJ\cpu_c.d | 549 | 2017-05-28 |
串口计算器\OBJ\cpu_c.o | 62600 | 2017-05-28 |
串口计算器\OBJ\cpu_core.crf | 47088 | 2017-05-28 |
串口计算器\OBJ\cpu_core.d | 562 | 2017-05-28 |
串口计算器\OBJ\cpu_core.o | 63956 | 2017-05-28 |
串口计算器\OBJ\delay.crf | 397927 | 2017-05-28 |
串口计算器\OBJ\delay.d | 2082 | 2017-05-28 |
串口计算器\OBJ\delay.o | 397988 | 2017-05-28 |
串口计算器\OBJ\ExtDll.iex | 19 | 2017-05-28 |
串口计算器\OBJ\led.crf | 284539 | 2017-05-28 |
串口计算器\OBJ\led.d | 770 | 2017-05-28 |
串口计算器\OBJ\led.o | 302572 | 2017-05-28 |
串口计算器\OBJ\lib_ascii.crf | 32045 | 2017-05-28 |
串口计算器\OBJ\lib_ascii.d | 322 | 2017-05-28 |
串口计算器\OBJ\lib_ascii.o | 45020 | 2017-05-28 |
串口计算器\OBJ\lib_math.crf | 44581 | 2017-05-28 |
串口计算器\OBJ\lib_math.d | 611 | 2017-05-28 |
串口计算器\OBJ\lib_math.o | 58452 | 2017-05-28 |
串口计算器\OBJ\lib_mem.crf | 55101 | 2017-05-28 |
串口计算器\OBJ\lib_mem.d | 549 | 2017-05-28 |
串口计算器\OBJ\lib_mem.o | 72920 | 2017-05-28 |
串口计算器\OBJ\lib_mem_a.d | 82 | 2017-05-28 |
串口计算器\OBJ\lib_mem_a.o | 2600 | 2017-05-28 |
串口计算器\OBJ\lib_str.crf | 44693 | 2017-05-28 |
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。