-
关于偏微分方程进行图像处理的电子书,对于学习动态轮廓实现图像的分割非常有用...
关于偏微分方程进行图像处理的电子书,对于学习动态轮廓实现图像的分割非常有用-A book about PDE and image processing, it is very useful for image processing learning
- 2022-02-02 08:48:17下载
- 积分:1
-
WINDOWS CE 的资料
WINDOWS CE 的资料-information WINDOWS CE
- 2022-01-31 03:17:37下载
- 积分:1
-
hey check everyone for this file which i have placed based on the digital signal...
hey check everyone for this file which i have placed based on the digital signal processing
- 2022-05-25 17:55:47下载
- 积分:1
-
软件精彩教程《网页配色方案
软件精彩教程《网页配色方案-excellent tutorial software "page color schemes
- 2023-08-10 08:40:04下载
- 积分:1
-
Introduction Architecture usb, usb to programming for a very good utility
介绍usb体系结构,对于进行usb编程有很好的效用-Introduction Architecture usb, usb to programming for a very good utility
- 2022-07-05 13:59:53下载
- 积分:1
-
“C++编程专家”经典的持久编程书籍!重复…
《C专家编程》经典不衰的c编程好书!一再改版!大师顶级力作!-"C Programming experts" classic lasting c programming books! Repeatedly facelift! Top Masters Masterpiece!
- 2022-02-14 07:15:47下载
- 积分:1
-
ADS中文手册 RealView 编译工具 -入门指南.pdf
ADS中文手册 RealView 编译工具 -入门指南.pdf-ADS Chinese manual RealView compilation tools- Getting Started Guide. Pdf
- 2022-05-14 18:19:10下载
- 积分:1
-
Java Garage 一本 Sun 出的好书,只不过是英文版的啊!~
Java Garage 一本 Sun 出的好书,只不过是英文版的啊!~-Java Garage one of the books to the Sun, is the only English ah! ~
- 2022-02-02 21:55:33下载
- 积分:1
-
中文和英文计算机术语
Chinese and English computer terminology
- 2022-01-22 11:45:31下载
- 积分: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