fis

所属分类:Windows编程
开发工具:Visual C++
文件大小:14KB
下载次数:53
上传日期:2013-01-03 13:02:51
上 传 者wahsa
说明:  /* * 这是修改过后的fis.c模糊推理系统库函数,可以移植C/C++环境使用,在VS2010的MFC环境经过测试 * 1、将fis.c文件拷贝到项目中; * 2、修改VS2010的配置属性,项目->属性->C/C++->预处理器->预处理器定义,添加 * _CRT_SECURE_NO_WARNINGS * 3、在【解决方案资源管理器】中选中fis.c文件,单击右键的属性 * 【配置属性】->【常规】->【项类型】,配置为【C/C++ 标头】 * 4、如果是C语言文件(*.c)使用 * #include "fis.c" * 包含接口库文件; * 5、如果是C++文件,使用 * extern "C"{ * #include "fis.c" * } * 包含库文件。 * 祝你使用愉快! * hemmingway <hemmingway@163.com> 2013/1/2 */
(/*   * This is a modified fis.c fuzzy inference system library function, you can transplant the C/C++ environment to use the MFC in VS2010 environment tested   * 1 the fis.c files are copied to the project   * 2 modify the VS2010 configuration properties, project-> Properties-> C/C++-> preprocessor-> preprocessor definitions add   * _CRT_SECURE_NO_WARNINGS   * 3】 【Solution Explorer selected fis.c file, click the right attributes   * [Configuration Properties]-> [conventional]-> [type of item], [C/C++ header]   * 4, if it is a C language file (*. C) the use of   *# Include "fis.c"   * Contains the interface library file   * 5, if it is a C++ files, use   * Extern "C" {   *# Include "fis.c"   *}   * Contains the library files.   * I wish you to pleasant!   * Hemmingway <hemmingway@163.com> 2013/1/2   * /)

文件列表:
fis.c (69498, 2013-01-03)

近期下载者

相关文件


收藏者