-
-
-
vector.zip
Variable length list of elements of any type. Use vectors for an ordered list of elements where additions to the list occur only at the end of the list. See the included file vector__define.html for more detailed help.
-
quicksort.zip
可用此法实现快速分类。It recursively does this until the 2 parts are so small that determining which part goes where becomes a trivial matter. After the vector is split and sorted, they are combined to for the original, in sorted order.
-
dsdv.rar
ns2下dsdv实现代码。DSDV(Destination-Sequenced Distance-Vector)协议是先应式路由协议,是由传统的Bellman-Ford 路由协议改进得到的,其特点是利用目的节点序列号解决了DBF算法的路由环路和无穷计数问题。
-
BigNumber.rar
直接引入 可以像int一样操作
跟Java里的好像
但好用多了
而且是加速版的,比用字符串写的还快(用vector<int>)
还附了些奇怪的函式
有兴趣自己写BigNumber的人可以参考看看
-
Phantasm.CS.Studio.v1.0_RETAIL.rar
... experience
when adjusting, controlling or checking color in your documents .Tools work with all embedded objects including vector shapes, text and images. Each function seamlessly integrates with all features present in Illustrator including standard ...
-
introductionsvm.rar
支持向量机(Support Vector Machine)是Cortes和Vapnik于1995年首先提出的,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他机器学习问题中
-
svm.zip
MATLAB code for support vector machine
-
fft_plot.zip
... 100 number of data points
>> dt = 0.01 spacing between samples
>> t = 0:dt:(n-1)*dt time vector
>> y = sin(2*pi*10*t) 10 Hz sin wave
>> fft_plot(y,dt) plot of signal in time ...
-
libsvm-2.89.rar
SVM, Support Vector Machine , 簡而言之它是個起源跟類神經網路有點像的東西, 不過現今最常拿來就是做分類 (classification)。 也就是說,如果我有一堆已經分好類的東西 (可是分類的依據是未知的!) ,那當收到新的東西時, SVM 可以預測 (predict) 新的資料要分到哪一堆去。
-