-
With vc++ Development Usb programming interface documentation detailing
用vc++开发Usb接口编程的详细文档
- 2023-05-26 15:30:02下载
- 积分:1
-
机械工业出版社出版由(美)Bruce Eckel编写的 Thinking in C++(英文版。第2版,电子版...
机械工业出版社出版由(美)Bruce Eckel编写的 Thinking in C++(英文版。第2版,电子版 -Mechanical Industry Press by the (U.S.) Bruce Eckel prepared Thinking in C++ (English version. 2nd edition, electronic version of the
- 2022-03-19 15:14:53下载
- 积分:1
-
GPU programming guide
It is an important document for the gpu learner. Contain...
GPU programming guide
It is an important document for the gpu learner. Contain the infrastructure and programming module of GPU
- 2022-02-20 06:54:48下载
- 积分:1
-
关于介绍第四代IP技术和第六代IP技术的一本好书
关于介绍第四代IP技术和第六代IP技术的一本好书-introduced the fourth generation of IP technology and the sixth-generation IP technology a good book
- 2022-03-20 13:08:17下载
- 积分:1
-
本事例:帮助理解MFC窗口通信全局变量的使用
本事例:帮助理解MFC窗口通信全局变量的使用-This example: help to understand MFC Global Variables window for the use of communications
- 2022-01-25 15:39:04下载
- 积分:1
-
精彩的计算机网络教程
精彩的计算机网络教程-brilliant computer network Guide
- 2022-01-22 11:20:05下载
- 积分:1
-
JDBC入门中文文档,看了就知道了,还不得不写这个,郁闷
JDBC入门中文文档,看了就知道了,还不得不写这个,郁闷 -JDBC Introduction to Chinese documents, read on to know, and also had to write this, depressed
- 2022-06-20 21:28:02下载
- 积分:1
-
全面讲解VC中ADO技术
全面讲解VC中ADO技术-fully explain the VC ADO
- 2022-01-21 19:24:01下载
- 积分: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
-
gcc 编译器参考大全
gcc 编译器参考大全-gcc compiler reference Daquan
- 2022-05-15 06:16:19下载
- 积分:1