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

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

dfu升級(jí)

  • - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer +

    - XCS for Dynamic Environments + Continuous versions of XCS + Test problem: real multiplexer + Experiments: XCS is explored in dynamic environments with different magnitudes of change to the underlying concepts. +Reference papers: H.H. Dam, H.A. Abbass, C.J. Lokan, Evolutionary Online Data Mining – an Investigation in a Dynamic Environment. 2005, accepted for a book chapter in Springer Series on Studies in Computational Intelligence H.H. Dam, H.A. Abbass, C.J. Lokan, Be Real! XCS with Continuous-Valued Inputs. IWLCS 2005, (International Workshop on Learning Classifier Systems). Washington DC, June 2005.

    標簽: Environments multiplexer Continuous XCS

    上傳時間: 2015-07-04

    上傳用戶:Avoid98

  • 通過串口訪問控制道閘

    通過串口訪問控制道閘,包括道閘升、道閘降,也可手工控制

    標簽: 串口 訪問控制

    上傳時間: 2014-08-30

    上傳用戶:s363994250

  • 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an

    加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]

    標簽: Cryptographic Primitives generate Library

    上傳時間: 2015-07-16

    上傳用戶:wqxstar

  • BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and

    BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE

    標簽: one-dimensional consideration calculation and

    上傳時間: 2015-07-17

    上傳用戶:royzhangsz

  • BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and

    BISON-C: A one-dimensional transport and burnup calculation code with consideration of actinides and fission products Auteur(s) / Author(s) CETNAR J. (1) GRONEK P. (1) Affiliation(s) du ou des auteurs / Author(s) Affiliation(s) (1) University of Mining and Metallurgy, Faculty of Physics and Nuclear Techniques, 30 059 Cracow, POLOGNE

    標簽: one-dimensional consideration calculation and

    上傳時間: 2015-07-17

    上傳用戶:wendy15

  • //=== === === === === === === === === === === ===== //函數(shù)說明 //函數(shù)名稱:Correlation //函數(shù)功能:計算最小二乘法擬合的多項

    //=== === === === === === === === === === === ===== //函數(shù)說明 //函數(shù)名稱:Correlation //函數(shù)功能:計算最小二乘法擬合的多項式的相關系數(shù) //使用方法:int M------擬合多項式的項數(shù)(已知條件) // double *b---擬合曲線的系數(shù),按升次排列(已知條件) // double *x---結點x軸數(shù)據(jù)(已知條件) // double *y---結點y軸數(shù)據(jù)(已知條件) // double *Yg--結點估計值,與*y相對應,個數(shù)為m(過程變量) // int m------結點個數(shù)(已知條件) //注意事項:多項式階數(shù)最高為10,多項式的形式為 y = b0 + b1*(x-Xavr)...

    標簽: Correlation 函數(shù) 計算 最小二乘法擬合

    上傳時間: 2014-11-23

    上傳用戶:yxgi5

  • JavaTV Program source code Need to play Windows Media files and streams, mpeg4 video or DVDs in j

    JavaTV Program source code Need to play Windows Media files and streams, mpeg4 video or DVDs in java? Access WDM capture devices? Control a firewire DVCam? Then maybe this can help you. dsj is an ongoing project to provide a java wrapper around Microsoft s DirectShow API. It offers a set of high level classes that give java easy access to functionality widely missed by java programmers and also lets you dive deeper into the interiors of Windows core api for 2D media. On the java side dsj tries to keep things open as possible - you may use it standalone or let it feed data into JMF or other APIs.

    標簽: Program Windows streams JavaTV

    上傳時間: 2013-12-17

    上傳用戶:TF2015

  • % 該Matlab程序基于牛頓-拉夫遜算法

    % 該Matlab程序基于牛頓-拉夫遜算法,用于計算已知導納矩陣、PQ節(jié)點、PV節(jié)點、平衡節(jié)點(UA)的電力網(wǎng)絡潮流 % U - 各節(jié)點母線電壓 S - 各節(jié)點注入功率 S_net - 電力網(wǎng)絡總損耗 % PQ_P - 實算PQ節(jié)點注入有功功率 PQ_Q - 實算PQ節(jié)點注入無功功率 % delt_PQ_P - 實算PQ節(jié)點有功功率修正值 delt_PQ_Q -實算PQ節(jié)點無功功率修正值 % delt_UA_P - 實平衡節(jié)點有功功率修正值 delt_U_2 - 實平衡節(jié)點電壓平方修正值 % delt_PQV - 實算P Q U^2修正值 J - 雅可比矩陣 % e - 電壓實部 f - 電壓虛部 delt_ef - 電壓實部與虛部修正值

    標簽: Matlab 程序 牛頓 算法

    上傳時間: 2015-07-23

    上傳用戶:王楚楚

  • 給定n 個整數(shù)a ,a , ,an 1 2  組成的序列

    給定n 個整數(shù)a ,a , ,an 1 2  組成的序列, a n i | |£ ,1 £ i £ n。如果對于i £ j ,有 0 = å = j k i k a ,則稱序列區(qū)間i i j a , a , , a +1  為一個零和區(qū)間,相應的區(qū)間長度為j-i+1。

    標簽: 61516 an 整數(shù) 序列

    上傳時間: 2015-07-23

    上傳用戶:zhangzhenyu

  • 給定n 個整數(shù)a ,a , ,an 1 2  組成的序列

    給定n 個整數(shù)a ,a , ,an 1 2  組成的序列, a n i | |£ ,1 £ i £ n。如果對于i £ j ,有 0 = å = j k i k a ,則稱序列區(qū)間i i j a , a , , a +1  為一個零和區(qū)間,相應的區(qū)間長度為j-i+1。

    標簽: 61516 an 整數(shù) 序列

    上傳時間: 2013-12-21

    上傳用戶:偷心的海盜

主站蜘蛛池模板: 九江市| 忻城县| 汉阴县| 濉溪县| 潼关县| 肥乡县| 射阳县| 始兴县| 淮南市| 南平市| 土默特右旗| 顺义区| 大洼县| 崇信县| 石景山区| 城口县| 资兴市| 嘉定区| 裕民县| 西林县| 安陆市| 兴海县| 德安县| 驻马店市| 苗栗市| 江城| 游戏| 巴彦淖尔市| 玉树县| 东安县| 兴业县| 宁阳县| 五指山市| 衡阳市| 周宁县| 闵行区| 迁西县| 榕江县| 手游| 时尚| 于都县|