首页 > 站长资讯平台 > 网络编程 > 单片机编程
  • 浅谈引用类型

    编译器是怎么实现引用类型的呢? 预备知识1:使用const定义常量 使用const可以采用类似定义变量的方法来定义常量,在定义的时候必须初始化以指明常量值。比如 const int a = 1 ; 。 那么编译器会给const定义的常量分配内存空间吗?如果分配了内存空间,那么每次使用这...

    2018-06-17 22:26:30 单片机编程

  • VC Debug和Release区别

    https://msdn.microsoft.com/en-us/library/xz7ttk5s.aspx Optimizing Your Code Visual Studio 2015 The latest version of this topic can be found atOptimizing Your Code. By optimizing an executable, you can achieve a balance between fast execution speed...

    2018-06-17 20:41:47 单片机编程

共1页