功能說(shuō)明: 次組件提供的功能有二: 1、解析出數(shù)學(xué)表達(dá)式中的參數(shù) 2、計(jì)算數(shù)學(xué)表達(dá)式 此組件不但可以解析和計(jì)算數(shù)學(xué)表達(dá)式,還提供了一系列的數(shù)學(xué)基本函數(shù),可應(yīng)用于表達(dá)式中一塊處理。提供的數(shù)學(xué)基本函數(shù)有:將值舍入到最接近的整數(shù) rount(x)、向下取整函數(shù) int(x)、向上取整 ceiling(x)、求兩個(gè)數(shù)中最大數(shù)的函數(shù) max(a,b)、求兩個(gè)數(shù)中最小數(shù)的函數(shù) min(a,b)、冪函數(shù) pow(x,n)、求平方根的函數(shù) sqrt(x)。 下載地址:http://www.qiusuo365.com/qiusuo365/viewthread.php?tid=2422&extra=page%3D1
標(biāo)簽: 表達(dá)式 計(jì)算 參數(shù)
上傳時(shí)間: 2014-01-18
上傳用戶:李夢(mèng)晗
C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProbablePrime(int confidence) , isProbablePrime() , Jacobi(BigInteger a, BigInteger b) , LucasSequence(BigInteger P, BigInteger Q, BigInteger k, BigInteger n) ,max(BigInteger bi) , min(BigInteger bi) , modInverse(BigInteger modulus) , RabinMillerTest(int confidence) ,
標(biāo)簽: BigInteger class BIgInteger program
上傳時(shí)間: 2013-12-23
上傳用戶:ynzfm
此為秒表程序,具有秒表的一般基本功能,已在MAX+plusII 10.2下編譯通過(guò)。
標(biāo)簽: 程序
上傳時(shí)間: 2013-12-22
上傳用戶:woshini123456
電子售貨機(jī)的vhdl程序,用max-plus2編譯,
上傳時(shí)間: 2015-10-15
上傳用戶:hustfanenze
Support servers like Tomcat, Resin, WebSphere, WebLogic etc. Multi-languages(English/Chinese...) Support RSS 2.0 RSS syndication Unlimited XML news source Customizable fetch time interval Customizable max entry count Customizable max content size
標(biāo)簽: Multi-languages WebSphere WebLogic Support
上傳時(shí)間: 2015-10-17
上傳用戶:x4587
本源碼是高速并行乘法器的設(shè)計(jì)源碼,開(kāi)發(fā)軟件為MAX+PLUS.輸入為兩個(gè)帶符號(hào)的二進(jìn)制數(shù)
上傳時(shí)間: 2015-10-18
上傳用戶:sunjet
This paper studies the problem of categorical data clustering, especially for transactional data characterized by high dimensionality and large volume. Starting from a heuristic method of increasing the height-to-width ratio of the cluster histogram, we develop a novel algorithm – CLOPE, which is very fast and scalable, while being quite effective. We demonstrate the performance of our algorithm on two real world
標(biāo)簽: data transactional categorical clustering
上傳時(shí)間: 2015-10-24
上傳用戶:evil
文本計(jì)算器是一款為經(jīng)常需要使用計(jì)算器的工程項(xiàng)目人士而設(shè)計(jì)的軟件,該軟件使用簡(jiǎn)單、方便。 當(dāng)需要計(jì)算數(shù)據(jù)時(shí),在窗口中輸入整個(gè)表達(dá)式(表達(dá)式可以是加+、減-、乘*、除/、平方^、括號(hào)(),以及數(shù)學(xué)函數(shù)組合),按回車(chē)后可自動(dòng)計(jì)算出結(jié)果,計(jì)算方法一目了然,便于查找計(jì)算中可能出現(xiàn)的錯(cuò)誤。 支持的數(shù)學(xué)函數(shù):cos(), sin(), tg(), ctg(), abs(), sgn() or sign(), sqrt(), ln(),sh() or sinh(), ch() or cosh(), th() or tanh(),cth() or coth(), heaviside()
標(biāo)簽: 計(jì)算器 工程項(xiàng)目 軟件
上傳時(shí)間: 2015-10-25
上傳用戶:zhuyibin
給定n個(gè)整數(shù)a , a , ,an 1 2 組成的序列。序列中元素i a 的符號(hào)定義為: ï î ï í ì - < = > = 1 0 0 0 1 0 sgn( ) i i i i a a a a 符號(hào)平衡問(wèn)題要求給定序列的最長(zhǎng)符號(hào)平衡段的長(zhǎng)度L,即: þ ý ü î í ì = + - = å = £ £ £ max 1| sgn( ) 0 1 j k i i j n k L j i a 。 例如,當(dāng)n=10,相應(yīng)序列為:1,1,-1,-2,0,1,3,-1,2,-1 時(shí),L=9。
上傳時(shí)間: 2015-10-28
上傳用戶:xaijhqx
//給定整數(shù)n,產(chǎn)生所有[2n]上的匹配(matching) //將其視為一個(gè)所有塊大小均為2的集合分拆 //以a_i表示其第i個(gè)元素所在的集合號(hào) //輸出格式為 a1 a2 a3 ... //滿足 //a_{i+1} <= max { a1,a2,...a_i } + 1
標(biāo)簽: 整數(shù)
上傳時(shí)間: 2014-01-18
上傳用戶:xieguodong1234
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1