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

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

MSC-G

  • 數控譯碼

    數控譯碼,該程序對做數控的兄弟特別有用,里面有數控G。M代碼的詳細譯碼

    標簽: 數控 譯碼

    上傳時間: 2013-12-17

    上傳用戶:l254587896

  • matlab 自適應遺傳算法源程序

    matlab 自適應遺傳算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,應該會使程序更簡單一點.

    標簽: matlab 算法 源程序

    上傳時間: 2013-11-25

    上傳用戶:zm7516678

  • 加密算法 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

  • 數控系統中的解釋器源代碼

    數控系統中的解釋器源代碼,可以獨立的運行,直接在dos環境下解釋G代碼

    標簽: 數控系統 源代碼

    上傳時間: 2014-01-23

    上傳用戶:風之驕子

  • 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

  • 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

    上傳用戶:宋桃子

  • 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

    上傳用戶:腳趾頭

  • 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

  • 計算校驗碼

    計算校驗碼,格式為:G(X)=X8+X2+X+1,陪集碼為FFH,

    標簽: 計算 校驗碼

    上傳時間: 2015-08-30

    上傳用戶:541657925

主站蜘蛛池模板: 德州市| 舒城县| 罗定市| 南川市| 仁怀市| 宜黄县| 黎城县| 绥阳县| 天等县| 尼勒克县| 屯留县| 楚雄市| 稻城县| 孟连| 夏津县| 潍坊市| 息烽县| 淄博市| 宜宾县| 嘉义市| 门头沟区| 灵寿县| 延寿县| 霍山县| 安新县| 黄梅县| 鹤岗市| 工布江达县| 儋州市| 泾源县| 汪清县| 靖江市| 忻州市| 区。| 秭归县| 大港区| 沿河| 万盛区| 偏关县| 应用必备| 卓尼县|