-
c++bulider参考手册源码
c++bulider参考手册源码-c bulider reference manual FOSS
- 2022-01-25 23:30:55下载
- 积分:1
-
ORACLE OCI 开发帮助 good
ORACLE OCI 开发帮助 good-Assist the development of ORACLE OCI
- 2022-02-04 19:51:45下载
- 积分:1
-
Hou Jie, the actual translation c++ Electronic version, but only three chapters,...
侯捷翻译的实战c++电子版,不过只有前三章,虽然不完整,但很值得学习-Hou Jie, the actual translation c++ Electronic version, but only three chapters, although incomplete, but it is worth learning
- 2023-02-20 02:45:04下载
- 积分:1
-
Think_in_C
Think_in_C
- 2022-09-05 05:15:02下载
- 积分:1
-
PCB a simple tutorial, simple PCB introduced the function and use.
一个简单的PCB教程,简单明了的介绍了PCB的功能和使用方法.-PCB a simple tutorial, simple PCB introduced the function and use.
- 2022-03-21 18:00:51下载
- 积分:1
-
这是最新的图书数据库的发展,渴望学习Java…
这是关于EJB3.0开发的最新书籍,对于渴望学习EJB3.0的开发人员来说,是一本很有参考价值的书。不过美中不足的是英文版的,希望大家喜欢。-This is the development of databases on the latest books, eager to learn for Java developers, it is a good reference book. But the fly in the ointment is the English version, I hope you like them.
- 2022-02-11 12:32:09下载
- 积分:1
-
design_patterns_elements_of_reusable_object_oriented_software
It s a book of design patterns that
describes simple and elegant solutions to specific problems in object-oriented software design. Design
patterns capture solutions that have developed and evolved over time. Hence they aren t the designs
people tend to generate initially. They reflect untold redesign and recoding as developers have struggled
for greater reuse and flexibility in their software. Design patterns capture these solutions in a succinct
and easily applied form.-Design_Patterns_Elements_Of_Reusable_Object_Oriented_Software
- 2022-01-27 15:50:53下载
- 积分: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
-
这是一本关与标准建模语言UML及其支持环境的文档
这是一本关与标准建模语言UML及其支持环境的文档-This is a clearance with the UML and its support of environmental documents
- 2022-01-25 22:55:17下载
- 积分:1
-
c traps and pitfalls introduced C
c traps and pitfalls
介绍C语言中常犯的一些错误,并如何避免他们-c traps and pitfalls introduced C-frequently committed some mistakes, and how to avoid them
- 2023-08-27 23:15:03下载
- 积分:1