搜索:define

找到约 205 项符合「define」的查询结果

结果 205
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/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/644/133862.html 汇编语言

//浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04

//浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*--------------------------------------------------- ...
下载 85
·
查看 1086
https://www.eeworm.com/dl/618/166861.html 驱动编程

sja1000 define head file

sja1000 define head file
下载 45
·
查看 1029
https://www.eeworm.com/dl/542/255828.html 其他书籍

1 #define GPBCON (*(volatile unsigned long *)0x56000010) 2 #define GPBDAT (*(volatile unsigned long

1 #define GPBCON (*(volatile unsigned long *)0x56000010) 2 #define GPBDAT (*(volatile unsigned long *)0x56000014) 3 #define GPFCON (*(volatile unsigned long *)0x56000050) 4 #define GPFDAT (*(volatile unsigned long *)0x56000054)
下载 151
·
查看 1365
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/654/239054.html 数据结构

#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_

#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,flo ...
下载 198
·
查看 1187
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
https://www.eeworm.com/dl/920803.html 技术资料

IAR430头文件中define

IAR 430 头文件中define定义的部分解释,IAR 430 头文件中define定义的部分解释
下载 9
·
查看 8596