一個實現全程跟蹤服務的物流管理系統。采用PHP+mysql開發,附帶所有源程序及數據表。-A follow-up services to achieve the whole system of logistics management. Developed using PHP+ mysql, with all source code and data in table form.
GRE 數學圣經,下面是詳細的英文介紹:
Comprehensive Prep for GRE Math
Every year, students pay $1,000 and more to test prep companies to prepare for the math section of the GRE. Now you can get the same preparation in a book.
Although the GRE math section is difficult, it is very learnable. GRE Math Bible presents a thorough analysis of GRE math and introduces numerous analytic techniques that will help you immensely, not only on the GRE but in graduate school as well.
Use
the fast Fourier transform function fft to analyse following signal. Plot the original signal, and the magnitude of its
spectrum linearly and logarithmically. Apply Hamming window to reduce the
leakage.
.
The hamming window can be coded in Matlab as
for n=1:N
hamming(n)=0.54+0.46*cos((2*n-N+1)*pi/N);
end;
where
N is the data length in the FFT.
最小二乘法曲面擬合,包括C程序及說明文件。對于搞三維重建的有一定幫助-Least squares surface fitting, including the C procedures and documentation. For engaging in three-dimensional reconstruction to some extent help the