Entropy-based CLIQUE算法改進
標簽: Entropy-based CLIQUE 算法改進
上傳時間: 2015-04-06
上傳用戶:manking0408
The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.) I have attempted to provide copious comments in the code and hope that a knowledgeable C programmer can quickly map the approach as described in the paper to what is in the program.
標簽: two-dimensional computational polarization non-zero
上傳時間: 2013-12-13
上傳用戶:cylnpy
rtp/rtcp協(xié)議棧源代碼 based on rfc 3550
上傳時間: 2013-12-16
上傳用戶:希醬大魔王
意圖 將一個類的接口轉換成客戶希望的另外一個接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些類可以一起工作。 適用性 · 你想使用一個已經存在的類,而它的接口不符合你的需求。 · 你想創(chuàng)建一個可以復用的類,該類可以與其他不相關的類或不可預見的類(即那些接口可能不一定兼容的類)協(xié)同工作。 · (僅適用于對象A d a p t e r )你想使用一些已經存在的子類,但是不可能對每一個都進行子類化以匹配它們的接口。對象適配器可以適配它的父類接口。
上傳時間: 2014-07-30
上傳用戶:270189020
Description: FASBIR(Filtered Attribute Subspace based Bagging with Injected Randomness) is a variant of Bagging algorithm, whose purpose is to improve accuracy of local learners, such as kNN, through multi-model perturbing ensemble. Reference: Z.-H. Zhou and Y. Yu. Ensembling local learners through multimodal perturbation. IEEE Transactions on Systems, Man, and Cybernetics - Part B: Cybernetics, 2005, vol.35, no.4, pp.725-735.
標簽: Description Randomness Attribute Filtered
上傳時間: 2015-04-10
上傳用戶:ynzfm
A high quality VC++ source code implementing the very important context-based adaptive arithmetic coder.
標簽: context-based implementing arithmetic important
上傳時間: 2015-04-10
上傳用戶:changeboy
It s the E-book of LEDA. Library of Efficient Data types and Algorithms
標簽: Algorithms Efficient Library E-book
上傳時間: 2014-01-24
上傳用戶:熊少鋒
能運算的函數: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos, 運算方式: +,-,*,/,絕對值(“[ ]”),^,!, 輸入規(guī)則: 用鍵盤或按鈕都可,輸入完按回車運算,(光標要在最后) sin(21-32)/(12-43) 4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要輸入pow(3,4)) //有無*都可 2*3^4是(2*3)^4 而不是2*(3^4) 也就是要用x^y就要一定要(x^y)加上一個括號 [3-4]是求3-4的絕對值不是中括號
上傳時間: 2015-04-11
上傳用戶:sxdtlqqjl
Simple C Compiler, Release 0.1.6 Simple C is a portable C compiler based on Small C/386. It is designed to run on Linux, but it should be usable on any Unix-like operating system for the x86 with minimal effort.
標簽: Simple Compiler compiler portable
上傳時間: 2015-04-12
上傳用戶:pompey
Linux 0.11 版本的中文件注釋版本,把里面的E文按作者的理解,改成了中文,并且加入了作者自己的理解心得,對于學習Linux內核很有幫助.
上傳時間: 2015-04-15
上傳用戶:linlin