资源列表
hfjh
- 摄影测量中单像空间后方交会的程序,可以利用4个点求解相片外方为元素-Photogrammetric space resection of single, as the procedure can take advantage of four-point solution for the elements of the foreign photos
tingchechang
- 用于停车场问题,可以记录进出的车辆数和统计计费-For the parking problem, you can record the number of vehicles entering and leaving and statistical billing
Sobel
- calcule the sobel of image-calcule the sobel of image
Operations
- calcule the operateur arithmétique if image
MinMax
- calcule min and max of image
Intensite
- calculate intensité of image
Binaire
- binairie programma for image comprssion-binairie programma for image comprssion
stack
- C++ Interface Class This C++ code is intended to be a tutorial. It is an extension of the idea presented in Item 42 of Scott Meyer s "Effective C++", 2nd Edition. In his discussion he creates a generic stack class to contain pointers-to-objects. Hi
latex
- Latex 教程与例子.学习Latex 的入门资料-Latex tutorial and examples. Learning introductory information on Latex
clusteringalg
- clustering algorithm ...it gives details about clustersing.-clustering algorithm ...it gives details about clustersing.
HuiTianAutoMaintenanceManagementSystem
- 惠天汽车维修管理系统(源代码2006) 最终代码C#- HuiTian Auto Maintenance Management System
cv6
- Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }