-
一个操作系统必须和作为它的基础的硬件系统紧密配合。操作系统需要使用一些只有硬件才能提供的功能。为了完整的了解 Linux ,你需要了解底层硬件的基础知识。本章对...
一个操作系统必须和作为它的基础的硬件系统紧密配合。操作系统需要使用一些只有硬件才能提供的功能。为了完整的了解 Linux ,你需要了解底层硬件的基础知识。本章对于现代 PC 的硬件进行了解说。-and as its hardware system based on the close tie. The operating system only need to use some of the hardware in order to provide the function. To complete understanding of Linux, you need to understand the underlying hardware of the knowledge base. This chapter for the modern PC hardware to know.
- 2022-06-18 14:36:33下载
- 积分:1
-
Wavelet maximum frequency of choice, one of the classic paper discusses in great...
最大频率选择的小波实现的经典论文之一,论述非常详尽.-Wavelet maximum frequency of choice, one of the classic paper discusses in great detail.
- 2023-05-25 09:05:04下载
- 积分:1
-
DataWindow Object 的几个有用的属性
DataWindow Object 的几个有用的属性-DataWindow Object several useful properties
- 2022-05-15 20:26:54下载
- 积分:1
-
UML帮助文档,是学习UML不可缺少的
UML帮助文档,是学习UML不可缺少的-UML help documentation is indispensable to learn the UML
- 2022-01-24 13:48:06下载
- 积分:1
-
通信协议,宽带多
通讯协议,多带激励宽带语音编码 -Communication protocol, broadband multi-band excitation speech coding
- 2022-06-12 22:16:02下载
- 积分:1
-
C language tutorial completely resolve PDG format. Need to install the reader
C 语言完全解析教程
pdg格式.需安装阅读器-C language tutorial completely resolve PDG format. Need to install the reader
- 2023-02-21 00:55:04下载
- 积分:1
-
高质量程序设计指南C加加语言,很有用的,包括编程初级及提高方面,有理论,开发环境和技巧性的东西。...
高质量程序设计指南C加加语言,很有用的,包括编程初级及提高方面,有理论,开发环境和技巧性的东西。-High-quality programming guide C Gaga language, very useful, including primary and enhance programming, some theory, the development environment and techniques of East and West.
- 2022-01-26 06:12:43下载
- 积分:1
-
精华手册收集了看雪软件安全论坛 2007.1.1
精华手册收集了看雪软件安全论坛 2007.1.1 - 2007.12.31 期间的精华内容,共700余篇文章。
-Manual collection of essence to see the snow software security forum 2007.1.1- 2007.12.31 essence of the contents of the period, a total of more than 700 articles.
- 2022-02-07 06:17:19下载
- 积分:1
-
介绍jsp的详细文档,内容不错的,可以学到好多
介绍jsp的详细文档,内容不错的,可以学到好多-jsp on the detailed documentation, as well, a lot can be learned
- 2022-04-23 16:51:21下载
- 积分: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