To configure c++ Project properties
One 、 Transfer project to release Pattern .
Two 、 take Python Install under directory include File added to project properties ->VC++ Catalog -> Including the directory .
3、 ... and 、 take Python Install under directory libs File added to project properties ->VC++ Catalog -> Library Directory .
Four 、 take .py File in project .exe File in the same path .
ps:debug It is also possible in mode , But make sure you install python Has the version been installed debug edition .
[PCA implementation and practice] PCA algorithm based on Python and used for handwritten digit recognition
PCA Algorithm is a very common