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

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

Read-Write

  • 高精度溫度測量鉑電阻溫度探測器(PRTDs)和??ADC

    Abstract: Many modern industrial, medical, and commercial applications require temperature measurements in the extended temperature rangewith accuracies of ±0.3°C or better, performed with reasonable cost and often with low power consumption. This article explains how platinumresistance temperature detectors (PRTDs) can perform measurements over wide temperature ranges of -200°C to +850°C, with absolute accuracyand repeatability better than ±0.3°C, when used with modern processors capable of resolving nonlinear mathematical equation quickly and costeffectively. This article is the second installment of a series on PRTDs. For the first installment, please read application note 4875, "High-Accuracy Temperature Measurements Call for Platinum Resistance Temperature Detectors (PRTDs) and Precision Delta-Sigma ADCs."

    標(biāo)簽: PRTDs ADC 高精度 溫度測量

    上傳時(shí)間: 2013-11-06

    上傳用戶:WMC_geophy

  • TheTool is highy customizable map editor(based on QT) which can be extended via LUA scripts. A first

    TheTool is highy customizable map editor(based on QT) which can be extended via LUA scripts. A first implentation is ready and can be published to the public. The editor is the perfect tool who wants to design some 3d games but don t have time to write

    標(biāo)簽: customizable extended TheTool scripts

    上傳時(shí)間: 2013-12-12

    上傳用戶:lanwei

  • a Java program that reads a file containing instructions written in self-defined file (TPL in this c

    a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the console.

    標(biāo)簽: file instructions self-defined containing

    上傳時(shí)間: 2015-01-11

    上傳用戶:曹云鵬

  • A windows BMP file is a common image format that Java does not handle. While BMP images are used onl

    A windows BMP file is a common image format that Java does not handle. While BMP images are used only on windows machines, they are reasonably common. Reading these shows how to read complex structures in Java and how to alter they byte order from the big endian order used by Java to the little endian order used by the windows and the intel processor.

    標(biāo)簽: BMP windows common format

    上傳時(shí)間: 2013-12-27

    上傳用戶:gaojiao1999

  • 最新的支持向量機(jī)工具箱

    最新的支持向量機(jī)工具箱,有了它會很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, 1995. [2] J. C. Platt, "Fast training of support vector machines using sequential minimal optimization", in Advances in Kernel Methods - Support Vector Learning, (Eds) B. Scholkopf, C. Burges, and A. J. Smola, MIT Press, Cambridge, Massachusetts, chapter 12, pp 185-208, 1999. [3] T. Joachims, "Estimating the Generalization Performance of a SVM Efficiently", LS-8 Report 25, Universitat Dortmund, Fachbereich Informatik, 1999.

    標(biāo)簽: 支持向量機(jī) 工具箱

    上傳時(shí)間: 2013-12-16

    上傳用戶:亞亞娟娟123

  • This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a

    This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.

    標(biāo)簽: initiated described modified slightly

    上傳時(shí)間: 2014-01-09

    上傳用戶:sk5201314

  • This code implements the basic functions for an I2C slave device using the SSP module. All I2C funct

    This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.

    標(biāo)簽: implements I2C functions the

    上傳時(shí)間: 2015-04-02

    上傳用戶:邶刖

  • The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be abl

    The goal with this project was to make it possible for almost any mobile-phone to use ICQ and be able to communicate with other users! One other goal with this project was to lower the GPRS-traffic in the phone and make the ICQ-ing cheaper. A third goal was to make this service as easy to log-in to as possible. Anyone tried to fill a log-in screen with a WAP-browser should know what I mean. With Wapmess all you have to do is to write your login-url ONCE and then bookmark it in your phone, to make it available fast. :)

    標(biāo)簽: mobile-phone possible project almost

    上傳時(shí)間: 2015-04-08

    上傳用戶:xiaodu1124

  • 關(guān)于tts語音引擎的使用方法!很多軟件具有英文發(fā)音和朗讀功能

    關(guān)于tts語音引擎的使用方法!很多軟件具有英文發(fā)音和朗讀功能,它們都使用了MSTTS(Microsoft Text To Speech)技術(shù)。微軟遵照COM的標(biāo)準(zhǔn),提供了一套Speech API來對MSTTS進(jìn)行編程。要在程序中使用這套API,必須確保系統(tǒng)已經(jīng)安裝了MSTTS和Spchapi軟件包。   Speech API可以作為類型庫引用到Delphi中,方法是:打開Project選單下的Import Type Litrary,點(diǎn)擊“Add”加入Windows\Speech目錄下的Vtxauto.tlb文件,在Delphi的Import目錄中就會生成VTxtAuto—TLB.pas文件,其中定義了VTxtAuto—TLB單元,把它加到Uses成員中來。設(shè)計(jì)如圖2所示的窗口,定義全局變量: var VoTxt:IVTxtAuto   然后在Form的OnCreate事件中加入:   VoTxt:=CoVTxtAuto_.Create   VoTxt.Register(′′,′Speech Test′) {注冊}   “Read”按鈕代碼為:   VoTxt.Speak(Memo1.Lines.Text,10) {朗讀}   “Stop”按鈕代碼為:   VoTxt.StopSpeaking {停止朗讀}   至此,應(yīng)用程序已具有朗讀功能,10表示使用普通語氣。借住VoTxt的屬性和方法,我們還可以控制閱讀速度和語氣,實(shí)現(xiàn)暫停、跳句等功能,Speech API編程就這么簡單。

    標(biāo)簽: tts 語音 引擎 多軟件

    上傳時(shí)間: 2014-01-21

    上傳用戶:13681659100

  • OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Archi

    OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.

    標(biāo)簽: interpreting extensions generates multipass

    上傳時(shí)間: 2015-04-12

    上傳用戶:大三三

主站蜘蛛池模板: 许昌市| 松阳县| 康定县| 微山县| SHOW| 内丘县| 安福县| 武邑县| 临湘市| 台南市| 毕节市| 罗定市| 海阳市| 甘洛县| 稻城县| 六盘水市| 济阳县| 德惠市| 吉首市| 永登县| 黄大仙区| 大洼县| 昌平区| 石河子市| 云林县| 全椒县| 凤台县| 桑植县| 汶上县| 青冈县| 茂名市| 抚顺市| 将乐县| 措勤县| 东山县| 福州市| 公安县| 珠海市| 绩溪县| 客服| 昭通市|