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

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

Stand-off

  • (1)上電后LCD背光打開

    (1)上電后LCD背光打開,并顯示倒計(jì)時(shí)5秒,然后時(shí)鐘開始工作。 (2)用模式鍵(*)切換模式,如顯示時(shí)間、日期、鬧鐘1、鬧鐘2等,并且可以用上、下鍵控制加1、減1或是鬧鐘的On、Off。 (3)原程序有16個(gè)鍵,包括0~9數(shù)字鍵,可以直接輸入要設(shè)置的時(shí)間值,但后來(lái)將數(shù)字鍵取消了,你仍然可以通過(guò)修改程序的部分注釋恢復(fù)此功能。 (4)鬧鐘有2路,時(shí)間到后鬧2分鐘,可按任意鍵取消本次鬧鐘。鬧鐘響時(shí)有2種音調(diào),是用PIC的PWM實(shí)現(xiàn)的。 (5)按任意鍵可打開背光,1分鐘后自動(dòng)關(guān)閉背光。 (6)RA0~RA3為按鍵掃描輸入,應(yīng)接下拉電阻。

    標(biāo)簽: LCD 上電 背光

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

    上傳用戶:shanml

  • 自相似、長(zhǎng)相關(guān)業(yè)務(wù)的生成及TCP擁塞控制的研究 目前,Internet的規(guī)模日益增大,承載的業(yè)務(wù)種類也不斷增加.Internet已給人們的生活和工作帶來(lái)了巨大的利益和影響.21世紀(jì)是通信的世紀(jì),是互

    自相似、長(zhǎng)相關(guān)業(yè)務(wù)的生成及TCP擁塞控制的研究 目前,Internet的規(guī)模日益增大,承載的業(yè)務(wù)種類也不斷增加.Internet已給人們的生活和工作帶來(lái)了巨大的利益和影響.21世紀(jì)是通信的世紀(jì),是互連網(wǎng)的世紀(jì).經(jīng)過(guò)20多年的發(fā)展,Internet已經(jīng)在全球取得巨大的成功.該文對(duì)自相似、長(zhǎng)相關(guān)基本理論進(jìn)行了研究,得出了生成自相似、長(zhǎng)相關(guān)業(yè)務(wù)的方法,即通過(guò)重尾分布ON/OFF源的N-Burst模型的聚合業(yè)務(wù)來(lái)生成自相似、長(zhǎng)相關(guān)業(yè)務(wù),使用國(guó)際上比較通用的仿真軟件NS-2來(lái)進(jìn)行仿真.并基于此特征業(yè)務(wù),對(duì)TCP性能進(jìn)行分析.最后對(duì)TCP擁塞控制進(jìn)行改進(jìn),以適合自相似、長(zhǎng)相關(guān)的的網(wǎng)絡(luò)特性,提高網(wǎng)絡(luò)性能.

    標(biāo)簽: Internet TCP 21 自相似

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

    上傳用戶:yxgi5

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標(biāo)簽: converts Toolbox complex logical

    上傳時(shí)間: 2016-02-12

    上傳用戶:a673761058

  • 基于opnet的移動(dòng)模型源代碼

    基于opnet的移動(dòng)模型源代碼,采用on/off模型仿真,不可多得

    標(biāo)簽: opnet 移動(dòng) 模型 源代碼

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

    上傳用戶:66666

  • AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from

    AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from multiple types of media. AutoBoot provides a simple, fast, and functional means of loading an OS image while maintaining a small Flash memory footprint. This binary release contains a stand-alone version of AutoBoot for the DbAu1200 development board, designed to replace the YAMON boot loader.

    標(biāo)簽: automatically AutoBoot executes generic

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

    上傳用戶:海陸空653

  • Foundations of Python Network Programming leads readers through every aspect of client and server pr

    Foundations of Python Network Programming leads readers through every aspect of client and server programming with Python. Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for scripters and for serious application developers wanting a feature rich yet simple language to deploy their products in. This book features extensive examples that not only demonstrate important concepts and practices, but also provide a cadre of fully-functional stand-alone programs. Readers can use the examples as the basis and building blocks for their own software

    標(biāo)簽: Foundations Programming Network readers

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

    上傳用戶:小碼農(nóng)lz

  • Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write

    Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you can change from one database to another simply by changing a few statements in a configuration file. If you ve needed to add a database backend to your application, don t put it off. It s much more fun than it used to be, and Hibernate: A Developer s Notebook shows you why.

    標(biāo)簽: Hibernate persistence Developer you

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

    上傳用戶:123啊

  • /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k

    /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage

    標(biāo)簽: table hash The the

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

    上傳用戶:gtf1207

  • usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode

    usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB device used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.

    標(biāo)簽: driver function Windows bulkusb

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

    上傳用戶:270189020

  • 智力搶答器: 1、競(jìng)賽開始時(shí),主持人接通啟動(dòng)/停止開關(guān)(SA),指示燈HL1亮。 2、主持人按下開始搶答按鈕(SB0)后,如果在10S內(nèi)無(wú)人搶答,則指示燈HL2亮,表示搶答器自動(dòng)撤銷此次搶答.如果

    智力搶答器: 1、競(jìng)賽開始時(shí),主持人接通啟動(dòng)/停止開關(guān)(SA),指示燈HL1亮。 2、主持人按下開始搶答按鈕(SB0)后,如果在10S內(nèi)無(wú)人搶答,則指示燈HL2亮,表示搶答器自動(dòng)撤銷此次搶答.如果10S內(nèi)有人搶答(按下按鈕SB3,SB4,SB5),則最先按下?lián)尨鸢粹o的信號(hào)有效,相應(yīng)搶答桌的搶答燈(HL1,HL2,HL3)亮。 3、當(dāng)主持人確認(rèn)搶答有效后,按下答題計(jì)時(shí)按鈕(SB6),搶答桌上的搶答燈滅,計(jì)時(shí)開始,計(jì)時(shí)時(shí)間到(1minute),搶答桌上的搶答燈再次亮。 4、如果搶答者在規(guī)定的時(shí)間內(nèi)正確的回答問(wèn)題,主持人按下加分按鈕,搶答桌上的搶答紅燈快速閃爍(0.3s ON,0.3s OFF)。如果搶答者在規(guī)定的時(shí)間內(nèi)回答問(wèn)題不正確或計(jì)時(shí)時(shí)間到還回答不出問(wèn)題,主持人按下減分按鈕,搶答桌上的搶答綠燈(HL4、HL6、HL8)閃爍(0.3s ON,0.3s OFF)。

    標(biāo)簽: 搶答 HL1 10S HL2

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

    上傳用戶:banyou

主站蜘蛛池模板: 手机| 阿图什市| 广昌县| 会宁县| 肥城市| 青海省| 资溪县| 莱芜市| 黑龙江省| 朔州市| 塔城市| 景德镇市| 金平| 庄浪县| 定日县| 佛冈县| 新和县| 和静县| 六盘水市| 广东省| 龙南县| 蛟河市| 克什克腾旗| 枞阳县| 临江市| 盐津县| 钟祥市| 修水县| 恩平市| 吉安县| 阳谷县| 安远县| 峨眉山市| 通河县| 衡东县| 江山市| 宁乡县| 宝清县| 镇江市| 仙居县| 绵竹市|