搜索结果
找到约 903 项符合
stRing-include 的查询结果
Linux/Unix编程 CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs
CFE contains the following important features:
* Easy to port to new SB1250/BCM1480 designs
* Initializes CPUs, caches, memory controllers, and peripherals
* Built-in device drivers for SB1250 SOC peripherals
* Several console choices, including serial ports, ROM
emulators, JTAG, e ...
其他 The C++ version of the IQmath librray requires the C header file and is built on top of the C funct
The C++ version of the IQmath librray requires the C header file and is
built on top of the C functions and definitions.
See "Building A Project" section of this Read Me file on how to include
the above files in a user C++ program/project.
*行业应用 The C++ version of the IQmath librray requires the C header file and is built on top of the C funct
The C++ version of the IQmath librray requires the C header file and is
built on top of the C functions and definitions.
See "Building A Project" section of this Read Me file on how to include
the above files in a user C++ program/project.
matlab例程 Written for engineering and computer science students and practicing engineers, this book provides t
Written for engineering and computer science students and practicing engineers, this book provides the fundamental applications and mathematical techniques of signal processing. Topics covered include programming in MATLAB, filters, networking, and parallel processing.
MATLAB is introduced and use ...
Java编程 购物车系统中的级别类
购物车系统中的级别类,private Integer id
private String cname
private Integer parentid
private String description
private Blob photo
private Short ctype
private Set products = new HashSet(0)
private Set normses = new HashSet(0)
Java编程 购物车系统中的用户类
购物车系统中的用户类,private Integer id
private Product product
private String shopname
private Double shopprice
Java编程 购物车系统中的一级分类
购物车系统中的一级分类,private Integer id
private Section section
private String title
private String publisher
private Boolean islock
private String lockuser
private String topictype
private Boolean digest
private String degestuser
Java编程 购物车系统中的post类
购物车系统中的post类,private Integer id
private Topic topic
private User user
private String title
private Integer transactionpoint
private Integer readaccess
其他嵌入式/单片机内容 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/inc
1、将makefile中的
CROSS =/usr/local/arm/2.95.3/bin/arm-linux-
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux
CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include
路径改为你宿主机上的。
2、#make,来编译驱动模块。
3、#export PATH=$PATH:/usr/local/arm/2.95 ...
单片机开发 将Windows矢量字体转换为可供嵌入式系统的LCD、LED等直接使用的十六进制数组
将Windows矢量字体转换为可供嵌入式系统的LCD、LED等直接使用的十六进制数组,在ADS1.2中实测可直接include使用。