parameterio.h
来自「这是一个用于立体匹配的程序。 可以用来进行立体匹配!」· C头文件 代码 · 共 23 行
H
23 行
///////////////////////////////////////////////////////////////////////////
//
// NAME
// ParameterIO.h : read or write parameter value pairs
//
// DESCRIPTION
// Read or write program arguments and parameter values.
//
// The arguments to the program are a list of parameter value pairs.
// These can be given on the command line, or read from a file
// or both (the command line overrides the file).
//
// The program needs to know how large a value to write
// on output. Therefore, this class is currently restricted
// to writing only the following types:
// %s strings
// %f floats
// %d ints
//
// SEE ALSO
// ParameterIO.cpp implementation of this class
//
// Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?