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

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

實(shí)(shí)時(shí)(shí)數(shù)(shù)據(jù)(jù)

  • /*目的:使一個(gè)複數(shù)可顯數(shù)出來(lái)

    /*目的:使一個(gè)複數(shù)可顯數(shù)出來(lái),可做+-/*,還要可以做>>跟<<的功能 題目:定義一個(gè)複數(shù)的class叫Complex,a(實(shí)部)與b(虛部)為double的型態(tài),i表示根號(hào)-1, 1.必須包含一個(gè)建構(gòu)子有兩個(gè)參數(shù)(double型態(tài)),能被用來(lái)設(shè)定物件中的變數(shù)為任意值 2.包含一個(gè)建構(gòu)子只有一個(gè)參數(shù)(double型態(tài)),呼叫參數(shù)的實(shí)部且定義為"實(shí)部+0i" 3.包含一個(gè)預(yù)建構(gòu)子可把物件初始化為0+0i 4.overload以下的operator以致於可以正確的執(zhí)行:+ - * / << >> */

    標(biāo)簽:

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

    上傳用戶:lindor

  • zd1211無(wú)線網(wǎng)卡驅(qū)動(dòng)源代碼

    zd1211無(wú)線網(wǎng)卡驅(qū)動(dòng)源代碼,網(wǎng)卡為USB接口 你可以把攝像頭的驅(qū)動(dòng)在編譯內(nèi)核的時(shí)候直接編譯進(jìn)去,然后把內(nèi)核燒進(jìn)去,以后我們每次執(zhí)行應(yīng)用程序就可以了, 也可以把要執(zhí)行的應(yīng)用程序直接寫在init.sh里邊看一下,那就以后連好攝像頭然后一開(kāi)機(jī),攝像頭就會(huì)把采集到的圖象顯示在屏上。

    標(biāo)簽: 1211 zd 無(wú)線網(wǎng)卡驅(qū)動(dòng) 源代碼

    上傳時(shí)間: 2016-04-11

    上傳用戶:tianjinfan

  • This temp directory is used by the JVM for temporary file storage. The JVM is configured to use thi

    This temp directory is used by the JVM for temporary file storage. The JVM is configured to use this as its java.io.tmpdir in the catalina.sh and catalina.bat scripts.

    標(biāo)簽: configured JVM directory temporary

    上傳時(shí)間: 2016-04-15

    上傳用戶:363186

  • T-monitor監(jiān)控程序

    T-monitor監(jiān)控程序,類是BIOS,BSP,uBoot等,主要應(yīng)用于SH系列處理器。

    標(biāo)簽: T-monitor 監(jiān)控程序

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

    上傳用戶:13188549192

  • Tornado 的manuals 很全面,國(guó)內(nèi)的書(shū)大部分是翻譯的它。經(jīng)常需要查閱的。Tornado Online Manuals GDB User s Guide GNU Make U

    Tornado 的manuals 很全面,國(guó)內(nèi)的書(shū)大部分是翻譯的它。經(jīng)常需要查閱的。Tornado Online Manuals GDB User s Guide GNU Make User s Guide GNU Toolchain Release Notes GNU Toolkit User s Guide for Pentium GNU Toolkit User s Guide for Simulators, 68K, and SH Tornado API Guide Tornado API Reference Tornado Getting Started Guide (Windows Version) Tornado Migration Guide Tornado Reference Tornado Release Notes Tornado SETUP SDK Developer s Guide Tornado User s Guide (Windows Version) USB Developer s Kit Programmer s Guide USB Developer s Kit Release Notes VxWorks API Reference VxWorks BSP Developer s Guide VxWorks BSP Developer s Reference VxWorks BSP Reference VxWorks Errno Code List VxWorks Network Programmer s Guide VxWorks Programmer s Guide VxWorks for Pentium Architecture Supplement WindView User s Guide WindView User s Reference

    標(biāo)簽: Tornado Manuals manuals Online

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

    上傳用戶:13215175592

  • 本程序?yàn)槟M可校時(shí)的時(shí)鐘程序;clk--時(shí)鐘信號(hào),rst--清零信號(hào),set_en--校時(shí) 使能信號(hào),faster--快進(jìn)信號(hào),slower--快退信號(hào),hour--小時(shí)校時(shí),min--分鐘校 時(shí)

    本程序?yàn)槟M可校時(shí)的時(shí)鐘程序;clk--時(shí)鐘信號(hào),rst--清零信號(hào),set_en--校時(shí) 使能信號(hào),faster--快進(jìn)信號(hào),slower--快退信號(hào),hour--小時(shí)校時(shí),min--分鐘校 時(shí),(hh,hl,ml,mh,sh,sl)--時(shí),分,秒顯示信號(hào)。 校時(shí)的時(shí)候,秒清零。

    標(biāo)簽: faster set_en slower 信號(hào)

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

    上傳用戶:x4587

  • 定時(shí)器程序 采用89c2051 2001.10 ****************** ****************** 偽定義 ***********

    定時(shí)器程序 采用89c2051 2001.10 ****************** ****************** 偽定義 ****************** SL EQU 30H SL存放秒的個(gè)位數(shù) SH EQU 31H SH存放秒的十位數(shù) ML EQU 32H ML存放分的個(gè)位數(shù) MH EQU 33H MH存放分的十位數(shù) HL EQU 34H HL存放時(shí)的個(gè)位數(shù) HH EQU 35H HH存放時(shí)的十位數(shù)

    標(biāo)簽: 89c2051 2001.10 定時(shí)器 定義

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

    上傳用戶:qq1604324866

  • For build this project you can use ant (www.apache.org). Before build project rename file build.pro

    For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in root project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). Main MTDORB author: Oleg V. Safonov <safonov@m-g.ru>

    標(biāo)簽: build project Before apache

    上傳時(shí)間: 2016-08-20

    上傳用戶:zhenyushaw

  • 此工具書(shū)是一般常用的到的數(shù)學(xué)工具書(shū)

    此工具書(shū)是一般常用的到的數(shù)學(xué)工具書(shū),內(nèi)容詳細(xì)介紹matlab指令的各種用法,從基本的概述、初探matlab、二維平面繪圖、三維立體繪圖、數(shù)值運(yùn)算與其它應(yīng)用、影像顯示與讀寫、動(dòng)畫(huà)製作、握把式圖形與GUI、GUIDEGUI設(shè)計(jì)環(huán)境、矩陣的處理與運(yùn)算、字元與字串、多維陣列、異質(zhì)陣列、結(jié)植陣列、稀疏矩陣、matlab的運(yùn)算元、m檔案、程式流程控制、程式除錯(cuò)、檔案輸出及輸入、程式計(jì)時(shí)、程式碼與記憶、應(yīng)用程式介面、線性代數(shù)、多項(xiàng)式的處理、一般數(shù)學(xué)函數(shù)、內(nèi)插法、曲線擬合與迴圈、常微分方程式…等,是非常好用的工具書(shū)。

    標(biāo)簽:

    上傳時(shí)間: 2016-08-24

    上傳用戶:ynsnjs

  • YAFFS2文件系統(tǒng)

    YAFFS2文件系統(tǒng),LINUX2.6內(nèi)核支持YAFF2文件系統(tǒng),命令:sh patch-ker.sh c /<kernel path>

    標(biāo)簽: YAFFS2 文件系統(tǒng)

    上傳時(shí)間: 2016-09-30

    上傳用戶:JIUSHICHEN

主站蜘蛛池模板: 遵化市| 湘西| 仲巴县| 卓尼县| 庆云县| 广南县| 庄浪县| 敦煌市| 宁明县| 浠水县| 伊金霍洛旗| 美姑县| 平陆县| 凌云县| 邯郸市| 三明市| 大新县| 衡山县| 边坝县| 日土县| 郴州市| 海淀区| 宾阳县| 海兴县| 西安市| 新密市| 新乐市| 林甸县| 安化县| 崇州市| 双江| 阳信县| 福安市| 布尔津县| 淮北市| 资溪县| 金山区| 台北县| 女性| 云安县| 保德县|