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

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

Union

  • While there are many textbooks about the European Union (EU), Clive Archer covers the essential el

    While there are many textbooks about the European Union (EU), Clive Archer covers the essential elements of the EU clearly and con- cisely, outlining the key debates and issues it faces today

    標(biāo)簽: essential textbooks the European

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

    上傳用戶:stella2015

  • While there are many textbooks about the European Union (EU), Clive Archer covers the essential el

    While there are many textbooks about the European Union (EU), Clive Archer covers the essential elements of the EU clearly and con- cisely, outlining the key debates and issues it faces today

    標(biāo)簽: essential textbooks the European

    上傳時(shí)間: 2014-11-21

    上傳用戶:cursor

  • 嵌入式C語言精華

    C/C+語言struct 深層探索 C++中 extern "C"含義深層探索 C 語言高效編程的幾招 想成為嵌入式程序員應(yīng)知道的 0x10 個(gè)基本問題 C 語言嵌入式系統(tǒng)編程修煉 C 語言嵌入式系統(tǒng)編程修煉之一:背景篇 C 語言嵌入式系統(tǒng)編程修煉之二:軟件架構(gòu)篇 C 語言嵌入式系統(tǒng)編程修煉之三:內(nèi)存操作 C 語言嵌入式系統(tǒng)編程修煉之四:屏幕操作 C 語言嵌入式系統(tǒng)編程修煉之五:鍵盤操作 C 語言嵌入式系統(tǒng)編程修煉之六:性能優(yōu)化 C/C++語言 void及 void 指針深層探索 C/C++語言可變參數(shù)表深層探索 C/C++數(shù)組名與指針區(qū)別深層探索 C/C++程序員應(yīng)聘常見面試題深入剖析(1) C/C++程序員應(yīng)聘常見面試題深入剖析(2) 一道著名外企面試題的抽絲剝繭 C/C++結(jié)構(gòu)體的一個(gè)高級(jí)特性――指定成員的位數(shù) C/C++中的近指令、遠(yuǎn)指針和巨指針 從兩道經(jīng)典試題談 C/C++中聯(lián)合體(Union)的使用 基于 ARM 的嵌入式 Linux 移植真實(shí)體驗(yàn) 基于 ARM 的嵌入式 Linux 移植真實(shí)體驗(yàn)(1)――基本概 基于 ARM 的嵌入式 Linux 移植真實(shí)體驗(yàn)(2)――BootLoa 基于 ARM 的嵌入式 Linux 移植真實(shí)體驗(yàn)(3)――操作系 基于 ARM 的嵌入式 Linux 移植真實(shí)體驗(yàn)(4)――設(shè)備驅(qū) 基于 ARM 的嵌入式 Linux 移植真實(shí)體驗(yàn)(5)――應(yīng)用實(shí) 深入淺出 Linux 設(shè)備驅(qū)動(dòng)編程 1.Linux 內(nèi)核模塊 2.字符設(shè)備驅(qū)動(dòng)程序 3.設(shè)備驅(qū)動(dòng)中的并發(fā)控制 4.設(shè)備的阻塞與非阻塞操作

    標(biāo)簽: 嵌入式 C語言

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

    上傳用戶:thh29

  • LTP5901 and LTP5902 Hardware Integration Guide

    The LTP5901 and LTP5902 require little external circuitry, as the devices references,decoupling and power supply filtering are integrated. The LTP5901 and LTP5902 will bemodularly certified for operation in the United States (FCC), Canada (IC) and theEuropean Union (CE).  

    標(biāo)簽: Integration LTP Hardware Guide

    上傳時(shí)間: 2013-11-22

    上傳用戶:sunchao524

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

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

    標(biāo)簽: C51

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

    上傳用戶:waves_0801

  • DS1820 C51 子程序 (一線數(shù)據(jù)傳輸)

    //芯片資料請(qǐng)到www.elecfans.com查找 //DS1820 C51 子程序//這里以11.0592M晶體為例,不同的晶體速度可能需要調(diào)整延時(shí)的時(shí)間//sbit DQ =P2^1;//根據(jù)實(shí)際情況定義端口 typedef unsigned char byte;typedef unsigned int  word; //延時(shí)void delay(word useconds){  for(;useconds>0;useconds--);} //復(fù)位byte ow_reset(void){  byte presence;  DQ = 0; //pull DQ line low  delay(29); // leave it low for 480us  DQ = 1; // allow line to return high  delay(3); // wait for presence  presence = DQ; // get presence signal  delay(25); // wait for end of timeslot  return(presence); // presence signal returned}     // 0=presence, 1 = no part //從 1-wire 總線上讀取一個(gè)字節(jié)byte read_byte(void){  byte i;  byte value = 0;  for (i=8;i>0;i--)  {    value>>=1;    DQ = 0; // pull DQ low to start timeslot    DQ = 1; // then return high    delay(1);  //for (i=0; i<3; i++);     if(DQ)value|=0x80;    delay(6); // wait for rest of timeslot  }  return(value);} //向 1-WIRE 總線上寫一個(gè)字節(jié)void write_byte(char val){  byte i;  for (i=8; i>0; i--) // writes byte, one bit at a time  {    DQ = 0; // pull DQ low to start timeslot    DQ = val&0x01;    delay(5); // hold value for remainder of timeslot    DQ = 1;    val=val/2;  }  delay(5);} //讀取溫度char Read_Temperature(void){  Union{    byte c[2];    int x;  }temp;   ow_reset();  write_byte(0xCC); // Skip ROM  write_byte(0xBE); // Read Scratch Pad  temp.c[1]=read_byte();  temp.c[0]=read_byte();  ow_reset();  write_byte(0xCC); //Skip ROM  write_byte(0x44); // Start Conversion  return temp.x/2;}

    標(biāo)簽: 1820 C51 DS 程序

    上傳時(shí)間: 2013-11-03

    上傳用戶:hongmo

  • 網(wǎng)狀網(wǎng)絡(luò)解決通信限制的應(yīng)用筆記

    Abstract: The application note addresses how G3-PLC, a powerline communications protocol approvedby the International Telecommunications Union (ITU), enables mesh networking in advanced metering

    標(biāo)簽: 網(wǎng)狀網(wǎng)絡(luò) 應(yīng)用筆記 通信

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

    上傳用戶:erkuizhang

  • 基礎(chǔ)篇 1.1 Turbo C語言概述 1.2 C語言的特點(diǎn) 1.3 Turbo C 概述 1.4 Turbo C 2.0的安裝和啟動(dòng) 1.5 Turbo C 2.0集成開發(fā)環(huán)境的

    基礎(chǔ)篇 1.1 Turbo C語言概述 1.2 C語言的特點(diǎn) 1.3 Turbo C 概述 1.4 Turbo C 2.0的安裝和啟動(dòng) 1.5 Turbo C 2.0集成開發(fā)環(huán)境的使用 1. 數(shù)據(jù)類型、變量和運(yùn)算符 2.  數(shù)據(jù)類型 3. 關(guān)鍵字和標(biāo)識(shí)符 4.  變量 5.  運(yùn)算符 Turbo C 程序設(shè)計(jì)初步 1.1 輸入輸出函數(shù)及控制流程語句 1.2 文件的輸入輸出函數(shù) 1.3 控制流程語句 指針、結(jié)構(gòu)、聯(lián)合和枚舉 結(jié)構(gòu)(struct) 聯(lián)合(Union) 枚舉(enum) 函數(shù)

    標(biāo)簽: Turbo 2.0 1.1 1.2

    上傳時(shí)間: 2015-04-16

    上傳用戶:zjf3110

  • DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient represen

    DIGITAL IMAGERY is pervasive in our world today. Consequently, standards for the efficient representation and interchange of digital images are essential. To date, some of the most successful still image compression standards have resulted from the ongoing work of the Joint Photographic Experts Group (JPEG). This group operates under the auspices of Joint Technical Committee 1, Subcommittee 29, Working Group 1 (JTC 1/SC 29/WG 1), a collaborative effort between the International Organization for Standardization (ISO) and International Telecommunication Union Standardization Sector (ITUT). Both the JPEG [1–3] and JPEG-LS [4–6] standards were born from the work of the JPEG committee. For the last few years, the JPEG committee has been working towards the establishment of a new standard known as JPEG 2000 (i.e., ISO/IEC 15444). The fruits of these labors are now coming to bear, as JPEG-2000 Part 1 (i.e., ISO/IEC 15444-1 [7]) has recently been approved as a new international standard.

    標(biāo)簽: Consequently efficient pervasive standards

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

    上傳用戶:源弋弋

  • The ITU-T(Telecommunication Standardization Sector)is a permanent organ of the International Telecom

    The ITU-T(Telecommunication Standardization Sector)is a permanent organ of the International Telecommunication Union(ITU).The ITU-T is responsible for studying technical,operating and tariff questions and issuing Recommen- dations on them with a view to standardizing telecommunications on a worldwide basis.

    標(biāo)簽: Telecommunication Standardization International permanent

    上傳時(shí)間: 2014-02-20

    上傳用戶:sammi

主站蜘蛛池模板: 潜江市| 明溪县| 托里县| 铅山县| 航空| 辉县市| 闽侯县| 松阳县| 榆树市| 紫金县| 湄潭县| 绿春县| 济阳县| 娱乐| 长乐市| 酒泉市| 扶绥县| 北辰区| 鄂伦春自治旗| 广汉市| 新河县| 台北县| 宜兴市| 金川县| 三穗县| 横山县| 融水| 交城县| 乌鲁木齐市| 潞城市| 乌苏市| 罗山县| 慈利县| 江北区| 门头沟区| 南郑县| 锡林浩特市| 淳安县| 岗巴县| 霍邱县| 昌乐县|