搜索:Define

找到约 234 项符合「Define」的查询结果

结果 234
https://www.eeworm.com/dl/650/177920.html 人工智能/神经网络

HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #define NOUPDATE FALSE #define FORM

HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #define NOUPDATE FALSE #define FORMAT TRUE #define NOFORMAT FALSE #define LEFT 0
下载 111
·
查看 1067
https://www.eeworm.com/dl/628/177921.html 编译器/解释器

HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #define NOUPDATE FALSE #define FORM

HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #define NOUPDATE FALSE #define FORMAT TRUE #define NOFORMAT FALSE #define LEFT 0
下载 77
·
查看 1082
https://www.eeworm.com/dl/628/177922.html 编译器/解释器

HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #define NOUPDATE FALSE #define FORM

HIGHLIGHT TRUE #define NOHIGHLIGHT FALSE #define UPDATE TRUE #define NOUPDATE FALSE #define FORMAT TRUE #define NOFORMAT FALSE #define LEFT 0
下载 145
·
查看 1043
https://www.eeworm.com/dl/648/375222.html 单片机开发

usb 开发 源码 #define USBStorName "USB Mass Storage" #define USBStorRev 1 #define USBStorFeature DRP_F

usb 开发 源码 #define USBStorName "USB Mass Storage" #define USBStorRev 1 #define USBStorFeature DRP_FC_IO_FOR_INQ_AEP #define USBSTOR_Major_Ver 0x03 #define USBSTOR_Minor_Ver 0x0A
下载 27
·
查看 1063
https://www.eeworm.com/dl/665/410177.html matlab例程

to define color of the image

to define color of the image
下载 164
·
查看 1053
https://www.eeworm.com/dl/641/177918.html 数学计算

#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key

#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" #define MSGLOMEM "Not enough memory to allocate ce ...
下载 115
·
查看 1079
https://www.eeworm.com/dl/644/369538.html 汇编语言

93c46读写程序 define di_93 dip3 #define sk_93 dip2 #define cs_93 dip1 #define do_93 dip4 #define g

93c46读写程序 define di_93 dip3 #define sk_93 dip2 #define cs_93 dip1 #define do_93 dip4 #define gnd_93 dip5 #define org_93 dip6
下载 98
·
查看 1062
https://www.eeworm.com/dl/cadence/ebook/101337.html 电子书籍

MMI spec Key sequence define

MMI spec Key sequence define
下载 83
·
查看 1140
https://www.eeworm.com/dl/647/114810.html 嵌入式/单片机编程

header define of EZ-LIB

header define of EZ-LIB
下载 40
·
查看 1047
https://www.eeworm.com/dl/650/387939.html 人工智能/神经网络

#include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define

#include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double W[HN][IN] //输入层至隐层权值 double V[ON][HN ...
下载 115
·
查看 1069