-
Palm Programming classic book, covering all aspects of the system, interface, me...
Palm 编程的经典书,涉及到系统的方方面面,界面,内存,图形,多媒体,以及和电脑通讯-Palm Programming classic book, covering all aspects of the system, interface, memory, graphics, multimedia, and communications and computer
- 2022-03-01 04:34:43下载
- 积分:1
-
高等数学是学习每一门课程的基础,是编程算法不可缺少的一部分....
高等数学是学习每一门课程的基础,是编程算法不可缺少的一部分.-higher mathematics is the study of each course is based programming algorithm indispensable part.
- 2022-01-25 22:54:17下载
- 积分:1
-
" Craftsmen Notes from" 10 " reset circuit highlights" . Pdf
《匠人手记》10《复位电路集锦》.pdf-" Craftsmen Notes from" 10 " reset circuit highlights" . Pdf
- 2022-08-18 07:02:47下载
- 积分:1
-
将MATLAB窗口画在VC的GUI上
将MATLAB窗口画在VC的GUI上-MATLAB painted on the window of the GUI on VC
- 2022-10-18 20:15:03下载
- 积分:1
-
学习labview必备的教程,我认为很不错,案例都很好,是LabVIEW8.20版本的。...
学习labview必备的教程,我认为很不错,案例都很好,是LabVIEW8.20版本的。-Necessary to learn labview tutorial, I think it is very good, very good case, is LabVIEW8.20 version.
- 2022-01-23 10:59:01下载
- 积分:1
-
经典的Perl Perl的创造者写的经典教材
perl经典教材
perl的创造者写的经典之作
-perl classic perl materials written by the creators of classic
- 2022-05-28 12:29:41下载
- 积分:1
-
100 cases __61
c++时尚编程百例__61-80-100 cases __61-80
- 2022-10-31 00:35:03下载
- 积分:1
-
数字图像处理源码,很详细的介绍了VC在图像处理上的应用,不要错过好东西啊。...
数字图像处理源码,很详细的介绍了VC在图像处理上的应用,不要错过好东西啊。-Digital image processing source code, it is a detailed introduction of the VC in image processing applications, do not miss something good ah.
- 2022-08-20 10:26:53下载
- 积分:1
-
关于C语言进阶学习的参考资料,虽然有点旧,但很有帮助
关于C语言进阶学习的参考资料,虽然有点旧,但很有帮助-Advanced study on the C language reference, although有点旧, but helpful
- 2022-06-29 00:12:47下载
- 积分: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