-
关于RIL的一点资料,RIL是WM下OS与通信模块的标准接口...
关于RIL的一点资料,RIL是WM下OS与通信模块的标准接口-Point on the RIL data, RIL is the WM module under OS and standard communication interfaces
- 2023-04-02 23:05:04下载
- 积分:1
-
THE.ART.OF.Cpp―C++艺术,Herbert Schildt的全新力作,讲述了c++的新特性和对未来的展望,强烈推荐!...
THE.ART.OF.Cpp―C++艺术,Herbert Schildt的全新力作,讲述了c++的新特性和对未来的展望,强烈推荐!-THE.ART.OF.Cpp-C art, Herbert Schildt"s new work, described c of the new features and vision for the future and strongly recommended!
- 2022-10-18 10:00:03下载
- 积分:1
-
常用的汇编语言算法(C++语言来描述)第三版…
常用算法程序集(c语言描述) 第三版.rar,既有教材又有示例源码,是学习C及其它语言的基础和核心。
-Commonly used algorithm for assembly (c language to describe) the third edition. Rar, both teaching and example source code, is to learn C and other languages and the core.
- 2022-06-16 16:45:39下载
- 积分:1
-
本手册主要向读者介绍IDL图像处理中的应用…
本手册主要向读者介绍IDL在图像处理方面的强大功能。包括如何显示、控制影像和进行信息提取。为帮助读者快速掌握,书中提供了大量直接图形和图形对象的处理实例。-the manual introduces the reader to the main IDL image processing in the powerful functions. Including how that controlling the images and information extraction. To help readers gain a quick, the book provides a lot of direct graphics and graphical object examples of the treatment.
- 2022-09-24 13:30:05下载
- 积分:1
-
摩托罗拉手机JAVA电子书籍,本人制作了好长时间,上传上来供大家共同分享...
摩托罗拉手机JAVA电子书籍,本人制作了好长时间,上传上来供大家共同分享-Motorola mobile Java electronic books, I produced a good long time. Upload onto for everyone to share! !
- 2022-03-25 05:49:45下载
- 积分:1
-
敏捷软件开发,一本很有价值的书籍
敏捷软件开发,一本很有价值的书籍-Agile software development, a very valuable books
- 2023-07-21 17:05:04下载
- 积分:1
-
Flex的中文帮助文档,这个是第2个文件
Flex的中文帮助文档,这个是第2个文件-Flex the Chinese to help document, this is the first two documents
- 2023-03-13 17:20:03下载
- 积分:1
-
本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰...
本书介绍Linux环境下的编程方法,内容包括Linux系统命令、 Shell脚本、编程语言(gawk、Perl)、系统内核、安全体系、X Window等,内容丰富、论述全面,涵盖了Linux系统的方方面面。本书附带光盘包括了RedHat Linux系统的最新版本,及安装方法,还包括本书的大量程序代码,极大地方便了读者,为使用和将要使用Linux系统的技术人员提供了较全面的参考。
-This book describes the programming under the Linux environment, including Linux system commands, Shell scripting, programming language (gawk, Perl), system kernel, security system, X Window and so rich in content and a comprehensive discussion covering a Linux system all its aspects. The book comes with CD-ROM includes the latest version of RedHat Linux systems, and installation methods, but also a large number of program code in this book, which greatly facilitates the reader, in order to use and will be used Linux system technology provides a more comprehensive reference.
- 2023-05-10 22:25:04下载
- 积分: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
-
一篇关于数字水印的文章,很精辟,概念清晰
一篇关于数字水印的文章,很精辟,概念清晰-this is an article about digital watermarking.
- 2022-08-20 21:17:08下载
- 积分:1