-
驱动开发书籍介
是一本书配套的好东西来着
驱动开发书籍介
是一本书配套的好东西来着-books- driven development is a book supporting the good things to a
- 2022-03-22 03:10:02下载
- 积分:1
-
delphi 基础代码经典总集
delphi 基础代码经典总集-classic collection
- 2022-02-05 15:41:41下载
- 积分:1
-
Java2入门经典第一章的源码,因整个太大,故分章上传
Java2入门经典第一章的源码,因整个太大,故分章上传-Java2 introductory first chapter of the classic source for the entire much, the sub-chapter Upload
- 2022-03-01 02:55:06下载
- 积分:1
-
关于CAN-bus 规范V2.0 版本的详尽介绍。
关于CAN-bus 规范V2.0 版本的详尽介绍。-About CAN-bus specification V2.0 version of the detailed description.
- 2023-08-09 04:05:04下载
- 积分:1
-
C++ primer 第三版的习题答案,与书搭配使用。
C++ primer 第三版的习题答案,与书搭配使用。-C++ Primer third edition problem sets, and books for use with.
- 2022-03-04 12:37:23下载
- 积分:1
-
非常好的支持向量机教程,可以实现基本的控制。可以实现一定的控制。特别是对于工业控制有很好的功能。...
非常好的支持向量机教程,可以实现基本的控制。可以实现一定的控制。特别是对于工业控制有很好的功能。-Very good support vector machine tutorial, you can achieve the basic control. Can achieve a certain degree of control. Especially for industrial controls, have a good function.
- 2023-05-29 21:00:04下载
- 积分:1
-
Part2 using C++ Operators
if you are dreading this chapter because you don t...
Part2 using C++ Operators
if you are dreading this chapter because you don t like math_relax.
c++ does all your math for you!it is a miscon ception that you have to be good at math
to understand how to program compters.
- 2023-07-05 20:15:03下载
- 积分:1
-
OOP with Microsoft Basic .NET and Microsoft Visual C Sharp Step by Step
OOP with Microsoft Basic .NET and Microsoft Visual C Sharp Step by Step
- 2022-03-17 12:19:36下载
- 积分: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
-
《面向对象系统设计循序渐进》PDF电子书。
《面向对象系统设计循序渐进》PDF电子书。- Object-oriented system design step-by-step PDF e-book.
- 2022-02-06 19:47:02下载
- 积分:1