-
tables_gain
language :: The language ID used in Mac fonts. Definitions of values are in `ttnameid.h .
- 2015-09-07 10:22:26下载
- 积分:1
-
参数读入函数,从命令行或者文本文件
// read from cmd line
int PickInt ( int argc , char **argv, char *name, int *var, int verb );
int PickFloat ( int argc , char **argv, char *name, float *var, int verb );
int PickStr ( int argc , char **argv, char *name, char *var, int verb );
// read from txt file
int FindInt ( const char *file, char *name, int *var, int verb );
int FindFloat ( const char *file, char *name, float *var, int verb );
int FindStr ( const char *file, char *name, char *var, int verb );
读入以“ var=3456.5”方式输入的参数
参数可以是填写在命令行中的:使用PickInt、PickFLoat、PickStr函数
也可以是写在文本文件中的:使用FindInt、FindFloat、FindStr函数
成功则更新数值,否则(在命令行或者参数文件中找不到该参数)保持参数原来的值
verb:1则显示提示信息,0则不显示提示信息
直接包含即可,不依赖于其他非系统头文件
For example:读入一个整形数age=34
(1)./a.out age=34
对应程序中使用:
- 2022-01-28 07:57:47下载
- 积分:1
-
Surveying-adjustment
测量平差,对于测绘专业数据处理很有用,特别是c语言的薄弱的同学也有很好的帮助。(Surveying adjustment, for surveying and mapping professional data processing is very useful, especially the weak C language students also have a very good help.)
- 2015-11-03 10:21:49下载
- 积分:1
-
Project
vc下OpenGL的三维建模,实现飞机、火箭和雷达的模型(vc under OpenGL three-dimensional modeling, the realization of the aircraft, rockets and radar model)
- 2013-12-08 21:21:50下载
- 积分:1
-
DiskKey
得到文件系统的相关注册表键值,并且显示出来(get the register key value of file system and show it. )
- 2005-07-11 16:24:46下载
- 积分:1
-
ReadTiff
visual c++ code to read a tiff file.
- 2011-06-18 19:05:31下载
- 积分:1
-
RANSAC平面提取
根据点云的分布特征,采用随机采样一致性算法提取平面(According to the distribution characteristics of point clouds, a random sampling consistency algorithm is used to extract the plane.)
- 2021-01-19 11:28:42下载
- 积分:1
-
DelaunayVB
用VB编写的delaunay三角网,很幸苦在写出来的,不错的东西(VB prepared by delaunay triangulation, it is fortunate that in the written hard, good things)
- 2009-04-09 22:08:06下载
- 积分:1
-
c_language_examples
c++学习资料,内含有20个c++源码例子,是很好的学习资料(c++ learning materials, containing 20 examples of c++ source code, is a very good learning materials)
- 2010-12-02 10:17:15下载
- 积分:1
-
该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP
和LeapFTP...
该实例通过WinInet编程接口实现了完整的FTP客户程序,其界面类似于CuteFTP
和LeapFTP-example through the WinInet Programming Interface a complete FTP client, its user interface is similar to CuteFTP and LeapFTP
- 2022-07-26 23:57:56下载
- 积分:1