-
游戏编程一直是一个热门,我相信,这本书能很好的帮助你学习...
游戏编程一直是一个热门,我相信,这本书能很好的帮助你学习-Game programming has been a popular, I believe, this book can help you learn the very good!!!!!!!!!!
- 2022-03-19 02:39:12下载
- 积分:1
-
空调手动空调
HVAC Manual ASHRAE-2005
- 2022-01-26 00:08:59下载
- 积分:1
-
J2ME certificate tutorial
J2ME certificate tutorial
- 2022-02-13 07:02:28下载
- 积分:1
-
最新版
thinking in java
- 2022-01-29 00:38:23下载
- 积分:1
-
高级Bash 脚本编程指南,做shell的基础,而且做linux开发的开始...
高级Bash 脚本编程指南,做shell的基础,而且做linux开发的开始-Advanced Bash scripting guide, so the basis of shell, and so the development of the beginning of linux
- 2022-03-12 04:29:09下载
- 积分:1
-
这本书汇集了一些最好的SQL专家
This book has brought together some of the best SQL experts
to address the important issues of writing efficient and cohesive
SQL statements. The topics include using advanced SQL
constructs and how to write programs that utilize complex
SQL queries. Not for the beginner, this book explores
complex time-based SQL queries, managing set operations in
SQL, and relational algebra with SQL. This is an indispensable
handbook for any developer who is challenged with writing
complex SQL inside applications.
- 2023-04-15 15:15:03下载
- 积分:1
-
学习VERILOG 的电子书籍 讲解的简单详细 适合初学者 很好的哦 还是同学传给我的...
学习VERILOG 的电子书籍 讲解的简单详细 适合初学者 很好的哦 还是同学传给我的-verilog
- 2022-11-27 16:05:03下载
- 积分:1
-
tinyos 编程的入门经典教程。献给,正在研究无线传感器的朋友。...
tinyos 编程的入门经典教程。献给,正在研究无线传感器的朋友。-TinyOS Programming Guide Getting Started classic. Dedicated, is studying wireless sensor friends.
- 2022-01-25 16:32:59下载
- 积分:1
-
Thingking in c++第二版,很不错的教材。
Thingking in c++第二版,很不错的教材。-Thingking in c second edition, very good teaching material.
- 2022-02-09 23:55:06下载
- 积分: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