目前的svm(支持向量机)分类算法开源实现如svmlight和svmlib都没有界面,使用不方便。这个程序基于svmlight整合在VC++开发环境。将给VC用户带来极大方便。(Current svm (support vector machine) classification algorithm, such as open source to achieve svmlight and have not svmlib interface, the use of inconvenient. This process-based integration svmlight in VC++ Development environment. VC will give users a great convenience.)
wgrib2 is not simple upgrade of wgrib for grib2 files. wgrib can slice and dice grib1 files. wgrib2 is more like four drawers of kitchen utensils as well as the microwave and blender. This kitchen miracle was done by a more developer friendly design and the contributions of many people. Some functionality include,
inventory and read grib2 files
create subsets
create regional subsets by cookie cutter or projections
export to ieee, text, binary, CSV, netcdf and mysql
write of new grib2 fields
parallel processing by using threads (OpenMP)
parallel processing by flow-based programming
fortran and C interface