-
这是模拟集成电路的分析与设计英文原版书的中文翻译
这是模拟集成电路的分析与设计英文原版书的中文翻译-This is the analog integrated circuit analysis and design of the Chinese translation of the English original book
- 2022-01-30 22:07:36下载
- 积分:1
-
学习C语言的宝典,是可更进一步了解C语言。
学习C语言的宝典,是可更进一步了解C语言。-The book to learn C language, is a better understanding of C language.
- 2022-02-04 15:38:59下载
- 积分:1
-
程序员杂志2003年第一期
程序员杂志2003年第一期-programmers magazine in 2003 the first period
- 2022-04-22 10:25:35下载
- 积分: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
-
关于DNS,FTP,WWW,DHTP服务器的架设
关于DNS,FTP,WWW,DHTP服务器的架设-on DNS, FTP, WWW, the erection DHTP server
- 2022-06-03 04:59:36下载
- 积分:1
-
VS自带教程,菜单[帮助]/目录/Visual Studio .NET/Visual Basic和Visual C#/参考/C#语言规范....
VS自带教程,菜单[帮助]/目录/Visual Studio .NET/Visual Basic和Visual C#/参考/C#语言规范.-VS comes with tutorials, menu [help]/directory/Visual Studio .NET/Visual Basic and Visual C#/Reference/C# Language specification.
- 2023-08-25 04:20:03下载
- 积分:1
-
《高效MIDP编程中文版》
《高效MIDP编程中文版》-"efficient MIDP programming Chinese version of"
- 2023-01-11 00:10:04下载
- 积分:1
-
debug编程的教程
debug编程的教程-debug Programming Guide
- 2022-03-20 00:59:36下载
- 积分:1
-
详细描述了手机里面的软件运行流程,对手机的MMI(人机界面)开发很有帮助!...
详细描述了手机里面的软件运行流程,对手机的MMI(人机界面)开发很有帮助!-detailed description of mobile phone software running inside the flow of cell phone MMI (man-machine interface) development of useful!
- 2022-07-26 00:14:02下载
- 积分:1
-
莫拉维克算子的Visual C++程序实现
Moravec算子Visual C++实现程序-Moravec Operator Visual C++ implementation procedures
- 2022-07-25 19:07:13下载
- 积分:1