文件名称:fis

介绍说明--下载内容均来自于网络,请自行研究使用

/*

* 这是修改过后的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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org