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

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

Self-cancellation

  • Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Micr

    Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files.

    標(biāo)簽: compression Abbrevia supports Borland

    上傳時間: 2014-01-13

    上傳用戶:來茴

  • 摘 : 通過使用 peer-to-peer(P2P)計算模式在 Internet 物理拓撲基礎(chǔ)上建立一個稱為 P2P 覆蓋網(wǎng)絡(luò)(P overlay network)的虛擬拓撲結(jié)構(gòu),有效地建立起一個基

    摘 : 通過使用 peer-to-peer(P2P)計算模式在 Internet 物理拓撲基礎(chǔ)上建立一個稱為 P2P 覆蓋網(wǎng)絡(luò)(P overlay network)的虛擬拓撲結(jié)構(gòu),有效地建立起一個基于 Internet 的完全分布式自組織網(wǎng)絡(luò)路由模型 集中式自組織網(wǎng)絡(luò)路由模型(hierarchical aggregation self-organizing network,簡稱 HASN).分別描述了 HASN 由模型的構(gòu)建目標(biāo)和體系結(jié)構(gòu),并詳細分析了 HASN 采用的基于 P2P 計算模式的分布式命名 路由發(fā)現(xiàn)和更 算法 HASN_Scale,并在仿真實驗的基礎(chǔ)上,對 HASN 路由模型的性能進行了驗證.

    標(biāo)簽: peer-to-peer P2P Internet overlay

    上傳時間: 2014-01-21

    上傳用戶:zhenyushaw

  • % This program calculates radar ranges in a jamming environment. It works % with both Stand-off jam

    % This program calculates radar ranges in a jamming environment. It works % with both Stand-off jamming and self-screening jamming for steady and Swerling type % targets with frequency agility, coherent integration and standard atmosphere/rain % attenuation

    標(biāo)簽: environment calculates Stand-off program

    上傳時間: 2013-12-24

    上傳用戶:sammi

  • WUSB的運行采用MBOA–MAC架構(gòu)

    WUSB的運行采用MBOA–MAC架構(gòu),同時保留了主從架構(gòu),和USB 2.0一樣,它也能處理控制、突發(fā)、中斷和同步(Control、Bulk、Interrupt and Isochronous)所有這四種傳輸形式。主機和WUSB設(shè)備合稱WUSB叢集,采用星型拓撲;與USB 2.0. A的樹型拓撲不同,WUSB主機能直接連接多達127個設(shè)備,因此在WUSB叢集中不需要包含WUSB集線器。而由于WUSB沒有纜線,因此,所有的WUSB設(shè)備都必須自行供電(self-powered)。

    標(biāo)簽: WUSB MBOA MAC 運行

    上傳時間: 2015-09-08

    上傳用戶:zq70996813

  • C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C+

    C++ Standard Library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components-and to benefit from their power-you need a resource that does far more than list the classes and their functions. The C++ Standard Library not only provides comprehensive documentation of each library component, it also offers clearly written explanations of complex concepts, describes the practical programming details needed for effective use, and gives example after example of working code.

    標(biāo)簽: interfaces Standard provides Library

    上傳時間: 2014-03-01

    上傳用戶:lizhizheng88

  • In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to

    In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to realize outdoor independent learning for mobile learners. The mobile butterfly-watching learning system was designed in a wireless mobile ad-hoc learning environment. This is first result to provide a cognitive tool with supporting the independent learning by applying PDA with wireless communication technology to extend learning outside of the classroom. Independent learning consists of self-selection, self-determination, self-modification, and self-checking.

    標(biāo)簽: butterfly-watching development describe learning

    上傳時間: 2014-11-26

    上傳用戶:waizhang

  • In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandl

    In this first-ever paperback edition of his long-time best-seller, motivational speaker Steve Chandler helps you create an action plan for living your vision in business and in life. It features 100 proven methods to positively change the way you think and act-methods based on feedback from the hundreds of thousands of corporate and public seminar attendees Chandler speaks to each year. 100 Ways to Motivate Yourself will help you break through the negative barriers and banish the pessimistic thoughts that are preventing you from fulfilling your lifelong goals and dreams. Whether you re self-employed, a manager, or a high-level executive, it s still easy to get stuck in the daily routines of life, fantasizing about what could have been. Steve Chandler helps you turn that way of thinking around and make what could have been into what can and will be.

    標(biāo)簽: motivational best-seller first-ever paperback

    上傳時間: 2015-10-26

    上傳用戶:牛津鞋

  • ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時解決問題

    ollydbg完全教程。OllyDbg 是一種具有可視化界面的 32 位匯編-分析調(diào)試器。它的特別之處在于可以在沒有源代碼時解決問題,并且可以處理其它編譯器無法解決的難題。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反匯編器[Disassembler] 四,分析器[Analysis] 五,Object掃描器[Object scanner] 六,Implib掃描器 [Implib scanner] 七,如何開始調(diào)試[How to start debugging session] 八,CPU 窗口[CPU window] 九,斷點[Breakpoints] 十,內(nèi)存映射窗口[Memory map window] 十一、十二,監(jiān)視與監(jiān)察器[Watches and inspectors] 十三,線程[Threads] 十四,復(fù)制到剪切板[Copy to clipboard] 十五,調(diào)用棧[Call stack] 十六,調(diào)用樹[Call tree] 十七,選項[Options] 十八,搜索[Search] 十九,自解壓文件[Self-extracting (SFX) files] 二十,單步執(zhí)行與自動執(zhí)行[Step-by-step execution and animation] 二一,Hit跟蹤[Hit trace]

    標(biāo)簽: ollydbg OllyDbg 32 教程

    上傳時間: 2016-01-02

    上傳用戶:xhz1993

  • Robotics TOOLBOX The Toolbox provides many functions that are useful in robotics including such thi

    Robotics TOOLBOX The Toolbox provides many functions that are useful in robotics including such things as kinematics, dynamics, and trajectory generation. The Toolbox is useful for simulation as well as analyzing results from experiments with real robots. Have fun with the toolbox. It is self-explanatory and very (robotics) user friendly...see the robot.pdf

    標(biāo)簽: functions including Robotics provides

    上傳時間: 2014-12-06

    上傳用戶:yyyyyyyyyy

  • TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny

    TRAFFIC LIGHT CONTROLLER using C51 and RTX-51 tiny,This program is a simple Traffic Light Controller. Between start time and end time the system controls a traffic light with pedestrian self-service. Outside of this time range the yellow caution lamp is blinking.

    標(biāo)簽: CONTROLLER TRAFFIC LIGHT using

    上傳時間: 2013-12-27

    上傳用戶:123456wh

主站蜘蛛池模板: 威信县| 天水市| 丰城市| 辛集市| 黑龙江省| 绥棱县| 六枝特区| 铜陵市| 旬阳县| 嘉兴市| 东台市| 丁青县| 日土县| 易门县| 常山县| 偃师市| 修文县| 钟祥市| 分宜县| 平遥县| 赤水市| 腾冲县| 建昌县| 南平市| 武强县| 朝阳区| 临漳县| 吉林市| 元氏县| 门源| 棋牌| 文山县| 东方市| 棋牌| 宣恩县| 四平市| 濮阳县| 辽宁省| 康马县| 平昌县| 新龙县|