搜索资源列表
bianyiyuanlisheji
- 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指
const用法介绍
- 为什么使用const? 采用符号常量写出的代码更容易维护;指针常常是边读边移动,而不是边写边移动;许多函数参数是只读不写的。const最常见用途是作为数组的界和switch分情况标号(也可以用枚举符代替)
const的理解
- 理解const的文档
File
- const char *与char * const的区别-const char* and char* const distinction
Unit5
- // Get device interface info set handle for all devices attached to system HDEVINFO hDevInfo = SetupDiGetClassDevs( &GUID_DEVINTERFACE_USB_DEVICE, /* CONST GUID * ClassGuid - USB class GUID */ NULL, /* PCTSTR Enumerator */ NULL, /* HWND
exe3
- 关于日期的加减 Date Date::operator++( int ) { Date temp = *this // hold current state of object helpIncrement() return temp } // end function operator++ const Date &Date::operator+=( int additionalDays ) { for ( int i = 0
What_const_Really_Means
- 在软件开发中,特别是驱动开发中,什么时候用const,什么时候又要加volatile,这里有详细的讲解-In software development, particularly driven development, when to use const, when that the increase in volatile, here in detail
staticconstinline
- 浅谈C++中的几个关键字static,const,inline-On the C++ in a few keywords static, const, inline
c
- 讲述嵌入式C语言中关键字const,extern,static,volatile的使用方法 并附带实例,个人总结版-About the Embedded C language keyword const, extern, static, volatile, and with examples to use, personal summary version
constFunction
- const funcation.一个小程序,希望能对大家有帮助-const funcation
const
- 《const常量的使用》帮助你更好的理解const常量的使用-const constant use, to help you better understand the use of constants const
Constant-member-functions
- 非const的数据成员,非const的成员函数可以引用,也可以改变值-Non-const data members, non-const member function can be invoked, you can also change the value
const_char-char_const-char_const
- const char*和char const*以及char*const的区别问题几乎c开发与面试过程都会友的问题-const char* and char const*, char* const issue of the distinction is almost c development and interview process will be the Friends of
xinpianziliao
- nr24l01的中文资料 和nRF24L01中文手册 密码:wirele-nrf24l01 delay/****************************************IO端口定义*************************************** //****************************************NRF24L01端口定义*************************************** sbit CE
Const-and-pointer
- 该文档讲述了const与指针的关系,const起了如何的作用。-This document describes the relationship between const pointer, const from how the role.
const-function
- 关于const在函数前和函数后的差别,这里有详细的解说-, There are detailed explanations about the const function before and after the function of difference
a-summary-of-const-by-Dan-Saks
- Dan_Saks总结的const所有用法,a summary of the usage of const by Dan Saks-a summary of the usage of const by Dan Saks
the-use-of-const
- 在 C++中 const 的用法 很详细-The const in C++ very detailed usage
const
- 总结了const修饰符的几个比较难理解的地方,希望对于初学者有帮助。-This paper collect some usage about const.I hope it is good for beginner.
quote-and-const
- 本文档详细讲解了关于引用和const的用法,对于学习C++有很大的帮助,自己学习过程中的不断总结-this essay introduce the quote and the const of C++