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

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

Self-Similar

  • This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

    This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it.

    標(biāo)簽: the embedded detects almost

    上傳時間: 2015-05-07

    上傳用戶:comua

  • FreeJaPoll is a free software that make possible to add in a simple way a web-survey to your own s

    FreeJaPoll is a free software that make possible to add in a simple way a web-survey to your own site. FreeJaPoll is a servlet written in Java programming language the program logo (on the right) shows The Duke (Java mascotte) and a duke-like colored chicken...why? Because the word "Poll" in my native language, Italian, is very similar to the corrispective English word "Chiken" -)

    標(biāo)簽: FreeJaPoll web-survey software possible

    上傳時間: 2015-05-16

    上傳用戶:無聊來刷下

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

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

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

    上傳時間: 2014-01-21

    上傳用戶:zhenyushaw

  • The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequence

    The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequences include the uncoded bits, which are decided at each trellis stage when selecting one of two parallel branches with the largest correlation metric. Presently, only 8-PSK modulation is considered. Extensions to higher-order modulations can be implemented following a similar procedure.

    標(biāo)簽: difference The algorithm the

    上傳時間: 2015-07-05

    上傳用戶:qiaoyue

  • zemax源碼: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surfac

    zemax源碼: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surface also demonstrates a user-defined apodization filter The filter is defined as part of the real ray trace, case 5 The filter can be used at the stop to produce x-y Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)] The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)] where x^2 + y^2 = r^2 R = semi-diameter The tranmitted intensity is maximum in the center. T is set to 0 if semi-diameter < 1e-10 to avoid division by zero.

    標(biāo)簽: standard surface models either

    上傳時間: 2013-12-05

    上傳用戶:003030

  • % 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

  • initial working phase of the design of said editor, featuring multicasting, advanced linux keyboard

    initial working phase of the design of said editor, featuring multicasting, advanced linux keyboard handling, sub-hierarchical expansion, and multiple cursors (similar to the concept found in moonedit). The author respectfully requests your compliance with the GPL

    標(biāo)簽: multicasting featuring advanced keyboard

    上傳時間: 2015-08-27

    上傳用戶:invtnewer

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

    WUSB的運行采用MBOA–MAC架構(gòu),同時保留了主從架構(gòu),和USB 2.0一樣,它也能處理控制、突發(fā)、中斷和同步(Control、Bulk、Interrupt and Isochronous)所有這四種傳輸形式。主機(jī)和WUSB設(shè)備合稱WUSB叢集,采用星型拓?fù)洌慌cUSB 2.0. A的樹型拓?fù)洳煌琖USB主機(jī)能直接連接多達(dá)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

主站蜘蛛池模板: 同德县| 陵川县| 京山县| 万州区| 西盟| 富民县| 南木林县| 丰城市| 南昌县| 轮台县| 高雄市| 崇左市| 宜兰市| 蓝山县| 武汉市| 兴安县| 信阳市| 分宜县| 武川县| 翁牛特旗| 昂仁县| 洪江市| 华坪县| 青海省| 睢宁县| 西和县| 乃东县| 吉安市| 南汇区| 清远市| 鹤庆县| 连云港市| 双鸭山市| 台江县| 常德市| 中山市| 上蔡县| 苏尼特右旗| 宜州市| 阿荣旗| 榆社县|