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

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

煙霧火災(zāi)(zāi)報(bào)警系統(tǒng)(tǒng)

  • The first edition of this book ranks among the small (very small) number of books that I credit with

    The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues that tradition. C++ is a very powerful programming language. If C gives you enough rope to hang yourself, C++ is a hard-ware store with lots of helpful people ready to tie knots for you. Mastering the points discussed in this book will definitely increase your ability to effectively use C++ and reduce your stress level.

    標(biāo)簽: small edition credit number

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

    上傳用戶:talenthn

  • 測試分析報(bào)告I/O設(shè)備管理 測試分析報(bào)告

    測試分析報(bào)告I/O設(shè)備管理 測試分析報(bào)告

    標(biāo)簽: 測試 報(bào)告 設(shè)備管理

    上傳時(shí)間: 2016-03-21

    上傳用戶:aa17807091

  • 基于JAVA的ICQ系統(tǒng)的設(shè)計(jì)于實(shí)現(xiàn),ICQ是英文"I seek you "的簡稱

    基于JAVA的ICQ系統(tǒng)的設(shè)計(jì)于實(shí)現(xiàn),ICQ是英文"I seek you "的簡稱,中文意思是我找你。ICQ最大的功能就是即時(shí)信息交流,只要記得對方的號(hào)碼,上網(wǎng)時(shí)可以呼他,無論他在哪里,只要他上網(wǎng)打開ICQ,人們就可以隨時(shí)交流。ICQ源于以色列特拉維夫的Mirabils公司。該公司成立于1996年7月,也就是在這個(gè)時(shí)候,互聯(lián)網(wǎng)上最出名,下載使用人數(shù)最多的免費(fèi)軟件ICQ誕生了。可能是其不斷增加的用戶和廣闊的前景以及廣泛的應(yīng)用前景和巨大的市場潛力,Mirabils的ICQ最終被美國在線AOL收購。由于ICQ的成功,推動(dòng)了ICQ的本土化,就中文的ICQ而言,現(xiàn)在已經(jīng)越來越多,比如著名的深圳騰迅公司推出的OICQ(現(xiàn)在由于版權(quán)問題,已改名為QQ2001),還有由TOM.COM推出的Tomq等,這些軟件技術(shù)都很好,而且簡單易用,成為中國網(wǎng)民最喜歡的通信軟件。

    標(biāo)簽: ICQ JAVA seek you

    上傳時(shí)間: 2014-10-09

    上傳用戶:lgnf

  • the attached utility is a work I ve submitted to the university It shows what a jpeg compression is

    the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.

    標(biāo)簽: compression university the submitted

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

    上傳用戶:Altman

  • fes is descripy yoso cise iec me i message

    fes is descripy yoso cise iec me i message

    標(biāo)簽: descripy message cise yoso

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

    上傳用戶:as275944189

  • 該文件為Z的一個(gè)子程序

    該文件為Z的一個(gè)子程序,對廣大讀者很有幫助,現(xiàn)在拿出來和大家一起分享下!

    標(biāo)簽: 程序

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

    上傳用戶:dsgkjgkjg

  • 訂票系統(tǒng) 火車頂票系統(tǒng) C++課程設(shè)計(jì) 12345

    訂票系統(tǒng) 火車頂票系統(tǒng) C++課程設(shè)計(jì) 12345

    標(biāo)簽: 12345 火車

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

    上傳用戶:nanxia

  • Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to I

    Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289

    標(biāo)簽: CONFIGURATION Introduction INSTALLATION Preparing

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

    上傳用戶:qiao8960

  • #include <reg51.h> /*-------------------------------------------- 調(diào)用方式:自行I/O 口定義﹫2001/05/12

    #include <reg51.h> /*-------------------------------------------- 調(diào)用方式:自行I/O 口定義﹫2001/05/12 函數(shù)說明:私有函數(shù),各接口定義 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5 sbit HD7279_DATA=P1^6 // HD7279_DATA-- P1.2 sbit HD7279_KEY =P1^7 // HD7279_KEY-- P1.3 /*-------------------------------------------- 調(diào)用方式: HD7279A 各指令定義﹫2001/05/12 函數(shù)說明:私有函數(shù),接口定義 --------------------------------------------* /#define HD7279_RESET 0xa4 //復(fù)位 #define HD7279_TEST 0xbf //測試 #define HD7279_RLC 0xa3 //循環(huán)左移 #define HD7279_RRC 0xa2 //循環(huán)右移 #define HD7279_RL 0xa1 //左移 #define HD7279_RR 0xa0 //右移 #define HD7279_DECODE0 0x80 //譯碼方式0 #define HD7279_DECODE1 0xc8 //譯碼方式1

    標(biāo)簽: include 2001 reg 51

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

    上傳用戶:三人用菜

  • 在matlab下實(shí)現(xiàn)了z變換

    在matlab下實(shí)現(xiàn)了z變換,給出了分析、源文件和輸出的零極點(diǎn)圖

    標(biāo)簽: matlab 變換

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

    上傳用戶:zsjzc

主站蜘蛛池模板: 沙坪坝区| 盈江县| 乡城县| 永善县| 本溪市| 上蔡县| 庆云县| 曲松县| 富平县| 荣昌县| 扎赉特旗| 阳春市| 土默特右旗| 浙江省| 平度市| 偃师市| 新安县| 永春县| 东兴市| 民权县| 大田县| 临安市| 平武县| 阿拉善盟| 库尔勒市| 华阴市| 洮南市| 来宾市| 江都市| 大丰市| 玉屏| 渑池县| 新田县| 朝阳区| 黄冈市| 金溪县| 南澳县| 雷山县| 澄江县| 农安县| 浮山县|