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

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

半導(dǎo)(dǎo)體測(cè)(cè)試

  • 分治法解決最近對(duì)問(wèn)題 畫一條垂直線x=c

    分治法解決最近對(duì)問(wèn)題 畫一條垂直線x=c,把這些給定點(diǎn)分為兩個(gè)包含n/2個(gè)點(diǎn)的子集S1和S2,使得n/2個(gè)點(diǎn)位于直線的左側(cè)或直線上,另外n/2個(gè)點(diǎn)位于直線的右側(cè)或直線上;遵循分治法的思想,遞歸地求出左子集S1和右子集S2中的最近對(duì),分別為d1與d2;之后d=min{d1,d2}。合并過(guò)程:在以垂線x=c為對(duì)稱軸,2d為寬度的區(qū)域內(nèi)求最近兩個(gè)點(diǎn)的距離,記為d3;求D=min{d,d3};

    標(biāo)簽: 分治法 垂直

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

    上傳用戶:源碼3

  • Visual C++圖像處理中文教程

    Visual C++圖像處理中文教程,Wo(hù)rd版本,包括位圖\調(diào)色板\幾何變換\平滑\去噪\半影調(diào)和抖動(dòng)技術(shù)\直方圖修正和彩色變換\腐蝕膨脹細(xì)化算法\邊緣檢測(cè)與輪廓跟蹤\圖象處理編程工具及簡(jiǎn)單的多媒體編程等等,是一本圖像處理知識(shí)與編程的學(xué)習(xí)好書

    標(biāo)簽: Visual 圖像處理 教程

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

    上傳用戶:壞壞的華仔

  • 本書分為上篇、中篇和下篇三個(gè)部分

    本書分為上篇、中篇和下篇三個(gè)部分,上篇為Windows CE結(jié)構(gòu)分析,中篇為Windows CE情景分析,下篇為實(shí)驗(yàn)手冊(cè)。每一篇又劃分為若 干章。上篇包含有引言,Windows CE體系結(jié)構(gòu),處理 器排程,儲(chǔ)存管理 ,檔案系統(tǒng)和設(shè)備管理 等六 章。中篇包含有系統(tǒng)初始化,處理 器排程過(guò)程,分頁(yè)處理 ,檔案處理 和驅(qū)動(dòng)器載入等五章。下篇包含有Windows CE應(yīng)用程式開(kāi)發(fā),Windows CE系統(tǒng)開(kāi)發(fā),評(píng)測(cè)與總結(jié)以及實(shí)習(xí)等四章。 上篇的重點(diǎn)在於分析Windows CE kernel的結(jié)構(gòu)以及工作原理 。這個(gè)部分是掌握Windows CE作業(yè)系統(tǒng)的基礎(chǔ)。 中篇重點(diǎn)在於分析Windows CE kernel的實(shí)際運(yùn)行 過(guò)程。如果說 上篇是從靜態(tài)的角度 分析Windows CE kernel,那麼中篇?jiǎng)t是試圖從動(dòng)態(tài)的角度 給讀 者一個(gè)有關(guān)Windows CE kernel的描述。希望讀 者能夠通過(guò)對(duì)中篇的閱讀 理 解,在頭腦中形成有關(guān)Windows CE kernel的多方位的運(yùn)作情景。 下篇著重於有關(guān)Windows CE的應(yīng)用。對(duì)理 論 的掌握最終要應(yīng)用到實(shí)務(wù)中。

    標(biāo)簽:

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

    上傳用戶:FreeSky

  • 本書全面介紹了UNIX系統(tǒng)的程序設(shè)計(jì)界面—系統(tǒng)調(diào)用界面和標(biāo)準(zhǔn)C庫(kù)提供的許多函數(shù)。 本書的前15章著重于理論知識(shí)的闡述

    本書全面介紹了UNIX系統(tǒng)的程序設(shè)計(jì)界面—系統(tǒng)調(diào)用界面和標(biāo)準(zhǔn)C庫(kù)提供的許多函數(shù)。 本書的前15章著重于理論知識(shí)的闡述,主要內(nèi)容包括UNIX文件和目錄、進(jìn)程環(huán)境、進(jìn)程控制、進(jìn)程間通信以及各種I/O。在此基礎(chǔ)上,分別按章介紹了多個(gè)應(yīng)用實(shí)例,包括如何創(chuàng)建數(shù)據(jù)庫(kù)函數(shù)庫(kù),PostScript 打印機(jī)驅(qū)動(dòng)程序,調(diào)制解調(diào)器撥號(hào)器及在偽終端上運(yùn)行其他程序的程序等。 本書內(nèi)容豐富權(quán)威,概念清晰精辟,一直以來(lái)被譽(yù)為UNIX編程的“圣經(jīng)”,對(duì)于所有UNIX程序員—無(wú)論是初學(xué)者還是專家級(jí)人士—都是一本無(wú)價(jià)的參考書籍。

    標(biāo)簽: UNIX 程序設(shè)計(jì) 標(biāo)準(zhǔn)

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

    上傳用戶:zycidjl

  • 數(shù)據(jù)結(jié)構(gòu)(嚴(yán)慰敏)配套純c代碼實(shí)驗(yàn)十 typedef int InfoType // 定義其它數(shù)據(jù)項(xiàng)的類型 typedef int KeyType // 定義RedType類型的關(guān)鍵字為整型

    數(shù)據(jù)結(jié)構(gòu)(嚴(yán)慰敏)配套純c代碼實(shí)驗(yàn)十 typedef int InfoType // 定義其它數(shù)據(jù)項(xiàng)的類型 typedef int KeyType // 定義RedType類型的關(guān)鍵字為整型 struct RedType // 記錄類型(同c10-1.h) { KeyType key // 關(guān)鍵字項(xiàng) InfoType otherinfo // 其它數(shù)據(jù)項(xiàng) } typedef char KeysType // 定義關(guān)鍵字類型為字符型 #include"c1.h" #include"c10-3.h" void InitList(SLList &L,RedType D[],int n) { // 初始化靜態(tài)鏈表L(把數(shù)組D中的數(shù)據(jù)存于L中) char c[MAX_NUM_OF_KEY],c1[MAX_NUM_OF_KEY] int i,j,max=D[0].key //

    標(biāo)簽: typedef int InfoType KeyType

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

    上傳用戶:2404

  • 第一部分 VISUAL C++實(shí)驗(yàn)環(huán)境介紹 ..........................................3 一、Visual C++簡(jiǎn)介 3 二、項(xiàng)目開(kāi)發(fā)過(guò)程 4 三、集

    第一部分 VISUAL C++實(shí)驗(yàn)環(huán)境介紹 ..........................................3 一、Visual C++簡(jiǎn)介 3 二、項(xiàng)目開(kāi)發(fā)過(guò)程 4 三、集成開(kāi)發(fā)環(huán)境Developer Studio 4 四、常用功能鍵及其意義 7 第二部分 實(shí)驗(yàn) 8 實(shí)驗(yàn)一 熟悉實(shí)驗(yàn)環(huán)境 8 實(shí)驗(yàn)二 簡(jiǎn)單程序開(kāi)發(fā) 15 實(shí)驗(yàn)三 函數(shù)與程序結(jié)構(gòu) 18 實(shí)驗(yàn)四 結(jié)構(gòu)和類 21錯(cuò)誤!未定義書簽。 實(shí)驗(yàn)五 繼承與虛函數(shù) 28 實(shí)驗(yàn)六 重載與文件I/O 33 實(shí)驗(yàn)七 面向?qū)ο蟪绦蛟O(shè)計(jì)(1) 35 實(shí)驗(yàn)八 面向?qū)ο蟪绦蛟O(shè)計(jì)(2) 47

    標(biāo)簽: VISUAL Visual 實(shí)驗(yàn)

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

    上傳用戶:songyue1991

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video.

    標(biāo)簽: bottleneck developed the concept

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

    上傳用戶:ikemada

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. Hardware reference

    標(biāo)簽: bottleneck developed the concept

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

    上傳用戶:極客

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. User Manual

    標(biāo)簽: bottleneck developed the concept

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

    上傳用戶:努力努力再努力

  • modem編程 本地機(jī)使用ATDT命令撥號(hào)

    modem編程 本地機(jī)使用ATDT命令撥號(hào),遠(yuǎn)程機(jī)設(shè)為自動(dòng)響應(yīng)方式,即可進(jìn)入聯(lián)機(jī)方式, 進(jìn)行終端通信。 在聯(lián)機(jī)方式下,按PageUp鍵上載文件,按PageDn鍵下載文件,Ctrl-O呼出主菜單,退出聯(lián)機(jī)方式使用Ctrl-D鍵。退出終端仿真器使用EXIT命令。   主程序使用C語(yǔ)言編寫。使用早期的C編譯器可以進(jìn)行編譯。終端方式為VT100.

    標(biāo)簽: modem ATDT 編程 命令

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

    上傳用戶:xz85592677

主站蜘蛛池模板: 喀喇沁旗| 黄大仙区| 丽水市| 离岛区| 阳原县| 多伦县| 师宗县| 枣阳市| 青川县| 锡林郭勒盟| 津南区| 子洲县| 云龙县| 漳州市| 库车县| 紫金县| 湟源县| 芮城县| 丰顺县| 亚东县| 扬中市| 同心县| 汉阴县| 太湖县| 铜梁县| 富民县| 财经| 牙克石市| 高尔夫| 文安县| 奉化市| 五河县| 郎溪县| 北宁市| 德保县| 肇源县| 古蔺县| 读书| 阿拉善右旗| 双牌县| 白银市|