一個在MASM環境下開發的鍵盤模擬鋼琴按鍵的匯編程序,本程序由三個模塊組成:八度音程的鋼琴程序即 main 通用發聲程序soundf,它能利用定時器發出指定頻率的聲音;還有就是IBM PC AT BIOS中的WAITF子程序,它是一個與處理器無關的時間延遲。
上傳時間: 2013-11-25
上傳用戶:ippler8
ClustanGraphics聚類分析工具。提供了11種聚類算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proximity Centroid (UPGMC) Median (WPGMC) Increase in Sum of Squares (Ward s Method) Sum of Squares Flexible (ß space distortion parameter) Density (or k-linkage, density-seeking mode analysis)
標簽: ClustanGraphics Complete Neighbor Linkage
上傳時間: 2014-01-02
上傳用戶:003030
簡單有限元計算程序。 NJF---結點自由度數 E---彈性模量 NE---單元數 T---板厚度 VM---泊松比 z---實型二維數組,用來存放結點坐標 ZJ---實型二維數組,用來存放每個約束自由度方向和該方向的約束值, ie---實型二維數組,存放布爾矩陣 p---實型一維數組,先存放等效結點載荷,解完方程后存放輸出的結點位移 a,b,a---實型數組,存放各個單元的面積及由結點坐標計算的bi,bj,ci,cj g---實型數組,存放單剛子塊 zk---實型二維數組,存放整剛矩陣
上傳時間: 2014-01-24
上傳用戶:cuibaigao
This toolbox contains re-implementations of four different multi-instance learners, i.e. Diverse Density, Citation-kNN, Iterated-discrim APR, and EM-DD. Ensembles of these single multi-instance learners can be built with this toolbox
標簽: i.e. re-implementations multi-instance different
上傳時間: 2013-12-19
上傳用戶:haohaoxuexi
兩臺處理機A 和B處理n個作業。設第i個作業交給機器 A 處理時需要時間ai,若由機器B 來處理,則需要時間bi。由于各作 業的特點和機器的性能關系,很可能對于某些i,有ai >=bi,而對于 某些j,j!=i,有aj<bj。既不能將一個作業分開由兩臺機器處理,也沒 有一臺機器能同時處理2 個作業。設計一個動態規劃算法,使得這兩 臺機器處理完成這n 個作業的時間最短(從任何一臺機器開工到最后 一臺機器停工的總時間)。研究一個實例:(a1,a2,a3,a4,a5,a6)= (2,5,7,10,5,2);(b1,b2,b3,b4,b5,b6)=(3,8,4,11,3,4)
上傳時間: 2014-01-14
上傳用戶:獨孤求源
The solution of Ziemer s book Digital communication. This version of Digital communication is the Bible in telecommunication.
標簽: communication Digital solution version
上傳時間: 2016-12-31
上傳用戶:wpwpwlxwlx
The Cyclone® III PCI development board provides a hardware platform for developing and prototyping low-power, high-performance, logic-intensive PCI-based designs. The board provides a high-density of the memory to facilitate the design and development of FPGA designs which need huge memory storage, and also includes Low-Voltage Differential Signaling (LVDS) interface of the High-Speed Terasic Connectors (HSTCs) for extra high-speed interface application.
標簽: development developing prototypi provides
上傳時間: 2017-01-29
上傳用戶:jjj0202
ddtool,實現one class classification.包括gaussian 模型, gaussian 混合模型,Parzen density,knn,kmean,kcenter等方法
標簽: classification gaussian ddtool class
上傳時間: 2017-02-04
上傳用戶:無聊來刷下
加密的步驟 1) 計算N的有效位數tn(以字節數計),將最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位數tn=5,tn1=4。 2) 將明文數據A分割成tn1位(以字節數計)的塊,每塊看成一個大數,塊數記為bn。從而,保證了每塊都小于N。 3) 對A的每一塊Ai進行Bi=Ai^E MOD N運算。Bi就是密文數據的一塊,將所有密文塊合并起來,就得到了密文數據B。
上傳時間: 2014-12-05
上傳用戶:caozhizhi
The W78E58B is an 8-bit microcontroller which has an in-system programmable Flash EPROM for firmware updating. The instruction set of the W78E58B is fully compatible with the standard 8052. The W78E58B contains a 32K bytes of main ROM and a 4K bytes of auxiliary ROM which allows the contents of the 32KB main ROM to be updated by the loader program located at the 4KB auxiliary ROM 512 bytes of on-chip RAM four 8-bit bi-directional and bit-addressable I/O ports an additional 4- bit port P4 three 16-bit timer/counters a serial port. These peripherals are supported by a eight sources two-level interrupt capability. To facilitate programming and verification, the ROM inside the W78E58B allows the program memory to be programmed and read electronically. Once the code is confirmed, the user can protect the code for security
標簽: microcontroller programmable in-system W78E58B
上傳時間: 2017-04-27
上傳用戶:yiwen213