-
这本书详细地说明了怎么使用C语言来实现面向对象程序设计技术,读过它之后就可以对面向对象技术及C++中的对象布局等概念有比较深入的理解,强烈推荐.附带源码....
这本书详细地说明了怎么使用C语言来实现面向对象程序设计技术,读过它之后就可以对面向对象技术及C++中的对象布局等概念有比较深入的理解,强烈推荐.附带源码.-this book detailed description of how to use C language to realize object-oriented design techniques, after reading it, it can object-oriented technology and C to the object layout concepts have more in-depth understanding and strongly recommended. Fringe source.
- 2022-01-26 07:38:03下载
- 积分:1
-
关于半导体器件最经典的电子书,希望对大家有帮组。
关于半导体器件最经典的电子书,希望对大家有帮组。-On semiconductor devices and classic e-books, and they hope to have everyone help group.
- 2022-05-30 14:00:58下载
- 积分:1
-
Linux
linux驱动编程电子书,很经典的,值得收藏!-linux-driven programming e-books, very classic, and worth collecting!
- 2022-06-21 20:58:32下载
- 积分:1
-
DSP书籍:信号处理与单片机应用
DSP芯片的原理与开发应用
DSP书籍:信号处理与单片机应用
DSP芯片的原理与开发应用-DSP books : signal processing and microcontroller applications DSP theory and application development
- 2022-02-20 18:16:19下载
- 积分:1
-
visual c++ net 网络与通信高级编程范例
visual c++ net 网络与通信高级编程范例-visual c++ net network and communication high-level programming paradigm
- 2023-01-26 17:20:07下载
- 积分:1
-
JS源码,希望对大家有用,里面有很多很好的例子,大家可以参考!...
JS源码,希望对大家有用,里面有很多很好的例子,大家可以参考!-JS source, in the hope that useful to everybody, there are many good examples everyone can refer to!
- 2022-06-02 19:40:33下载
- 积分:1
-
很基本的东西,共享一下
很基本的东西,共享一下-very basic things, sharing what
- 2022-04-28 03:15:57下载
- 积分: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
-
注册表的使用,修改,优化系统性能,一本初学注册表的很好的手册...
注册表的使用,修改,优化系统性能,一本初学注册表的很好的手册-registry use, modify and optimize system performance, a good beginner registry handbook
- 2022-09-16 19:35:03下载
- 积分:1
-
for postgraduate
开题报告,关于研究生开题的一系列指导,强力推荐!-for postgraduate
- 2022-05-16 05:49:30下载
- 积分:1