摘要:                    
C中格式字符串的一般形式为:%[标志][输出最小宽度][.精度][长度]类型, 其中方括号[]中的项为可选项。各项的意义介绍如下: 1.类型 类型字符用以表示输出数据的类型,其格式符和意义下表所示: 表示输出类型的格式字符格式字符意义 %a 浮点数、十六进制数字和p-计数法(C99) %A 浮点数、                阅读全文
            
        阅读排行榜
ARM Cortex-M底层技术(1)—程序在Flash和SRAM的空间分配
2022-01-15 16:14 by dreamboy2000, 1241 阅读, 收藏,
摘要:                    
ARM Cortex-M底层技术(1)—程序在Flash和SRAM的空间分配 1. keil编译介绍 当使用keil进行单片机的开发时,运行一段程序后,在output输出框会看到如下图的结果。 图1 keil 的output框 其中,Compiler编译器,使用的版本是 V5.06,程序会先经过编译                阅读全文
            
        CodeBlocks调试器基本使用方法
2021-09-25 22:57 by dreamboy2000, 1236 阅读, 收藏,
摘要:                    
CodeBlocks是一个开放源码的全功能的跨平台C/C++集成开发环境。 下载地址:http://www.codeblocks.org/downloads/26 其中,Windows环境下可以使用安装包安装程序,或使用免安装的zip。 一、 CodeBlocks是一个集成开发环境(IDE),其中最                阅读全文
            
        numpy:DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly
2021-09-28 22:36 by dreamboy2000, 1140 阅读, 收藏,
摘要:                    
报错信息如下: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead nparr =                 阅读全文
            
        Source Insight提示行尾不一致
2021-11-29 08:38 by dreamboy2000, 1043 阅读, 收藏,
摘要:                    
在使用Source Insight时,时常收到弹窗提示 一个两个文件还好,文件多了很影响体验xx\xx\filename has line endings that are not consistent.Do you want to normalize it ? 关闭方法如下:Options >Pr                阅读全文
            
        
                    
                
浙公网安备 33010602011771号