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

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

Double-Density

  • ddtool,實現one class classification.包括gaussian 模型

    ddtool,實現one class classification.包括gaussian 模型, gaussian 混合模型,Parzen density,knn,kmean,kcenter等方法

    標簽: classification gaussian ddtool class

    上傳時間: 2017-02-04

    上傳用戶:無聊來刷下

  • 函數插值計算 分別輸入已知節點的x,y值

    函數插值計算 分別輸入已知節點的x,y值,待計算的節點的x值,以及顯示結果的文本框。利用文本框和按鈕上的事件觸發一系列處理方法,包括把文本框里的字符串解析成double類型存放在數組中,以及利用lagrange插值公式計算出結果并填寫在結果文本框中。

    標簽: 函數 插值 計算

    上傳時間: 2017-04-29

    上傳用戶:zm7516678

  • This thesis is devoted to several efficient VLSI architecture design issues in errorcorrecting codi

    This thesis is devoted to several efficient VLSI architecture design issues in errorcorrecting coding, including finite field arithmetic, (Generalized) Low-Density Parity- Check (LDPC) codes, and Reed-Solomon codes.

    標簽: errorcorrecting architecture efficient devoted

    上傳時間: 2017-05-08

    上傳用戶:康郎

  • Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/

    Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [0], than the second packet will be generated at time [0+x1],The third packet will be generated at time [0+x1+x2], and so on …. Random-number generation 1.static method random from class Math -Returns doubles in the range 0.0 <= x < 1.0 2.class Random from package java.util -Can produce pseudorandom boolean, byte, float, double, int, long and Gaussian values -Is seeded with the current time of day to generate different sequences of numbers each time the program executes

    標簽: Generate Possion between random

    上傳時間: 2017-05-25

    上傳用戶:bibirnovis

  • DEV C++ 寫的一個矩陣類

    DEV C++ 寫的一個矩陣類,用列主元消去法求模的。類的構造函數接收矩陣的行列值或者是一個vector<vector<double> >類型的變量。沒有用模板,數據類型是double.

    標簽: DEV 矩陣

    上傳時間: 2017-06-14

    上傳用戶:lht618

  • BP神經網絡程序,C語言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma

    BP神經網絡程序,C語言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //學習樣本個數 #define IN 3 //輸入層神經元數目 #define HN 2 //隱層神經元數目 #define ON 2 //輸出層神經元數目 #define Z 20000 //舊權值保存-》每次study的權值都保存下來 double P[IN] //單個樣本輸入數據 double T[ON] //單個樣本教師數據 double U11[IN][HN] //輸入層至第一隱層權值 double V[HN][ON] //隱層至輸出層權值 double X1[HN] //第一隱層的輸入 double Y[ON] //輸出層的輸入 double H1[HN] //第一隱層的輸出 double O[ON] //輸出層的輸出 double YU_HN1[HN] //第一隱層的閾值 double YU_ON[ON] //輸出層的閾值 double err_m[N] //第m個樣本的總誤差 double a //學習效率 double alpha //動量因子

    標簽: include iostream iomanip stdlib

    上傳時間: 2017-06-15

    上傳用戶:xinzhch

  • 將一個數進行階乘結果會是一個很大的數

    將一個數進行階乘結果會是一個很大的數,在c語言里double型也最大只能存一個兩位數的整數的階乘。本算法是對大數進行階乘計算。

    標簽:

    上傳時間: 2013-12-15

    上傳用戶:ggwz258

  • -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder a

    -- Hamming Decoder -- This Hamming decoder accepts an 8-bit Hamming code (produced by the encoder above) and performs single error correction and double error detection. -- download from: www.pld.com.cn & www.fpga.com.cn LIBRARY ieee USE ieee.std_logic_1164.ALL ENTITY hamdec IS PORT(hamin : IN BIT_VECTOR(0 TO 7) --d0 d1 d2 d3 p0 p1 p2 p4 dataout : OUT BIT_VECTOR(0 TO 3) --d0 d1 d2 d3 sec, ded, ne : OUT BIT) --diagnostic outputs END hamdec ARCHITECTURE ver1 OF hamdec IS BEGIN

    標簽: Hamming produced Decoder decoder

    上傳時間: 2017-07-15

    上傳用戶:520

  • hcon是工作在Linux控制臺下的高效雙字節中/日/韓(CJK)虛擬終端

    hcon是工作在Linux控制臺下的高效雙字節中/日/韓(CJK)虛擬終端,就像DOS環境中的UCDOS一樣,為控制臺(console)環境提供完整的雙字節語言環境。-zhcon work in the Linux console is under the efficient double-byte Chinese / Japanese / Korean (CJK) virtual terminal, just like DOS environment UCDOS same for console (console) environment to provide a complete double-byte language environments.

    標簽: Linux hcon CJK 控制臺

    上傳時間: 2013-12-26

    上傳用戶:wsf950131

  • 購物車系統中的用戶類

    購物車系統中的用戶類,private Integer id private Product product private String shopname private Double shopprice

    標簽: 用戶

    上傳時間: 2017-08-03

    上傳用戶:從此走出陰霾

主站蜘蛛池模板: 梨树县| 宜都市| 乐东| 霍邱县| 昌乐县| 龙州县| 凤阳县| 华池县| 怀仁县| 民县| 景洪市| 泽普县| 宜章县| 苍南县| 宁都县| 承德县| 莱芜市| 博客| 阿鲁科尔沁旗| 班戈县| 邛崃市| 千阳县| 股票| 蓬安县| 乐昌市| 宜君县| 山西省| 绍兴县| 彰武县| 汽车| 郑州市| 浑源县| 平武县| 巴彦淖尔市| 讷河市| 盐源县| 科技| 桓仁| 芒康县| 尉犁县| 托克托县|