资源简介
/*
* 这是修改过后的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 2013/1/2
*/
代码片段和文件信息
/*
* Stand-alone C codes for fuzzy inference systems.
* (This file is included in fis project)
* J.-S. Roger Jang 1994.
* Copyright 1994-2001 The MathWorks Inc.
*/
/*
* 这是修改过后的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 2013/1/2
*/
#ifndef __FIS__
# define __FIS__
#include
#include
#include
#include
#pragma warning(disable: 4244)
/***********************************************************************
Macros and definitions
**********************************************************************/
/* Define portable printf and double */
#if defined(MATLAB_MEX_FILE)
# define PRINTF mexPrintf
# define DOUBLE real_T
#elif defined(__SIMSTRUC__)
# define PRINTF ssPrintf
# define DOUBLE real_T
#elif defined(_MSC_VER)
#define PRINTF odprintf
#include
#include
int _cdecl odprintf(const char* fmt ...)
{
char buf[4096] *p=buf;
va_list args;
int ret = -1;
va_start(args fmt);
ret = vsnprintf_s(p sizeof(buf) _TRUNCATE fmt args);
p +=ret;
va_end(args);
while (p>buf && isspace(*p))
{
*--p = ‘\0‘;
*p++ = ‘\r‘;
*p++ = ‘\n‘;
*p = ‘\0‘;
}
OutputDebugStringA(buf);
return(ret);
}
#else
# define PRINTF printf
# define DOUBLE double
#endif
#ifndef ABS
# define ABS(x) ( (x) > (0) ? (x): (-(x)) )
#endif
#ifndef MAX
# define MAX(xy) ( (x) > (y) ? (x) : (y) )
#endif
#ifndef MIN
# define MIN(xy) ( (x) < (y) ? (x) : (y) )
#endif
#define MF_PARA_N 4
#define STR_LEN 500
#define MF_POINT_N 101
/* debugging macros */
/*
#define PRINT(expr) printf(#expr “ = %g\n“ (double)expr)
#define PRINTMAT(matmn) printf(#mat “ = \n“); fisPrintMatrix(matmn)
#define FREEMAT(matm) printf(“Free “ #mat “ ...\n“); fisFreeMatrix(matm)
#define FREEARRAY(array) printf(“Free “ #array “ ...\n“); free(array)
*/
#if (defined(MATLAB_MEX_FILE) && !defined(__SIMSTRUC__))
# define FREE mxFree
#else
# define FREE free
#endif
#define FREEMAT(matm) fisFreeMatrix(matm)
#define FREEARRAY(array) FREE(array)
/***********************************************************************
Data types
**********************************************************************/
typedef struct fis_node FIS;
typedef struct fis_node {
int handle;
int load_param;
char name[STR_LEN];
char type[STR_LEN];
char andMethod[STR_LEN];
char orMethod[STR_LEN];
char impMethod[STR_LEN];
char aggMethod[STR_LEN];
char defuzzMethod[STR_LEN];
int userDefinedAnd;
int userDefinedOr;
int userD
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 69498 2013-01-03 12:47 fis.c
----------- --------- ---------- ----- ----
69498 1
- 上一篇:FTP客户端源程序 上传
- 下一篇:C++ 桌面宠物-金鱼
相关资源
- 迷宫求解含源代码
- 和矩阵相关的头文件matrix.h
- c++运行程序缺少mex.h
- C++控制Windows桌面切换
- C语言windowlinux平台的SNTP实现
- 应用C/C++语言编写灰度图像霍夫曼编码
-
单项锁相环 MATLAB Simuli
nk仿真 C语言 - LDPC源代码c语言matlab.rar
- C/C++/STL帮助手册 chm完整离线版
- PNCC声特征matlab代码
- C++程序设计语言:第1~3部分原书第4版
- matlab rtw
- ini配置文件读写C/C++版本
- R树C++代码实现
- MATLAB可调用的图像滑动窗口算法
- MFC程序设计-画图板
- c/c++实现的基于文件的RSA加解密
- c/c++实现的基于文件的DES加解密
- 程序流程图生成器支持C/C++
- 基于VS2008和IVF11的C/C++和Fortran混合编程
- c/c++采用编码转换表实现gbk与unicode互
- C/C++快件管理系统
- 最优装载问题 计算机算法 c/c++语言
- 基于C语言实现的贪吃蛇
- Linux下用c++调用自己的matlab函数的一个
- tensor voting的 matlab实现
- c/c++控制台游戏
- A*星算法matlab实现
- 基于C++的实时数据库的设计与实现
- linux C/C++实现的通过url访问网页提取网
评论
共有 条评论