代码搜索:modular
找到约 9,839 项符合「modular」的源代码
代码结果 9,839
www.eeworm.com/read/276583/10725673
c modular.c
//FMNMS.C Fuzzy Modular Network Modelling System for DOS
# include
# include
# include
# include
# include
# define M_nSample 100 //最多学习样本数目
www.eeworm.com/read/274999/10840015
dsp modular.dsp
# Microsoft Developer Studio Project File - Name="Modular" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) C
www.eeworm.com/read/274999/10840020
opt modular.opt
www.eeworm.com/read/274999/10840025
plg modular.plg
Build Log
--------------------Configuration: Modular - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zh\
www.eeworm.com/read/274999/10840027
dsw modular.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/274999/10840029
ncb modular.ncb
www.eeworm.com/read/152202/12132609
cpp modular.cpp
#include "stdafx.h"
#include
#include "Matrix.h"
#include "AllDef.h"
/////////////////////////////////////////////////////////////////
//门网络训练函数
////////////////////////////////////
www.eeworm.com/read/229812/4751599
gml modular.gml
.ix modularity
.pp
For many small programs, it is possible to write a single module
which contains all of the C source for the program. This module
can then be compiled, linked and run.
.pp
Howe