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

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

現(xiàn)(xiàn)場(chǎng)總線(xiàn)技術(shù)(shù)

  • 最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數(shù)據(jù)點的近似函數(shù) (approximating function)

    最小平方近似法 (least-squares approximation) 是用來求出一組離散 (discrete) 數(shù)據(jù)點的近似函數(shù) (approximating function),作實驗所得的數(shù)據(jù)亦常使用最小平方近似法來達(dá)成曲線密合 (curve fitting)。以下所介紹的最小平方近似法是使用多項式作為近似函數(shù),除了多項式之外,指數(shù)、對數(shù)方程式亦可作為近似函數(shù)。關(guān)於最小平方近似法的計算原理,請參閱市面上的數(shù)值分析書籍

    標(biāo)簽: least-squares approximation approximating discrete

    上傳時間: 2015-06-21

    上傳用戶:SimonQQ

  • HMM(Hidden Markov Model)

    HMM(Hidden Markov Model),狀態(tài)數(shù)目N=3,觀察符號數(shù)目M=2,時間長度T=3。 (a) Probability Evaluation: 給定狀態(tài)轉(zhuǎn)換機率A、狀態(tài)符號觀察機率B、和起始機率 ,求觀察序列 出現(xiàn)的機率。 (b) Optimal State Sequence: 給定狀態(tài)轉(zhuǎn)換機率A、狀態(tài)符號觀察機率B、起始機率 、和觀察序列 ,求一個狀態(tài)序列 使得O出現(xiàn)的機率最大。 (c) Parameter Estimation: 給定狀態(tài)轉(zhuǎn)換機率A、狀態(tài)符號觀察機率B、起始機率 、和觀察序列 ,求新的A、B、 ,使得O出現(xiàn)的機率最大。

    標(biāo)簽: Hidden Markov Model HMM

    上傳時間: 2014-08-28

    上傳用戶:heart520beat

  • 24C01的讀寫程序

    24C01的讀寫程序,C51源代碼 調(diào)用方式:write_8bit(unsigned char ch) ﹫2001/03/23 函數(shù)說明:內(nèi)函數(shù),私有,用戶不直接調(diào)用。

    標(biāo)簽: 24C01 讀寫程序

    上傳時間: 2015-08-07

    上傳用戶:cc1015285075

  • 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.

    標(biāo)簽: replacement dispatched messages Metalog

    上傳時間: 2014-01-03

    上傳用戶:腳趾頭

  • sd2003芯片資料及源碼

    sd2003芯片資料及源碼,C51下的,可以直接使用,不是廠方提供的測試程序, 相應(yīng)子程序: extern void ini_SD2003(void) extern bit mend_scl_SD2003(void) extern bit start_bit_SD2003(void) extern void stop_bit_SD2003(void) extern void ack_SD2003(void) extern void no_ack_SD2003(void) extern void mast_ack_SD2003(void) extern void write_8bit_SD2003(UCHAR ch) extern UCHAR Read_8bit_SD2003(void) extern void write_8bit_SD2003_R(UCHAR ch) extern UCHAR Read_8bit_SD2003_R(void) extern bit Readblock_SD2003(UCHAR ucommand,UCHAR *p) extern bit Writeblock_SD2003(UCHAR ucommand,UCHAR *p)

    標(biāo)簽: 2003 sd 芯片資料 源碼

    上傳時間: 2015-09-14

    上傳用戶:zl5712176

  • This paper studies the problem of categorical data clustering, especially for transactional data ch

    This paper studies the problem of categorical data clustering, especially for transactional data characterized by high dimensionality and large volume. Starting from a heuristic method of increasing the height-to-width ratio of the cluster histogram, we develop a novel algorithm – CLOPE, which is very fast and scalable, while being quite effective. We demonstrate the performance of our algorithm on two real world

    標(biāo)簽: data transactional categorical clustering

    上傳時間: 2015-10-24

    上傳用戶:evil

  • 文本計算器是一款為經(jīng)常需要使用計算器的工程項目人士而設(shè)計的軟件

    文本計算器是一款為經(jīng)常需要使用計算器的工程項目人士而設(shè)計的軟件,該軟件使用簡單、方便。 當(dāng)需要計算數(shù)據(jù)時,在窗口中輸入整個表達(dá)式(表達(dá)式可以是加+、減-、乘*、除/、平方^、括號(),以及數(shù)學(xué)函數(shù)組合),按回車后可自動計算出結(jié)果,計算方法一目了然,便于查找計算中可能出現(xiàn)的錯誤。 支持的數(shù)學(xué)函數(shù):cos(), sin(), tg(), ctg(), abs(), sgn() or sign(), sqrt(), ln(),sh() or sinh(), ch() or cosh(), th() or tanh(),cth() or coth(), heaviside()

    標(biāo)簽: 計算器 工程項目 軟件

    上傳時間: 2015-10-25

    上傳用戶:zhuyibin

  • Extensively revised for the latest Java (J2SE 5.0) release Deitel Java How to Program, 6/e now inclu

    Extensively revised for the latest Java (J2SE 5.0) release Deitel Java How to Program, 6/e now includes earlier coverage of objects new and streamlined case studies and OPTIONAL GUI and graphics sections. Now available in a briefer version (ch. 1-10) called Small Java. SafariX version available.

    標(biāo)簽: Java Extensively revised Program

    上傳時間: 2014-01-04

    上傳用戶:yuzsu

  • 在參考書目一這本書的附錄A

    在參考書目一這本書的附錄A,在單機中使用,但是最後在WIN95的光碟中找不到IENPSTUB.DLL及MSLOCUSR.DLL二個檔案,不知何故,可否告訴我如何解決這個問題? 我使用的是Win95的平臺,故須安裝PWS,但是卻無法安裝它,畫面出現(xiàn)是要求IE 4.01以上的版本,我使用的是IE5為何還是無法安裝呢?

    標(biāo)簽:

    上傳時間: 2015-11-13

    上傳用戶:lijianyu172

  • pyformat.zip包中有兩個文件夾

    pyformat.zip包中有兩個文件夾,pyformat_src文件夾里的為源代碼,pyformat_dist文件夾里的為編譯后的exe可執(zhí)行程序,另外每個文件夾里都放了一個名為“testfile.txt”的測試文件。 源碼使用方法示例:執(zhí)行"python pyformat.py testfile.txt"。 可執(zhí)行程序使用方法示例:執(zhí)行“pyformat testfile.txt”。 即可把文件名中的不帶調(diào)拼音+聲調(diào)記號轉(zhuǎn)化為帶調(diào)拼音輸出到stdout。文件名可以有多個。 例如:輸入wo3 shi4 zhong1 guo2 ren2. 輸出為wǒ shì zhōng guó rén. zho1ng、zhon1g、zhong1、zhong12341等均輸出為zhōng。

    標(biāo)簽: pyformat zip

    上傳時間: 2015-11-26

    上傳用戶:1427796291

主站蜘蛛池模板: 安乡县| 朔州市| 宁化县| 盈江县| 视频| 高台县| 社会| 罗田县| 彭水| 准格尔旗| 海阳市| 陕西省| 缙云县| 法库县| 武山县| 郧西县| 璧山县| 郯城县| 宝应县| 抚州市| 奉节县| 华亭县| 霍邱县| 龙里县| 中超| 榕江县| 陵水| 寿阳县| 阿荣旗| 天台县| 台南县| 阿坝县| 托里县| 淮南市| 皮山县| 福建省| 陆河县| 无棣县| 来凤县| 子洲县| 吴忠市|