MD5的全稱是Message-digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald.L.Rivest開(kāi)發(fā)出來(lái),經(jīng)MD2、MD3和MD4發(fā)展而來(lái)。
標(biāo)簽: Message-digest Algorithm MD5 算法
上傳時(shí)間: 2017-07-12
上傳用戶:youmo81
LISP語(yǔ)言教程 簡(jiǎn)單介紹LISP的用法Scheme 語(yǔ)言是LISP語(yǔ)言的一個(gè)方言(或說(shuō)成變種),它誕生于1975年的MIT,對(duì)于這個(gè)有近三十年歷史的編程語(yǔ)言來(lái)說(shuō),它并沒(méi)有象C++,java,C#那樣受到商業(yè)領(lǐng)域的青睞,在國(guó)內(nèi)更是顯為人知。但它在國(guó)外的計(jì)算機(jī)教育領(lǐng)域內(nèi)卻是有著廣泛應(yīng)用的,有很多人學(xué)的第一門計(jì)算機(jī)語(yǔ)言就是Scheme語(yǔ)言。
標(biāo)簽: LISP Scheme 語(yǔ)言 語(yǔ)言教程
上傳時(shí)間: 2014-01-04
上傳用戶:qwe1234
一本學(xué)習(xí)VHDL的外文原版好書(shū),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 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ù)挖掘原理英文原版第二版,MIT出版社,數(shù)據(jù)挖掘的經(jīng)典書(shū)籍,是對(duì)數(shù)據(jù)挖掘概念和技術(shù)的一次全面介紹,適合作為參考書(shū)籍。
標(biāo)簽: 數(shù)據(jù)挖掘 英文
上傳時(shí)間: 2013-12-16
上傳用戶:003030
MD5的全稱是Message-digest Algorithm 5(信息-摘要算法),用于確保信息傳輸完整一致。在90年代初由MIT Laboratory for Computer Science和RSA Data Security Inc,的Ronald L. Rivest開(kāi)發(fā)出來(lái),經(jīng)MD2、MD3和MD4發(fā)展而來(lái)。它的作用是讓大容量信息在用數(shù)字簽名軟件簽署私人密鑰前被"壓縮"成一種保密的格式(就是把一個(gè)任意長(zhǎng)度的字節(jié)串變換成一定長(zhǎng)的大整數(shù))。
標(biāo)簽: Message-digest Algorithm MD5 算法
上傳時(shí)間: 2013-12-16
上傳用戶:wff
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é)分析原理,斯坦福,杜克,MIT,佐治亞理工等大學(xué)數(shù)學(xué)分析課程用書(shū)
標(biāo)簽: 數(shù)學(xué)分析
上傳時(shí)間: 2019-09-12
上傳用戶:為防輻射地方
PuTTY是一個(gè)Telnet、SSH、rlogin、純TCP以及串行接口連接軟件。較早的版本僅支持Windows平臺(tái),在最近的版本中開(kāi)始支持各類Unix平臺(tái),并打算移植至Mac OS X上。除了官方版本外,有許多第三方的團(tuán)體或個(gè)人將PuTTY移植到其他平臺(tái)上,像是以Symbian為基礎(chǔ)的移動(dòng)電話。PuTTY為一開(kāi)放源代碼軟件,主要由Simon Tatham維護(hù),使用MIT licence授權(quán)。隨著Linux在服務(wù)器端應(yīng)用的普及,Linux系統(tǒng)管理越來(lái)越依賴于遠(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
上傳用戶:
自然語(yǔ)言處理:顛覆傳統(tǒng)自然語(yǔ)言處理模式,突破自然語(yǔ)言處理前沿難關(guān)視覺(jué)內(nèi)容理解:將視覺(jué)對(duì)象和自然語(yǔ)言相結(jié)合,打造可用的視覺(jué)內(nèi)容理解產(chǎn)品語(yǔ)音識(shí)別:語(yǔ)音識(shí)別率大幅上升,入選MIT科技評(píng)論2016年十大突破技術(shù)
標(biāo)簽: 大數(shù)據(jù) 深度神經(jīng)網(wǎng)絡(luò)
上傳時(shí)間: 2022-06-22
上傳用戶:
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1