Welcome![Sign In][Sign Up]
Location:
Search - volatile

Search list

[ToolBarthe_ th

Description: 枚举法(穷举法) “笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。 【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5元/只,母鸡3元/只,小鸡1元/3只。 分析: 这是个不定方程——三元一次方程组问题(三个变量,两个方程) x+y+z=100 5x+3y+z/3=100 设公鸡为x-enumeration method (exhaustive) "Benren Regulation" : all possible test of January 1, and selected eligible for the results output. Cases -- 100 yuan to buy a 100 chicken : 100 yuan to buy 100 chickens. Known rooster 5 yuan / only, the hen 3 yuan / only and chicken one yuan / 3. Analysis : This is a volatile equation -- Group 3 linear equation (3 variable, equation 2) x + y + z = 100 5x +3 y + z / 3 = 100 x located rooster
Platform: | Size: 559589 | Author: 林林 | Hits:

[Static controlnamab

Description: ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 \"auto\",\"break\",\"case\",\"char\",\"const\",\"continue\", \"default\",\"do\",\"double\",\"else\",\"enum\",\"extern\", \"float\",\"for\",\"goto\",\"if\",\"int\",\"long\",\"register\", \"return\",\"short\",\"signed\",\"sizeof\",\"static\",\"struct\", \"switch\",\"typedef\",\"union\",\"unsigned\",\"void\", \"volatile\",\"while\",\"include\",\"define\" 共34个 详见IsKeyWord()函数 NUMBER: 数字 包括十进制整数,八进制整数,二进制整数,十六进制整数 还可返回几种错误 详见IsNumber()函数 CONSTANT: 常量 宏定义标识符,不识别C++关键字const,简单处理一层宏定义。 详见IsDefined()函数 ...... 关键词 : 计算机 编译原理 c语言 词法分析器-ergydfhg gfhg one. Experiment 2. Experiment 3, procedures brief description of the original : C language lexical analyzer Design and Implementation of a. The experiment : 1. To strengthen the integrated system software engineering, planning capacity of training; 2. Lexical analysis on principle, and basic understanding of the technology; 2. Experiment : C (or C) as the host language completed : C language (ANSI C or Turbo C 2.0) lexical analyzer design and implementation. 3, brief description of procedures : 1, the word attribute : a total of nine species KEYWORD : keyword "auto" "break" and "case", "char", "const", "continue", "default", "do", "double", "else", "enum" "ext
Platform: | Size: 1214 | Author: 天空 | Hits:

[ComboBoxfchh

Description: 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 \"auto\",\"break\",\"case\",\"char\",\"const\",\"continue\", \"default\",\"do\",\"double\",\"else\",\"enum\",\"extern\", \"float\",\"for\",\"goto\",\"if\",\"int\",\"long\",\"register\", \"return\",\"short\",\"signed\",\"sizeof\",\"static\",\"struct\", \"switch\",\"typedef\",\"union\",\"unsigned\",\"void\", \"volatile\",\"while\",\"include\",\"define\" 共34个 详见IsKeyWord()函数 NUMBER: 数字 包括十进制整数,八进制整数,二进制整数,十六进制整数 还可返回几种错误 详见IsNumber()函数 CONSTANT: 常量 宏定义标识符,不识别C++关键字const,简单处理一层宏定义。 详见IsDefined()函数 ...... 关键词 : 计算机 编译原理 c语言 词法分析器-one. Experiment 2. Experiment 3, procedures brief description of the original : C language lexical analyzer Design and Implementation of a. The experiment : 1. To strengthen the integrated system software engineering, planning capacity of training; 2. Lexical analysis on principle, and basic understanding of the technology; 2. Experiment : C (or C) as the host language completed : C language (ANSI C or Turbo C 2.0) lexical analyzer design and implementation. 3, brief description of procedures : 1, the word attribute : a total of nine species KEYWORD : keyword "auto" "break" and "case", "char", "const", "continue", "default", "do", "double", "else", "enum" "extern", "
Platform: | Size: 1214 | Author: 天空 | Hits:

[Other resourcefuzapz

Description: 实现复杂多变的碰撞.direct+vc-achieve the complex and volatile collision. Direct vc!
Platform: | Size: 25937 | Author: 微微 | Hits:

[Other resourcemcu-volatile-example

Description: 单片机C语言编程中volatile使用示范,有详细的注释说明,文字讲解以及示例程序。-MCU Programming Language C volatile demonstration, a detailed explanatory notes on the text and sample programs.
Platform: | Size: 2254 | Author: 王克敏 | Hits:

[Other resourcevolatile

Description: volatile的用法, 专业头文件的编写.
Platform: | Size: 6985 | Author: 肖毅 | Hits:

[Static controlnamab

Description: ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明: 共9种 KEYWORD: 关键字 "auto","break","case","char","const","continue", "default","do","double","else","enum","extern", "float","for","goto","if","int","long","register", "return","short","signed","sizeof","static","struct", "switch","typedef","union","unsigned","void", "volatile","while","include","define" 共34个 详见IsKeyWord()函数 NUMBER: 数字 包括十进制整数,八进制整数,二进制整数,十六进制整数 还可返回几种错误 详见IsNumber()函数 CONSTANT: 常量 宏定义标识符,不识别C++关键字const,简单处理一层宏定义。 详见IsDefined()函数 ...... 关键词 : 计算机 编译原理 c语言 词法分析器-ergydfhg gfhg one. Experiment 2. Experiment 3, procedures brief description of the original : C language lexical analyzer Design and Implementation of a. The experiment : 1. To strengthen the integrated system software engineering, planning capacity of training; 2. Lexical analysis on principle, and basic understanding of the technology; 2. Experiment : C (or C) as the host language completed : C language (ANSI C or Turbo C 2.0) lexical analyzer design and implementation. 3, brief description of procedures : 1, the word attribute : a total of nine species KEYWORD : keyword "auto" "break" and "case", "char", "const", "continue", "default", "do", "double", "else", "enum" "ext
Platform: | Size: 1024 | Author: 天空 | Hits:

[SCMmcu-volatile-example

Description: 单片机C语言编程中volatile使用示范,有详细的注释说明,文字讲解以及示例程序。-MCU Programming Language C volatile demonstration, a detailed explanatory notes on the text and sample programs.
Platform: | Size: 2048 | Author: 王克敏 | Hits:

[OtherS3C2410

Description: 1 #define GPBCON (*(volatile unsigned long *)0x56000010) 2 #define GPBDAT (*(volatile unsigned long *)0x56000014) 3 #define GPFCON (*(volatile unsigned long *)0x56000050) 4 #define GPFDAT (*(volatile unsigned long *)0x56000054)-1#define GPBCON (*(volatile unsigned long*)0x56000010) 2#define GPBDAT (*(volatile unsigned long*)0x56000014) 3#define GPFCON (*(volatile unsigned long*)0x56000050) 4#define GPFDAT (*(volatile unsigned long*)0x56000054)
Platform: | Size: 377856 | Author: wangdepeng | Hits:

[ARM-PowerPC-ColdFire-MIPSvolatile

Description: volatile的用法, 专业头文件的编写.
Platform: | Size: 7168 | Author: 肖毅 | Hits:

[VC/MFCC++

Description: 简练而高度概括的讲述了如何快速掌握C++中const、volatile和mutable关键字-Concise and highly summarized the story of how to gain a quick C++ In const, volatile and mutable keyword
Platform: | Size: 18432 | Author: 神州 | Hits:

[Industry researchvolatile

Description: C programming learning. Volatile keyword
Platform: | Size: 82944 | Author: Tru | Hits:

[Embeded-SCM Developvolatile

Description: 嵌入式中C-C++,有关volatile的解释-Embedded in the C-C++, the interpretation of the volatile
Platform: | Size: 7168 | Author: 马磊 | Hits:

[Embeded-SCM Developvolatile

Description: This document describes the fundamentals and very important keyword. "volatile". It explains how it is used with different examples. Must be useful for beginning embedded programmers.
Platform: | Size: 327680 | Author: JK | Hits:

[ELanguagevolatile

Description: volatile的作用volatile的本意是“易变的” 由于访问寄存器的速度要快过RAM,所以编译器一般都会作减少存取外部RAM的优化。比如: -The role of volatile volatile are intended to be " volatile" registers as faster access than RAM, so the compiler will generally be optimized to reduce access to external RAM. For example:
Platform: | Size: 4096 | Author: ready | Hits:

[Othervolatile

Description: 就象大家更熟悉的const一样,volatile是一个类型修饰符(type specifier)。它是被设计用来修饰被不同线程访问和修改的变量。如果没有volatile,基本上会导致这样的结果:要么无法编写多线程程序,要么编译器失去大量优化的机会。-Like everyone, like more familiar const, volatile is a type modifier (type specifier). It is modified by different threads designed to access and modify the variables. If you do not volatile, essentially lead to this result: either can not write multi-threaded program, or lose a lot of compiler optimization opportunities.
Platform: | Size: 5120 | Author: fgfgfgf | Hits:

[File Formatvolatile

Description: volatile的作用,区别于C语言工程师与嵌入式工程师。-the role of the volatile and different from the C language engineers and embedded engineers.
Platform: | Size: 8192 | Author: 王亮 | Hits:

[Software Engineeringextern-volatile

Description: C语言extern volatile语句说明-C language description of any extern volatile statement
Platform: | Size: 3072 | Author: 何为明 | Hits:

[Software Engineeringvolatile-and-use

Description: 详细讲述了volatile的定义,以及如何使用-Detailed account of the volatile definition and how to use
Platform: | Size: 1024 | Author: Rock | Hits:

[VC/MFCvolatile

Description: C语法关键字学习,帮助大家了解C语言学习中volatile的用法-Learning C syntax keywordsHelp you to understand the use of the volatile in the C language learning
Platform: | Size: 4096 | Author: 冯张 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net