亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

signed

  • A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtract

    A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.

    標(biāo)簽: bit collection including addition

    上傳時(shí)間: 2015-05-17

    上傳用戶:cursor

  • 32位元2進(jìn)位signed乘法器32位元signed乘法器

    32位元2進(jìn)位signed乘法器32位元signed乘法器

    標(biāo)簽: signed 乘法器

    上傳時(shí)間: 2013-12-17

    上傳用戶:皇族傳媒

  • symbian signed 簽名指南 symbian 系統(tǒng)

    symbian signed 簽名指南 symbian 系統(tǒng),NOKIA手機(jī)的簽名原理

    標(biāo)簽: symbian signed

    上傳時(shí)間: 2014-01-12

    上傳用戶:wpt

  • verilog code for 8-bit signed integers....its working

    verilog code for 8-bit signed integers....its working

    標(biāo)簽: integers verilog working signed

    上傳時(shí)間: 2017-03-18

    上傳用戶:zhichenglu

  • unsigned and signed multiply circuit implement.

    unsigned and signed multiply circuit implement.

    標(biāo)簽: implement unsigned multiply circuit

    上傳時(shí)間: 2013-12-15

    上傳用戶:dianxin61

  • Analyse Sigma Designs XRPC data. For analysis of RSA signed code

    Analyse Sigma Designs XRPC data. For analysis of RSA signed code

    標(biāo)簽: analysis Analyse Designs signed

    上傳時(shí)間: 2013-12-09

    上傳用戶:lindor

  • moltiplicatore signed

    moltiplicatore signed

    標(biāo)簽: moltiplicatore signed

    上傳時(shí)間: 2014-01-15

    上傳用戶:dsgkjgkjg

  • AltiumDesignerSummer9Build9.3.1.19182破解文件

    AltiumDesignerSummer9Build9.3.1.19182破解文件+去掉Not signed in字樣

    標(biāo)簽: AltiumDesignerSummer 19182 Build 破解文件

    上傳時(shí)間: 2013-07-04

    上傳用戶:我好難過(guò)

  • C51中的關(guān)鍵字及用途說(shuō)明

    C51 中的關(guān)鍵字關(guān)鍵字 用途 說(shuō)明auto 存儲(chǔ)種類說(shuō)明 用以說(shuō)明局部變量,缺省值為此break 程序語(yǔ)句 退出最內(nèi)層循環(huán)case 程序語(yǔ)句 Switch 語(yǔ)句中的選擇項(xiàng)char 數(shù)據(jù)類型說(shuō)明 單字節(jié)整型數(shù)或字符型數(shù)據(jù)const 存儲(chǔ)類型說(shuō)明 在程序執(zhí)行過(guò)程中不可更改的常量值continue 程序語(yǔ)句 轉(zhuǎn)向下一次循環(huán)default 程序語(yǔ)句 Switch 語(yǔ)句中的失敗選擇項(xiàng)do 程序語(yǔ)句 構(gòu)成do..while 循環(huán)結(jié)構(gòu)double 數(shù)據(jù)類型說(shuō)明 雙精度浮點(diǎn)數(shù)else 程序語(yǔ)句 構(gòu)成if..else 選擇結(jié)構(gòu)enum 數(shù)據(jù)類型說(shuō)明 枚舉extern 存儲(chǔ)種類說(shuō)明 在其他程序模塊中說(shuō)明了的全局變量flost 數(shù)據(jù)類型說(shuō)明 單精度浮點(diǎn)數(shù)for 程序語(yǔ)句 構(gòu)成for 循環(huán)結(jié)構(gòu)goto 程序語(yǔ)句 構(gòu)成goto 轉(zhuǎn)移結(jié)構(gòu)if 程序語(yǔ)句 構(gòu)成if..else 選擇結(jié)構(gòu)int 數(shù)據(jù)類型說(shuō)明 基本整型數(shù)long 數(shù)據(jù)類型說(shuō)明 長(zhǎng)整型數(shù)register 存儲(chǔ)種類說(shuō)明 使用CPU 內(nèi)部寄存的變量return 程序語(yǔ)句 函數(shù)返回short 數(shù)據(jù)類型說(shuō)明 短整型數(shù)signed 數(shù)據(jù)類型說(shuō)明 有符號(hào)數(shù),二進(jìn)制數(shù)據(jù)的最高位為符號(hào)位sizeof 運(yùn)算符 計(jì)算表達(dá)式或數(shù)據(jù)類型的字節(jié)數(shù)static 存儲(chǔ)種類說(shuō)明 靜態(tài)變量struct 數(shù)據(jù)類型說(shuō)明 結(jié)構(gòu)類型數(shù)據(jù)swicth 程序語(yǔ)句 構(gòu)成switch 選擇結(jié)構(gòu)typedef 數(shù)據(jù)類型說(shuō)明 重新進(jìn)行數(shù)據(jù)類型定義union 數(shù)據(jù)類型說(shuō)明 聯(lián)合類型數(shù)據(jù)unsigned 數(shù)據(jù)類型說(shuō)明 無(wú)符號(hào)數(shù)數(shù)據(jù)void 數(shù)據(jù)類型說(shuō)明 無(wú)類型數(shù)據(jù)volatile 數(shù)據(jù)類型說(shuō)明 該變量在程序執(zhí)行中可被隱含地改變while 程序語(yǔ)句 構(gòu)成while 和do..while 循環(huán)結(jié)構(gòu)ANSIC 標(biāo)準(zhǔn)關(guān)鍵字關(guān)鍵字 用途 說(shuō)明bit 位標(biāo)量聲明 聲明一個(gè)位標(biāo)量或位類型的函數(shù)sbit 位標(biāo)量聲明 聲明一個(gè)可位尋址變量

    標(biāo)簽: C51

    上傳時(shí)間: 2013-10-08

    上傳用戶:waves_0801

  • NTL is a high-performance, portable C++ library providing data structures and algorithms for manipul

    NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over the integers and over finite fields.

    標(biāo)簽: high-performance algorithms structures providing

    上傳時(shí)間: 2014-01-05

    上傳用戶:水中浮云

主站蜘蛛池模板: 寻甸| 乌鲁木齐市| 五河县| 望江县| 江都市| 阳新县| 松桃| 东宁县| 双辽市| 敦化市| 梁山县| 无棣县| 土默特左旗| 刚察县| 合山市| 东山县| 科技| 邳州市| 陕西省| 保亭| 七台河市| 广昌县| 蓬莱市| 宣汉县| 稷山县| 红桥区| 雅江县| 保山市| 隆德县| 庄浪县| 麟游县| 揭西县| 云霄县| 寻甸| 七台河市| 西城区| 铁岭县| 柘城县| 西和县| 广灵县| 上犹县|