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

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

nd-ed-Vol-two

  • 自己用C編寫的小游戲

    自己用C編寫的小游戲,DOS界面哦,可以運行。 浮點數(shù)基本運算 浮點數(shù)的基本運算主要有四則運算、符號處理、大小比較,以及浮點數(shù)分柝等。 包含頭文件 "fn.hpp" #include "fn.hpp" 浮點數(shù)基本運算 浮點數(shù)的基本運算中有加、減、乘、除、取負、絕對值、相等比較等。 加減乘除 加、減、乘、除四個運算極為相似,都是需要兩個參數(shù),結果當然也是浮點數(shù)了。 例子: // 加 減 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的結果 btil::fn::minus<f1, f2>::value // f1-f2 的結果 btil::fn::multiplies<f1, f2>::value // f1*f2 的結果 btil::fn::divides<f1, f2>::value // f1/f2 的結果 plus<f1, f2>::value::f_val // f1+f2 的結果的值 struct one { static const double f_val = 1.0 } // 兩個浮點數(shù) struct two { static const double f_val = 2.0 } minus<two, plus<divides<one, two>::value, one>::value >::value::f_val == 0.5 取負 取負運算就是取一個浮點數(shù)的負數(shù)。

    標簽: 編寫 小游戲

    上傳時間: 2014-12-06

    上傳用戶:jichenxi0730

  • Locally weighted polynomial regression LWPR is a popular instance based al gorithm for learning c

    Locally weighted polynomial regression LWPR is a popular instance based al gorithm for learning continuous non linear mappings For more than two or three in puts and for more than a few thousand dat apoints the computational expense of pre dictions is daunting We discuss drawbacks with previous approaches to dealing with this problem

    標簽: polynomial regression weighted instance

    上傳時間: 2013-11-28

    上傳用戶:sunjet

  • This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel.

    This an adaptive receiver for a direct-sequence spread spectrum (DS-SS) system over an AWGN channel. The adaptive receiver block is modified from the LMS adaptive filter block in DSP Blockset. For DS-SS signal reception, the adaptive filter needs to have multi-rate operation. The input sample rate is equal to chip rate and the output is at symbol rate. Two rates are related by PG, processing gain

    標簽: direct-sequence adaptive receiver spectrum

    上傳時間: 2014-01-16

    上傳用戶:D&L37

  • One of the most important issues affecting the implementation of microcontroller software deals wi

    One of the most important issues affecting the implementation of microcontroller software deals with the data-decision algorithm. Data-decision refers to decoding the DIO-pin from the CC400/CC900. Two main principles exist for decoding Manchester-coded data: Data decision based on timing the period between transitions, and data decision based on oversampling.

    標簽: microcontroller implementation important affecting

    上傳時間: 2013-12-18

    上傳用戶:671145514

  • Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant

    Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.

    標簽: Description Randomness Attribute Filtered

    上傳時間: 2015-04-10

    上傳用戶:ynzfm

  • Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP.

    Description: S-ISOMAP is a manifold learning algorithm, which is a supervised variant of ISOMAP. Reference: X. Geng, D.-C. Zhan, and Z.-H. Zhou. Supervised nonlinear dimensionality reduction for visualization and classification. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.6, pp.1098-1107.

    標簽: Description supervised algorithm S-ISOMAP

    上傳時間: 2015-04-10

    上傳用戶:wfeel

  • Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensibl

    Description: C4.5Rule-PANE is a rule learning method which could generate accurate and comprehensible symbolic rules, through regarding a neural network ensemble as a pre-process of a rule inducer. Reference: Z.-H. Zhou and Y. Jiang. Medical diagnosis with C4.5 rule preceded by artificial neural network ensemble. IEEE Transactions on Information Technology in Biomedicine, 2003, vol.7, no.1, pp.37-42. 使用神經(jīng)網(wǎng)絡集成方法診斷糖尿病,肝炎,乳腺癌癥的案例研究.

    標簽: comprehensibl Description Rule-PANE accurate

    上傳時間: 2013-11-30

    上傳用戶:wcl168881111111

  • 隨機性發(fā)生器、冒泡分類和混洗一組12張牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuff

    隨機性發(fā)生器、冒泡分類和混洗一組12張牌的演示程序。 Demonstrates the use of a randomizer, bubble-sort and an array to "shuffle" a deck of 12 cards. I put it here for those of you who are trying to figure out how to shuffle with a randomizer without having the same card appear two-or-more times.

    標簽: Demonstrates bubble-sort randomizer array

    上傳時間: 2014-01-16

    上傳用戶:zhanditian

  • Tic Tac Toe程序。可以供一到兩個玩家使用。程序中使用了visual basic 計時器

    Tic Tac Toe程序。可以供一到兩個玩家使用。程序中使用了visual basic 計時器,所以每一個步驟都有時間限制。此外,計算機可是一個有簡單智能的對手,他不但不會隨便出手,反而還要竭力贏了你才罷休。 Tic Tac Toe program. One or two players. It uses the visual basic timer, so each move has time limit. Simple artificial intelligence: computer does not play randomly, but "tries" to win and stop you from winning.

    標簽: visual basic Tic Tac

    上傳時間: 2015-04-11

    上傳用戶:sxdtlqqjl

  • CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the co

    CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS. the newest version, support windows.

    標簽: compiler general-purpose optimizing given

    上傳時間: 2015-04-12

    上傳用戶:gtzj

主站蜘蛛池模板: 贞丰县| 奈曼旗| 扎囊县| 湄潭县| 吉安县| 昌图县| 和硕县| 金秀| 吴桥县| 东阳市| 定边县| 韶关市| 田东县| 枝江市| 安乡县| 东兴市| 邳州市| 金秀| 淮阳县| 苏尼特右旗| 开化县| 兴宁市| 仁寿县| 廊坊市| 紫金县| 桐梓县| 滨海县| 北川| 阜南县| 万安县| 库伦旗| 海南省| 峡江县| 长白| 峨眉山市| 广东省| 景谷| 全州县| 普安县| 阳山县| 霍州市|