虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

SHORT

SHORT在C语言中是定义一种整型变量家族的一种。C语言中有三种整数类型,分别为SHORT、int和long。int称为整型,SHORT称为短整型,long称为长整型。
  • C51中的关键字及用途说明

    C51 中的关键字关键字 用途 说明auto 存储种类说明 用以说明局部变量,缺省值为此break 程序语句 退出最内层循环case 程序语句 Switch 语句中的选择项char 数据类型说明 单字节整型数或字符型数据const 存储类型说明 在程序执行过程中不可更改的常量值continue 程序语句 转向下一次循环default 程序语句 Switch 语句中的失败选择项do 程序语句 构成do..while 循环结构double 数据类型说明 双精度浮点数else 程序语句 构成if..else 选择结构enum 数据类型说明 枚举extern 存储种类说明 在其他程序模块中说明了的全局变量flost 数据类型说明 单精度浮点数for 程序语句 构成for 循环结构goto 程序语句 构成goto 转移结构if 程序语句 构成if..else 选择结构int 数据类型说明 基本整型数long 数据类型说明 长整型数register 存储种类说明 使用CPU 内部寄存的变量return 程序语句 函数返回SHORT 数据类型说明 短整型数signed 数据类型说明 有符号数,二进制数据的最高位为符号位sizeof 运算符 计算表达式或数据类型的字节数static 存储种类说明 静态变量struct 数据类型说明 结构类型数据swicth 程序语句 构成switch 选择结构typedef 数据类型说明 重新进行数据类型定义union 数据类型说明 联合类型数据unsigned 数据类型说明 无符号数数据void 数据类型说明 无类型数据volatile 数据类型说明 该变量在程序执行中可被隐含地改变while 程序语句 构成while 和do..while 循环结构ANSIC 标准关键字关键字 用途 说明bit 位标量声明 声明一个位标量或位类型的函数sbit 位标量声明 声明一个可位寻址变量

    标签: C51

    上传时间: 2013-10-08

    上传用户:waves_0801

  • 87LPC76X的IIC从程序

    Presents SHORT and simple I2C software routines that support onlyslave (rather than master or master & slave) operation and an ASMdemonstration program. The slave-only software in this app notecomplements the master mode software presented in AN464, Usingthe 87LPC76X microcontroller as an I2C bus master.

    标签: 76X LPC IIC 87

    上传时间: 2013-11-22

    上传用户:1039312764

  • CC1110:RF 片上系统解决方案

    The CC1101 is a low-cost sub- 1 GHztransceiver designed for very low-powerwireless applications. The circuit is mainlyintended for the ISM (Industrial, Scientific andMedical) and SRD (SHORT Range Device)frequency bands at 315, 433, 868, and 915MHz, but can easily be programmed foroperation at other frequencies in the 300-348MHz, 387-464 MHz and 779-928 MHz bands.CC1101 is an improved and code compatibleversion of the CC1100 RF transceiver. Themain improvements on the CC1101 include:

    标签: 1110 CC 片上系统 方案

    上传时间: 2013-11-12

    上传用户:363186

  • 快速跳频通信系统同步技术研究

    同步技术是跳频通信系统的关键技术之一,尤其是在快速跳频通信系统中,常规跳频通信通过同步字头携带相关码的方法来实现同步,但对于快跳频来说,由于是一跳或者多跳传输一个调制符号,难以携带相关码。对此引入双跳频图案方法,提出了一种适用于快速跳频通信系统的同步方案。采用短码携带同步信息,克服了快速跳频难以携带相关码的困难。分析了同步性能,仿真结果表明该方案同步时间短、虚警概率低、捕获概率高,同步性能可靠。 Abstract:  Synchronization is one of the key techniques to frequency-hopping communication system, especially in the fast frequency hopping communication system. In conventional frequency hopping communication systems, synchronization can be achieved by synchronization-head which can be used to carry the synchronization information, but for the fast frequency hopping, Because modulation symbol is transmitted by per hop or multi-hop, it is difficult to carry the correlation code. For the limitation of fast frequency hopping in carrying correlation code, a fast frequency-hopping synchronization scheme with two hopping patterns is proposed. The synchronization information is carried by SHORT code, which overcomes the difficulty of correlation code transmission in fast frequency-hopping. The performance of the scheme is analyzed, and simulation results show that the scheme has the advantages of SHORTer synchronization time, lower probability of false alarm, higher probability of capture and more reliable of synchronization.

    标签: 快速跳频 同步技术 通信系统

    上传时间: 2013-11-23

    上传用户:mpquest

  • C语言常见问题集_必知的495个问题

    1.1 我如何决定使用那种整数类型? 如果需要大数值(大于32, 767 或小于¡32, 767), 使用long 型。否则, 如果空间很重要(如有大数组或很多结构), 使用SHORT 型。除此之外, 就使用int 型。如果严格定义的溢出特征很重要而负值无关紧要, 或者你希望在操作二进制位和字节时避免符号扩展的问题, 请使用对应的无符号类型。但是, 要注意在表达式中混用有符号和无符号值的情况。

    标签: 495 C语言

    上传时间: 2013-11-22

    上传用户:ming529

  • jbuzzer is an application written in Java that allows mapping your comuter keyboard to sounds. It su

    jbuzzer is an application written in Java that allows mapping your comuter keyboard to sounds. It supports SHORT samples as well as streaming format. The GUI allows dynamically adding and removing new slots for samples.

    标签: application keyboard jbuzzer comuter

    上传时间: 2014-12-07

    上传用户:qoovoop

  • How to call some functions that you might though it is simle sometimes, but it could take your worth

    How to call some functions that you might though it is simle sometimes, but it could take your worthful time. Try these SHORT routes as fun whenever you take a break.

    标签: functions sometimes though could

    上传时间: 2015-04-10

    上传用户:1079836864

  • 项目描述: g-page is a client/server application designed to send text messages to pagers and PCS phone

    项目描述: g-page is a client/server application designed to send text messages to pagers and PCS phones with SHORT messaging capabilites. g-page 是一款客户端/服务器应用程序,用来给呼机或PCS电话发送短消息。

    标签: application designed messages g-page

    上传时间: 2013-12-13

    上传用户:希酱大魔王

  • 函数模板T max(T a, T b, T c),使之实现对任何类型数

    函数模板T max(T a, T b, T c),使之实现对任何类型数,能从三个数中求出最大数返回。设计各种类型数据(char,SHORT,long,float,double)调用此函数模板。

    标签: max 函数 模板

    上传时间: 2015-07-07

    上传用户:时代电子小智

  • Lab 2 – Synthesizable MATLAB This lab exercise will explore the effects that different MATLAB codin

    Lab 2 – Synthesizable MATLAB This lab exercise will explore the effects that different MATLAB coding styles have on hardware. The lab has two parts, each of which begins with a SHORT introduction. This lab exercise is based on the simple MATLAB FIR filter model shown below:

    标签: MATLAB Synthesizable different exercise

    上传时间: 2015-09-28

    上传用户:sammi