搜索:define
找到约 205 项符合「define」的查询结果
结果 205
按分类筛选
- 全部
- 单片机开发 (14)
- 其他 (4)
- 编译器/解释器 (4)
- 嵌入式/单片机编程 (4)
- 汇编语言 (3)
- VC书籍 (3)
- 其他书籍 (2)
- 数学计算 (2)
- 微处理器开发 (2)
- 软件设计/软件工程 (2)
- DSP编程 (1)
- 通讯/手机编程 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- Linux/Unix编程 (1)
- 网络 (1)
- 通讯编程文档 (1)
- uCOS (1)
- 人工智能/神经网络 (1)
- 嵌入式Linux (1)
- 数据结构 (1)
- VHDL/FPGA/Verilog (1)
- matlab例程 (1)
- 系统设计方案 (1)
- 技术资料 (1)
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
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
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 /*--------------------------------------------------- ...
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)
https://www.eeworm.com/dl/cadence/ebook/101337.html
电子书籍
MMI spec Key sequence define
MMI spec Key sequence define
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 ...
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 ...
https://www.eeworm.com/dl/920803.html
技术资料
IAR430头文件中define
IAR 430 头文件中define定义的部分解释,IAR 430 头文件中define定义的部分解释