搜索资源列表
the_ th
- 枚举法(穷举法) “笨人之法”: 把所有可能的情况一一测试,筛选出符合条件的各种结果进行输出。 【例一】百元买百鸡:用一百元钱买一百只鸡。已知公鸡5元/只,母鸡3元/只,小鸡1元/3只。 分析: 这是个不定方程——三元一次方程组问题(三个变量,两个方程) x+y+z=100 5x+3y+z/3=100 设公鸡为x-enumeration method (exhaustive) "Be
namab
- ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三
fchh
- 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三、程序简要说明: 1、属性字说明:
fuzapz
- 实现复杂多变的碰撞.direct+vc-achieve the complex and volatile collision. Direct vc!
mcu-volatile-example
- 单片机C语言编程中volatile使用示范,有详细的注释说明,文字讲解以及示例程序。-MCU Programming Language C volatile demonstration, a detailed explanatory notes on the text and sample programs.
AT89S52datasheet
- AT89S52是一种低功耗、高性能CMOS8位微控制器,具有8K 在系统可编程Flash 存储器。使用Atmel 公司高密度非易失性存储器技术制造-AT89S52 is a low-power, high-performance CMOS8 bit microcontroller, 8K with the in-system programmable flash memory. Atmel use high-density non-vo
多变小闹钟源代码
- 多变小闹钟源代码,一个很好的和序。-volatile small alarm clock source code, and a very good sequence.
AntNet
- 一种基于蚁群聚类的径向基神经网络 提出了一种基于蚁群聚类算法的径向基神经网络. 利用蚁群算法的并行寻优特征和挥发系 数方法的自适应更改信息量的能力,并以球面聚类的方式确定了径向基神经网络中基函数的位置, 同时通过比较隐层神经元的相似性、合并相似性较为接近的2 个神经元来约简隐含层的神经元,以 达到简化径向基神经网络结构的目的. 实验比较了几种不同聚类算法的径向基神经网络,结果表 明,所提神经网络的整体训练时间至少可缩
PaprPort
- paperport9.0破解补丁,paperport9.0是一个很好的商用办公软件,但是一种商用软件,试用版只有90天,特提供此破解不定,希望有用-paperport9.0 crack patch, paperport9.0 is a good office software business, but a business software, BETA only 90 days, especially with this resolv
volatile
- volatile的用法, 专业头文件的编写.
namab
- ergydfhgdfhggfhg 一.实验目的 二.实验内容 三、程序简要说明 原 文 : C语言词法分析器的设计与实现 一.实验目的: 1.强化对系统软件综合工程实现能力、规划能力的训练; 2.加强对词法分析原理、方法和基本实现技术的理解; 二.实验内容: 用C语言(或 C++ )作为宿主语言完成: C语言(ANSI C或turbo C 2.0)词法分析器的设计和实现。 三
mcu-volatile-example
- 单片机C语言编程中volatile使用示范,有详细的注释说明,文字讲解以及示例程序。-MCU Programming Language C volatile demonstration, a detailed explanatory notes on the text and sample programs.
volatile
- volatile的用法, 专业头文件的编写.
volatile
- C programming learning. Volatile keyword
volatile
- 嵌入式中C-C++,有关volatile的解释-Embedded in the C-C++, the interpretation of the volatile
volatile
- 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.
volatile
- 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
volatile
- volatile的作用,区别于C语言工程师与嵌入式工程师。-the role of the volatile and different from the C language engineers and embedded engineers.
extern-volatile
- C语言extern volatile语句说明-C language descr iption of any extern volatile statement
volatile-and-use
- 详细讲述了volatile的定义,以及如何使用-Detailed account of the volatile definition and how to use