-
Beginning Java 2, SDK 1.4 Edition Exercise Code samples for this book
Beginning Java 2, SDK 1.4 Edition Exercise Code samples for this book
- 2023-01-08 10:45:03下载
- 积分:1
-
C++ Primer 3rd Edition 中文完美版
C++ Primer 3rd Edition 中文完美版-C++ Primer 3rd Edition Chinese version of the perfect
- 2022-03-12 02:03:12下载
- 积分:1
-
基于uC
基于uC-OS II的嵌入式安全操作系统的框架设计-UC-OS II-based embedded security framework for the design of operating system
- 2022-06-16 23:38:56下载
- 积分:1
-
20051104调试通过 液晶驱动 采用24m晶振
20051104调试通过 液晶驱动 采用24m晶振-20051104 through the LCD driver debugging using crystal 24m
- 2022-03-06 20:36:20下载
- 积分:1
-
二版C++源程序
Think in C++ 第二版源码-second version in C source
- 2022-05-18 17:44:12下载
- 积分:1
-
For quite a long time, computer security was a rather narrow field of study that...
For quite a long time, computer security was a rather narrow field of study that was
populated mainly by theoretical computer scientists, electrical engineers, and applied
mathematicians.
- 2022-01-24 16:42:01下载
- 积分:1
-
This is the electronic book is on the MOS figures large and ultra
这是本电子书,是关于 MOS 数字大规模及超大规模集成电路,望对大家有所帮助!-This is the electronic book is on the MOS figures large and ultra-large-scale integrated circuits, we hope to help!
- 2022-02-24 11:04:49下载
- 积分:1
-
前一段学习vc时按书上打得一个程序,是一个画图工具。很不错的程序。对学习对话框和控件的使用很有帮助。...
前一段学习vc时按书上打得一个程序,是一个画图工具。很不错的程序。对学习对话框和控件的使用很有帮助。-before a learning vc when beaten by a written procedure is a drawing tool. Very good procedures. On learning and dialog controls the use helpful.
- 2022-07-18 16:05:42下载
- 积分:1
-
<VC++网络游戏建摸与实现>源代码
源代码-lt; VC network games modeling and implementation gt; Source code
- 2022-08-19 19:23:34下载
- 积分: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