-
一个书城项目
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
-
Simulation
Simulation-assisted Routing Protocol Design
- 2023-02-10 10:45:03下载
- 积分:1
-
关于简单网络管理SNMP的电子书籍,详细描述了SNMPv1/v2/v3的相关内容...
关于简单网络管理SNMP的电子书籍,详细描述了SNMPv1/v2/v3的相关内容-This is an ebook about SNMP.
- 2022-01-26 18:36:37下载
- 积分:1
-
该程序用于控制16*64的点阵,可以让他左右移动,也可以上下移动...
该程序用于控制16*64的点阵,可以让他左右移动,也可以上下移动-The program used to control 16* 64 dot matrix that lets him move around, you can move up or down
- 2022-07-11 15:14:07下载
- 积分:1
-
很全的程序员面试手册,有C,数据库,数据结构以及网络等知识。...
很全的程序员面试手册,有C,数据库,数据结构以及网络等知识。-Is the whole interview programmers manual, there are C, databases, data structures and networks of knowledge.
- 2023-02-01 19:30:05下载
- 积分:1
-
微软的企业文化内容!
微软的企业文化内容!-Microsoft s corporate culture content!
- 2022-01-20 22:51:11下载
- 积分:1
-
软件设计师教程,对准备参加软考的人应该帮助
软件设计师教程,对准备参加软考的人应该帮助-Software architect tutorial on preparing for the soft test should help people who
- 2022-11-28 06:10:04下载
- 积分:1
-
项目
Project-Management
- 2023-01-01 01:30:03下载
- 积分:1
-
对IQ接收器最重要的两个参数,即I和Q两路分量之间的幅度一致性和相位正交性,可采
用如下办法计算:把I、Q 两路信号分别作FFT ,找出频域内信号的幅度,...
对IQ接收器最重要的两个参数,即I和Q两路分量之间的幅度一致性和相位正交性,可采
用如下办法计算:把I、Q 两路信号分别作FFT ,找出频域内信号的幅度,即可算得两路分量的幅度一
致性 把I、Q两路信号合成一个复数信号,作FFT ,对得到的频谱求镜像抑制比(即频域内的信号与信号镜像的幅度比) ,通过镜像抑制比和幅度一致性,可求出接收机的I和Q两路分量之间的相位正交性。-IQ receiver for the two most important parameters, namely I and Q components of two-way consistency between the amplitude and phase orthogonality may be adopted calculated using the following method: to I, Q 2 signals, respectively for FFT, to find a frequency domain signal amplitude, can be considered as two-way component caused by the range of 1 the I, Q 2 signals into one complex signal for FFT, the spectrum demand of the received image rejection ratio (ie, frequency domain signal and magnitude of the signal mirror ratio), through the image rejection ratio and extent of consistency, the receiver can be derived I and Q phase between the two-way component orthogonality.
- 2022-06-29 08:38:37下载
- 积分:1
-
介绍AD公司的ADSP218X芯片的直接存储访问的硬件结构,寄存器状态控制,及简单的应用示例...
介绍AD公司的ADSP218X芯片的直接存储访问的硬件结构,寄存器状态控制,及简单的应用示例-AD introduced the ADSP218X chip direct memory access hardware structure, Register state control, and a simple application example
- 2022-01-23 11:12:47下载
- 积分:1