-
core java 的源代码 可以配合core java 使用
core java 的源代码 可以配合core java 使用-core java source code will be in line with the use of core java
- 2022-03-25 02:12:01下载
- 积分:1
-
The intent of the software contained on this CD is to provide support for the ma...
The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines should be compatible with earlier versions of MATLAB, this may not be the case. The software is maintained and regularly updated through our Web-site at www.wpi.edu/ece/EM_RF_lab/book. It is assumed that the user has a basic knowledge of MATLAB. Support of MATLAB is maintained through the MathWorks, Inc. Web-site at www.mathworks.com.-The intent of the software contained on stories "s CD is to provide support for the material cover ed in the textbook. All programs have been devel oped and tested using MATLAB Version 5.2. Altho ugh the authors believe that all routines shoul d be compatible with earlier versions of MATLAB , this may not be the case. The software is maint ained and regularly updated through our Web-sit e at www.wpi.edu/ece/EM_RF_lab/book. It
- 2023-09-02 02:50:03下载
- 积分:1
-
VisualDSP 4.5 Kernel (VDK) User's Guide
VisualDSP++ 4.5 Kernel (VDK) User’s Guide-VisualDSP 4.5 Kernel (VDK) User"s Guide
- 2022-01-26 00:36:44下载
- 积分:1
-
里面是一一本关于C#的手册,C#handbook
里面是一一本关于C#的手册,C#handbook-11 on the manual C#, C# handbook
- 2022-08-05 17:42:43下载
- 积分:1
-
CSS2.0中文手册,包含了CSS2.0的各种属性及其使用方法。可当作字典使用,CSS开发者必备。
CSS2.0中文手册,包含了CSS2.0的各种属性及其使用方法。可当作字典使用,CSS开发者必备。-CSS2.0 Chinese manual, CSS2.0 contains various attributes and their usage. Can be used as a dictionary, CSS Developer required.
- 2022-05-06 02:15:40下载
- 积分:1
-
This application report discusses the design of non
This application report discusses the design of non-invasive optical plethysmography
also called as pulsoximeter using the MSP430FG437 Microcontroller (MCU). The
pulsoximeter consists of a peripheral probe combined with the MCU displaying the
oxygen saturation and pulse rate on a LCD glass. The same sensor is used for both
heart-rate detection and pulsoximetering in this application. The probe is placed on a
peripheral point of the body such as a finger tip, ear lobe or the nose. The probe
includes two light emitting diodes (LEDs), one in the visible red spectrum (660nm) and
the other in the infrared spectrum (940nm). The percentage of oxygen in the body is
worked by measuring the intensity from each frequency of light after it transmits
through the body and then calculating the ratio between these two intensities.
- 2022-03-20 21:13:38下载
- 积分:1
-
Navida之GPU编程资料。3d图形开发必备资料!
Navida之GPU编程资料。3d图形开发必备资料!-Navida of GPU programming information. 3d graphic development of essential information!
- 2022-09-07 00:45:03下载
- 积分:1
-
PCGameGuide.rar
PCGameGuide.rar
- 2022-12-31 16:30:04下载
- 积分:1
-
Monitor Server 用户指南,这个资料是我偶尔找到地
Monitor Server 用户指南,这个资料是我偶尔找到地-Monitor Server User" s Guide, this information that I occasionally find a way
- 2022-04-19 03:29:03下载
- 积分:1
-
一个书城项目
package com.hk.book.bean;
public class Book {
private String bid;
private String bname;
private String author;
private double price;
private double currPrice;
private double discount;// 折扣
private String press;// 出版社
private String publishtime;// 出版时间
private int edition;// 版次
private int pageNum;// 页数
private int wordNum;// 字数
private String printtime;// 印刷时间
private int booksize;// 开本
private String paper;
private String cid;
private String image_w;// 大图
private String image_b;// 小图
private int orderBy;
public String getBid() {
return bid;
}
public void setBid(String bid) {
this.bid = bid;
}
public String getBname() {
return bname;
}
public void setBname(String bname) {
- 2023-05-19 22:40:05下载
- 积分:1