搜索资源列表
MoreEffectiveC++
- ·条款一:指针与引用的区别 ·条款二:尽量使用C++风格的类型转换 ·条款三:不要使用多态性数组 ·条款四:避免无用的缺省构造函数 ·条款五:谨慎定义类型转换函数 ·条款六:自增(increment)、自减(decrement)操作符前缀形式与后缀形式的区别
The C Programming Language-C语言详解英文版
- 这是一本讲解C语言的书,是英文编写,十分经典,是大部分公司的新职员入职之前必须要看的书籍之一,很多公司都以它作为培训教材,帮助你更快了解C语言的奥妙。 Contents l Preface l Preface to the first edition l Introduction 1. Chapter 1: A Tutorial Introduction 1. Getting Started 2. Variables and Arith
MoreEffectiveC++
- ·条款一:指针与引用的区别 ·条款二:尽量使用C++风格的类型转换 ·条款三:不要使用多态性数组 ·条款四:避免无用的缺省构造函数 ·条款五:谨慎定义类型转换函数 ·条款六:自增(increment)、自减(decrement)操作符前缀形式与后缀形式的区别 -Terms of one: the difference between pointer and invoke the provisions
NEXT
- 随机减量方法,从结构的随机振动响应中提取该结构的自由衰减振动信号-Random decrement method, the structure of the random vibration response of the structure to extract the free vibration signal attenuation
8051_instruction_set_summary
- 8051 INSTRUCTION SET NOTES ON INSTRUCTION SET AND ADDRESSING MODES: Bit Manipulation Logic Instructions Byte Manipulation Increment-Decrement Instructions
NumericSpin_demo
- Edit控件和Spin控件组合,点击Spin对Edit的数字进行浮点类型自增自减-Edit Controls and Spin Control portfolio, click on Edit the figures Spin floating-point type increment decrement
lab8
- 1. 编写程序定义Point类,在类中定义整型的私有成员变量_x、_y,对Point类重载“++”(自增) “--”(自减)运算符,实现对坐标值的改变。 2. 编写程序定义一个车(vehicle)基类,有Run、Stop等成员函数,由此派生出自行车(bicycle)类、汽车(motorcar)类,从bicycle和motorcar派生出摩托车(motorcycle)类,它们都有Run、Stop等成员函数。观察虚函数的作用。 3.
iTunesControlClassSrc070405
- Supports the following methods: Next - Next song Prev - Previous song Play - Play Pause - Pause Stop - Stop VolumeUp - Increment volume by a certain number VolumeDn - Decrement volume by a certain num
vbCalendar
- A calendar for months between Year 1899 to Year 2101. A user can change Month and/or Year from the respective dropdown lists or by clicking the increment/decrement buttons next to them. Today s date is always marke
Copimtion
- C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符
motaichuli
- 模态处理相关程序,包括时域,频率,自普,互普,相干,频响,时频分析,HHt,随机减量法等等,很不错,可以借鉴-Modal treatment-related procedures, including time domain, frequency, since the S & P, each P, coherence, frequency response, time-frequency analysis, HHt, rando
tixijiegou
- 作为一种RISC体系结构的微处理器,ARM微处理器具有RISC体系结构的典型特征。还具有如下增强特点: (l)在每条数据处理指令当中,都控制算术逻辑单元(ALU)和移位器,以使ALU和移位器获得最大的利用率; (2)自动递增和自动递减的寻址模式,以优化程序中的循环; (3)同时Load和Store多条指令,以增加数据吞吐量; (4)所有指令都条件执行,以增大执行吞吐量 -As a RISC microprocesso
RDT
- 随机减量RDT法matlab程序,可用于提取信号中的自有衰减振动响应信号-Matlab random decrement process RDT method can be used to extract the signal attenuation of vibration signals of its own
OperatorSign
- 这个程序就是数的输出和定义,还有就是讲自增自减,注意i--和--i的区别-The output of this program is the number and definition, there is increasing talk about self-decrement, attention i- and- i of the difference between
Cbiancheng100li
- 实例2 灵活使用递增(递减)操作符共分为8篇,包括基础篇、数值计算与数据结构篇、文本屏幕与文件操作篇、病毒与安全篇、图形篇、系统篇、游戏篇、综合篇,基本涵盖了目前C语言编程的各个方面。 -Example 2 flexible use of increment (decrement) operator is divided into eight, including basic articles, articles numerical
X9C
- 该程序基于C8051F020单片机,通过程序控制X9C系列数字电位器,可实现阻值的自增和自减-The program is based on C8051F020 MCU, through process control X9C family of digital potentiometers, resistance can be realized from the increment and decrement
time
- 运用运算符重载和虚函数实现时间的自增自减运算-The use of operator overloading and virtual functions of time increment decrement
CSharp-thread
- 对于整数数据类型的简单操作,可以用  Interlocked  类的成员来实现线程同步,存在于  System.Threading  命名空 间。Interlocked类有以下方法:Increment  ,  Decrement  ,  Exchange  和  CompareExchange  。使用  Increment 
up-down-counter
- BASCOM-AVR:递增递减计数器项目: 这是一个向上和向下计数器。这个项目包括两个红外传感器,该传感器连接到外部中断INT0和INT1。你可以使用任何感应器,甚至切换输入。-AVR Increment Decrement Counter Project: This is a up and down counter. this project consist of two infrared sensor that con
Private-Sub-Command1
- 编写程序,运行时的界面如下图所示。要求:无论是拖动滚动条上的滚动框,还是单击滚动箭头(数值递增或递减1)或滚动条(数值递增或递减10),均可以在相应的标签中反映当前数值,并动态计算出均值;单击“Reset”按钮,可将各滚动条上的滚动框复位。-Programming, run-time interface is shown below. Requirements: either drag the scroll box on the scr