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

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

G函數(shù)

  • qADSL is an auto-login & keep-alive daemon for Internet connections. It was created to automate the

    qADSL is an auto-login & keep-alive daemon for Internet connections. It was created to automate the annoying login process of several Swedish ISP s, e.g.

    標簽: connections auto-login keep-alive Internet

    上傳時間: 2014-02-21

    上傳用戶:caozhizhi

  • * 用改進的歐拉方法求解初值問題

    * 用改進的歐拉方法求解初值問題,其中一階微分方程未y =f(x,y) * 初始條件為x=x[0]時,y=y[0]. * 輸入: f--函數f(x,y)的指針 * x--自變量離散值數組(其中x[0]為初始條件) * y--對應于自變量離散值的函數值數組(其中y[0]為初始條件) * h--計算步長 * n--步數 * 輸出: x為說求解的自變量離散值數組 * y為所求解對應于自變量離散值的函數值數組

    標簽: 初值

    上傳時間: 2015-07-26

    上傳用戶:libinxny

  • 為遺傳算法提供基類

    為遺傳算法提供基類,該基類將評價函數值直接作為適合度,采用新個體直接替換老個體的整體再生法

    標簽: 算法

    上傳時間: 2015-07-26

    上傳用戶:541657925

  • crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC

    crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC,Cyclic Redundancy Code)是采用多項式的 編碼方式,這種方法把要發送的數據看成是一個多項式的系數 ,數據為bn-1bn-2…b1b0 (其中為0或1),則其對應的多項式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數據“10010101”可以寫為多項式 X7+X4+X2+1。 循環冗余校驗CRC 循環冗余校驗方法的原理如下: (1) 設要發送的數據對應的多項式為P(x)。 (2) 發送方和接收方約定一個生成多項式G(x),設該生成多項式 的最高次冪為r。 (3) 在數據塊的末尾添加r個0,則其相對應的多項式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運算,T(x)所對應的數據是在原數 據塊的末尾加上余式所對應的數據得到的。 (6) 發送T(x)所對應的數據。 (7) 設接收端接收到的數據對應的多項式為T’(x),將T’(x)除以G(x) ,若余式為0,則認為沒有錯誤,否則認為有錯。

    標簽: crc CRC 多項式 位運算

    上傳時間: 2014-11-28

    上傳用戶:宋桃子

  • 32BIT加法器

    32BIT加法器,輸入2個數字就可以跑出2個數字的合

    標簽: BIT 32 加法器

    上傳時間: 2015-08-09

    上傳用戶:妄想演繹師

  • Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched accord

    Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed a certain size or age. External shell scripts (e.g., mail) can be launched when specific patterns are found. Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited number of rules and has (switchable) memory bufferization for maximal performance.

    標簽: replacement dispatched messages Metalog

    上傳時間: 2014-01-03

    上傳用戶:腳趾頭

  • 這是最新OFDM的完整文件教材 是目前國內許多教授授課時使用的 內容很充實

    這是最新OFDM的完整文件教材 是目前國內許多教授授課時使用的 內容很充實,從OFDM的原理到同步、調變、數位電視,都有完善的說明

    標簽: OFDM 教材

    上傳時間: 2013-12-09

    上傳用戶:JIUSHICHEN

  • This section contains a brief introduction to the C language. It is intended as a tutorial on the la

    This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr

    標簽: introduction the contains intended

    上傳時間: 2013-12-23

    上傳用戶:liansi

  • 編譯原理課程設計報告對以下文法

    編譯原理課程設計報告對以下文法,采用算符優先分析算法,對G[S]所定義的賦值語句進行語法分析,并在語法分析過程中將所輸入的扶植語句翻譯為四元式。

    標簽: 編譯原理 報告

    上傳時間: 2013-12-23

    上傳用戶:362279997

  • 這是一個通過mscomm控件的程序

    這是一個通過mscomm控件的程序,是通過MSCOMM事件來自動檢查串口的數據,並把接受到的數據顯示在指定位置

    標簽: mscomm 控件 程序

    上傳時間: 2013-12-01

    上傳用戶:chens000

主站蜘蛛池模板: 南阳市| 台江县| 东城区| 延安市| 邢台县| 沂南县| 随州市| 重庆市| 静乐县| 阿鲁科尔沁旗| 义马市| 双柏县| 新安县| 通江县| 八宿县| 湾仔区| 岳阳县| 平阳县| 和政县| 拜泉县| 自贡市| 揭东县| 马龙县| 诸暨市| 德清县| 开鲁县| 福建省| 漳浦县| 竹北市| 德化县| 靖州| 闸北区| 阜宁县| 沙河市| 米林县| 安仁县| 西峡县| 来宾市| 德保县| 池州市| 平武县|