This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.
標簽: redistribute the software program
上傳時間: 2017-02-07
上傳用戶:cc1
This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation either version 2 of the License, or (at your option) any later version.
標簽: redistribute the software program
上傳時間: 2014-01-25
上傳用戶:chongcongying
圖形學的一些概念說明,對R,G,B,alphy通道,灰度等概念都有一些說明
標簽: 圖形
上傳時間: 2017-02-09
上傳用戶:tonyshao
tensor 向量的推廣。在一個坐標系下,由若干個數(shù)(稱為分量)來表示,而在不同坐標系下的分量之間應(yīng)滿足一定的變換規(guī)則,如矩陣、多變量線性形式等。一些物理量如彈性體的應(yīng)力、應(yīng)變以及運動物體的能量動量等都需用張量來表示。在微分幾何的發(fā)展中,C.F.高斯、B.黎曼、E.B.克里斯托費爾等人在19世紀就導入了張量的概念,隨后由G.里奇及其學生T.列維齊維塔發(fā)展成張量分析,A.愛因斯坦在其廣義相對論中廣泛地利用了張量。
上傳時間: 2014-01-20
上傳用戶:silenthink
項目的研究內(nèi)容是對硅微諧振式加速度計的數(shù)據(jù)采集電路開展研究工作。硅微諧振式加速度計敏感結(jié)構(gòu)輸出的是兩路差分的頻率信號,因此硅微諧振式加速度計數(shù)據(jù)采集電路完成的主要任務(wù)是測出兩路頻率信號的差值。測量要求是:實現(xiàn)10ms內(nèi)對中心諧振頻率為20kHz、標度因數(shù)為100Hz/g、量程為±50g、分辨率為1mg的硅微諧振式加速度計輸出的頻率信號的測量,等效測量誤差為±1mg。電路的控制核心為單片機,具有串行接口以便將測量結(jié)果傳送給PC機從而分析、保存測量結(jié)果。 按研究內(nèi)容設(shè)計了軟硬件。軟件采用多周期同步法實現(xiàn)高精度,快速度的頻率測量方案,并使用CPLD編程實現(xiàn),這也是最難的地方。硬件采用現(xiàn)在流行的3.3V供電系統(tǒng),選用EPM240T100C5N和較為實用的AVR單片機芯片Atmega64L,對應(yīng)3.3V供電系統(tǒng),串行接口使用MAX3232。 最后完成了PCB板的制作,經(jīng)反復調(diào)試后得到了非常好的效果。采集的數(shù)據(jù)滿足項目研究內(nèi)容中的要求,當提高有源晶振的頻率時,精度有大大提高了,此時已遠遠滿足了項目中高精度,快速度測量的要求。另外,采用MFC編程編寫了上位機的數(shù)據(jù)接收和數(shù)據(jù)處理專用軟件,集數(shù)據(jù)采集,運算,作圖,保存功能于一體。 此為CPLD語言部分
上傳時間: 2013-12-09
上傳用戶:奇奇奔奔
項目的研究內(nèi)容是對硅微諧振式加速度計的數(shù)據(jù)采集電路開展研究工作。硅微諧振式加速度計敏感結(jié)構(gòu)輸出的是兩路差分的頻率信號,因此硅微諧振式加速度計數(shù)據(jù)采集電路完成的主要任務(wù)是測出兩路頻率信號的差值。測量要求是:實現(xiàn)10ms內(nèi)對中心諧振頻率為20kHz、標度因數(shù)為100Hz/g、量程為±50g、分辨率為1mg的硅微諧振式加速度計輸出的頻率信號的測量,等效測量誤差為±1mg。電路的控制核心為單片機,具有串行接口以便將測量結(jié)果傳送給PC機從而分析、保存測量結(jié)果。 按研究內(nèi)容設(shè)計了軟硬件。軟件采用多周期同步法實現(xiàn)高精度,快速度的頻率測量方案,并使用CPLD編程實現(xiàn),這也是最難的地方。硬件采用現(xiàn)在流行的3.3V供電系統(tǒng),選用EPM240T100C5N和較為實用的AVR單片機芯片Atmega64L,對應(yīng)3.3V供電系統(tǒng),串行接口使用MAX3232。 最后完成了PCB板的制作,經(jīng)反復調(diào)試后得到了非常好的效果。采集的數(shù)據(jù)滿足項目研究內(nèi)容中的要求,當提高有源晶振的頻率時,精度有大大提高了,此時已遠遠滿足了項目中高精度,快速度測量的要求。另外,采用MFC編程編寫了上位機的數(shù)據(jù)接收和數(shù)據(jù)處理專用軟件,集數(shù)據(jù)采集,運算,作圖,保存功能于一體。 此為上位機程序部分
上傳時間: 2017-02-13
上傳用戶:大三三
Instead of finding the longest common subsequence, let us try to determine the length of the LCS. Then tracking back to find the LCS. Consider a1a2…am and b1b2…bn. Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.
標簽: the subsequence determine Instead
上傳時間: 2013-12-17
上傳用戶:evil
一個自動控制專業(yè)的實用程序。以一個四階系統(tǒng)為例,對任意的參數(shù)矩陣 研究其反饋鎮(zhèn)定性,通過因式分解法,得到所有能鎮(zhèn)定G的 一般形式的K值,用matlab進行了仿真。
上傳時間: 2017-02-21
上傳用戶:hebmuljb
復接入,B/W雙用戶使用直接擴頻序列 % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of equal length % >>>e.g. user1=[1 0 1 0 1 0 1] , user2=[1 1 0 0 0 1 1],snr_in_dbs=-50 % >>>or snr_in_dbs=50 just any number wud do % Waqas Mansoor % NUST , Pakistan
標簽:
上傳時間: 2014-11-22
上傳用戶:zl5712176
This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, moving it around the globe by giving it distances in feet and direction of travel. You can then extract the new coordinate that is calculated after the travel.
標簽: GISCoordinate coordinate represent presents
上傳時間: 2013-12-02
上傳用戶:wangchong
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1