-
C++ Primer中文版,3号
C Primer 3/e 中文版-C Primer 3/e Chinese version
- 2022-04-07 07:30:21下载
- 积分:1
-
很好的,我朋友花钱买的,希望对java初学者有所帮组
很好的,我朋友花钱买的,希望对java初学者有所帮组-good, I spend money to buy friends, and I hope to have java help beginners group
- 2023-08-03 02:20:03下载
- 积分:1
-
c++ primer是一本非常经典的书,对于c++爱好者来说是必读书目之一...
c++ primer是一本非常经典的书,对于c++爱好者来说是必读书目之一-c++ primer is a very classic book, for c++ enthusiasts is one of the must-read titles
- 2022-02-25 11:18:39下载
- 积分:1
-
挺好的,可以下载看看,在WINDOWS下使用的.绝对精华!宁可错杀,不可放过...
挺好的,可以下载看看,在WINDOWS下使用的.绝对精华!宁可错杀,不可放过- Very good, may download has a look, uses under WINDOWS
Absolute essence! Rather wrong kills, cannot let off
- 2022-04-29 03:13:44下载
- 积分:1
-
web数据挖掘方面非常权威的一本书,网上这方面的书很难找到,这本书是英文版的。...
web数据挖掘方面非常权威的一本书,网上这方面的书很难找到,这本书是英文版的。-web data mining is very authoritative book, online books in this area is hard to find, this book is in English.
- 2023-07-23 23:10:04下载
- 积分:1
-
关于MFC的基本功能的源代码,包括 MFC应用框架,消息处理,通用控件,对话框使用等。第一部分。...
关于MFC的基本功能的源代码,包括 MFC应用框架,消息处理,通用控件,对话框使用等。第一部分。-On the basic functions of MFC source code, including the MFC application framework, information processing, general controls, dialog boxes and so on. The first part.
- 2022-02-14 23:17:38下载
- 积分:1
-
One struts the struts of the book details some basic knowledge of all of us want...
一本struts的电子书 详细介绍了struts的一些基本知识 希望能对大家有帮助!-One struts the struts of the book details some basic knowledge of all of us want to help!
- 2022-02-01 18:36:49下载
- 积分:1
-
大名鼎鼎的thinking in c++的第二版本
中文版翻译的很差,这里是英文版...
大名鼎鼎的thinking in c++的第二版本
中文版翻译的很差,这里是英文版-Famous thinking in c++ The second version of the Chinese version of the translation of the very poor, here is the English version
- 2023-05-20 03:25:03下载
- 积分: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
-
常用windows API函数
常用windows API函数-commonly used windows API function
- 2022-01-26 02:39:44下载
- 积分:1