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

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

Mit-bih

Mit-bih是由美國麻省理工學(xué)院提供的研究心律失常的數(shù)據(jù)庫。國際上公認(rèn)的可作為標(biāo)準(zhǔn)的心電數(shù)據(jù)庫有三個(gè),分別是美國麻省理工學(xué)院提供的Mit-bih數(shù)據(jù)庫,美國心臟學(xué)會(huì)的AHA數(shù)據(jù)庫以及歐洲ST-T心電數(shù)據(jù)庫。其中Mit-bih數(shù)據(jù)庫近年來應(yīng)用比較廣泛。
  • MD5的全稱是Message-digest Algorithm 5(信息-摘要算法)

    MD5的全稱是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald.L.Rivest開發(fā)出來,經(jīng)MD2、MD3和MD4發(fā)展而來。

    標(biāo)簽: Message-digest Algorithm MD5 算法

    上傳時(shí)間: 2017-07-12

    上傳用戶:youmo81

  • LISP語言教程 簡(jiǎn)單介紹LISP的用法Scheme 語言是LISP語言的一個(gè)方言(或說成變種)

    LISP語言教程 簡(jiǎn)單介紹LISP的用法Scheme 語言是LISP語言的一個(gè)方言(或說成變種),它誕生于1975年的MIT,對(duì)于這個(gè)有近三十年歷史的編程語言來說,它并沒有象C++,java,C#那樣受到商業(yè)領(lǐng)域的青睞,在國內(nèi)更是顯為人知。但它在國外的計(jì)算機(jī)教育領(lǐng)域內(nèi)卻是有著廣泛應(yīng)用的,有很多人學(xué)的第一門計(jì)算機(jī)語言就是Scheme語言。

    標(biāo)簽: LISP Scheme 語言 語言教程

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

    上傳用戶:qwe1234

  • 一本學(xué)習(xí)VHDL的外文原版好書

    一本學(xué)習(xí)VHDL的外文原版好書,MIT指定教材,從基礎(chǔ)一點(diǎn)點(diǎn)深入

    標(biāo)簽: VHDL

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

    上傳用戶:qiao8960

  • LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based

    LUFA (Lightweight USB Framework for AVRs) is my first foray into the world of USB. Originally based on the AT90USBKEY from Atmel, it is an open-source, driver for the USB-enabled AT90USBXXX AVR microcontroller series, released under the permissive MIT License (see documentation or project source for full license details). Currently, the AT90USB1286, AT90USB1287, AT90USB646, AT90USB647, AT90USB162, AT90USB82, ATMEGA16U4 and ATMEGA32U4 AVR microcontrollers are supported by the library. Supported boards are the USBKEY, STK525, STK526, ATAVRUSBRF01 and the RZUSBSTICK.

    標(biāo)簽: Lightweight Originally Framework USB

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

    上傳用戶:源碼3

  • 數(shù)據(jù)挖掘原理英文原版第二版

    數(shù)據(jù)挖掘原理英文原版第二版,MIT出版社,數(shù)據(jù)挖掘的經(jīng)典書籍,是對(duì)數(shù)據(jù)挖掘概念和技術(shù)的一次全面介紹,適合作為參考書籍。

    標(biāo)簽: 數(shù)據(jù)挖掘 英文

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

    上傳用戶:003030

  • MD5的全稱是Message-digest Algorithm 5(信息-摘要算法)

    MD5的全稱是Message-digest Algorithm 5(信息-摘要算法),用于確保信息傳輸完整一致。在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest開發(fā)出來,經(jīng)MD2、MD3和MD4發(fā)展而來。它的作用是讓大容量信息在用數(shù)字簽名軟件簽署私人密鑰前被"壓縮"成一種保密的格式(就是把一個(gè)任意長(zhǎng)度的字節(jié)串變換成一定長(zhǎng)的大整數(shù))。

    標(biāo)簽: Message-digest Algorithm MD5 算法

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

    上傳用戶:wff

  • distmesh

    matlab有限元網(wǎng)格劃分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed description of the program is provided in our SIAM Review paper, see documentation below. One reason that the code is short and simple is that the geometries are specified by Signed Distance Functions. These give the shortest distance from any point in space to the boundary of the domain. The sign is negative inside the region and positive outside. A simple example is the unit circle in 2-D, which has the distance function d=r-1, where r is the distance from the origin. For more complicated geometries the distance function can be computed by interpolation between values on a grid, a common representation for level set methods. For the actual mesh generation, DistMesh uses the Delaunay triangulation routine in MATLAB and tries to optimize the node locations by a force-based smoothing procedure. The topology is regularly updated by Delaunay. The boundary points are only allowed to move tangentially to the boundary by projections using the distance function. This iterative procedure typically results in very well-shaped meshes. Our aim with this code is simplicity, so that everyone can understand the code and modify it according to their needs. The code is not entirely robust (that is, it might not terminate and return a well-shaped mesh), and it is relatively slow. However, our current research shows that these issues can be resolved in an optimized C++ code, and we believe our simple MATLAB code is important for demonstration of the underlying principles. To use the code, simply download it from below and run it from MATLAB. For a quick demonstration, type "meshdemo2d" or "meshdemond". For more details see the documentation.

    標(biāo)簽: matlab有限元網(wǎng)格劃分程序

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

    上傳用戶:凜風(fēng)拂衣袖

  • 數(shù)學(xué)分析原理

    數(shù)學(xué)分析原理,斯坦福,杜克,MIT,佐治亞理工等大學(xué)數(shù)學(xué)分析課程用書

    標(biāo)簽: 數(shù)學(xué)分析

    上傳時(shí)間: 2019-09-12

    上傳用戶:為防輻射地方

  • putty

    PuTTY是一個(gè)Telnet、SSH、rlogin、純TCP以及串行接口連接軟件。較早的版本僅支持Windows平臺(tái),在最近的版本中開始支持各類Unix平臺(tái),并打算移植至Mac OS X上。除了官方版本外,有許多第三方的團(tuán)體或個(gè)人將PuTTY移植到其他平臺(tái)上,像是以Symbian為基礎(chǔ)的移動(dòng)電話。PuTTY為一開放源代碼軟件,主要由Simon Tatham維護(hù),使用MIT licence授權(quán)。隨著Linux在服務(wù)器端應(yīng)用的普及,Linux系統(tǒng)管理越來越依賴于遠(yuǎn)程。在各種遠(yuǎn)程登錄工具中,Putty是出色的工具之一。Putty是一個(gè)免費(fèi)的、Windows x86平臺(tái)下的Telnet、SSH和rlogin客戶端,但是功能絲毫不遜色于商業(yè)的Telnet類工具

    標(biāo)簽: putty

    上傳時(shí)間: 2020-12-15

    上傳用戶:

  • 大數(shù)據(jù)分析的深度神經(jīng)網(wǎng)絡(luò)方法

    自然語言處理:顛覆傳統(tǒng)自然語言處理模式,突破自然語言處理前沿難關(guān)視覺內(nèi)容理解:將視覺對(duì)象和自然語言相結(jié)合,打造可用的視覺內(nèi)容理解產(chǎn)品語音識(shí)別:語音識(shí)別率大幅上升,入選MIT科技評(píng)論2016年十大突破技術(shù)

    標(biāo)簽: 大數(shù)據(jù) 深度神經(jīng)網(wǎng)絡(luò)

    上傳時(shí)間: 2022-06-22

    上傳用戶:

主站蜘蛛池模板: 碌曲县| 许昌县| 徐水县| 汉寿县| 奉贤区| 洪雅县| 常山县| 西乌| 漯河市| 杂多县| 杭锦旗| 太湖县| 新河县| 嘉黎县| 和硕县| 德格县| 常熟市| 西华县| 苗栗市| 石狮市| 精河县| 吉林省| 承德县| 垫江县| 顺义区| 青田县| 九台市| 阜平县| 江达县| 石景山区| 大冶市| 衡阳县| 怀远县| 彰化市| 闵行区| 宜阳县| 泰顺县| 鄂州市| 甘德县| 同仁县| 和政县|