-
statistic算法
statistic算法-statistic algorithm
- 2022-02-12 04:10:29下载
- 积分:1
-
论文《research_and_implement_distributed_intrusion_detection_system_on_mobile_agent...
论文《research_and_implement_distributed_intrusion_detection_system_on_mobile_agent》-Thesis research_and_implement_distributed_intrusion_detection_system_on_mobile_agent
- 2022-02-04 10:24:01下载
- 积分:1
-
这是学习《Data Structures Using C++》 ,中文名字《数据结构
这是学习《Data Structures Using C++》 ,中文名字《数据结构--C++版》的一个源代码,描述双向链表C++源码-This is the study
- 2023-02-14 06:50:03下载
- 积分:1
-
It is an production planning system
It is an production planning system
- 2022-03-20 19:05:33下载
- 积分:1
-
教材:无线传感器网络 清华大学出版社 孙利民
教材:无线传感器网络 清华大学出版社 孙利民-Textbook: wireless sensor networks Li-Min Sun, Tsinghua University Press
- 2022-04-10 19:17:17下载
- 积分: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
-
linux嵌入式应用程序开发详解,是学习linux应用程序开发非常好的教材,通过本书的学习,你可以很快的进行linux应用程序开发。...
linux嵌入式应用程序开发详解,是学习linux应用程序开发非常好的教材,通过本书的学习,你可以很快的进行linux应用程序开发。-linux embedded application development Xiang Jie, linux application development to learn a very good teaching materials and learning through this book, you can quickly conduct linux application development.
- 2023-01-26 09:00:05下载
- 积分:1
-
有关身份认证的安全协议的书籍.kerbros协议的分析与实现.
有关身份认证的安全协议的书籍.kerbros协议的分析与实现.-The security of the authentication protocol books. kerbros Analysis and implementation of the Protocol.
- 2022-04-24 13:24:45下载
- 积分:1
-
对Linux内核的描述重点,与x86的解释,在
重点描述linux内核,附带x86的讲解,深入理解Linux-Focus on description of linux kernel, with x86 explanations, in-depth understanding of Linux
- 2022-01-25 17:44:02下载
- 积分:1
-
Classic C language tutorial, online education from the Shanghai Jiao Tong Univer...
经典C语言教程,本教程来自上海交大网络教育学院,对C语言从基本概念到实际应用进行全方位的讲解,并且每个小节后面都有练习题,对所讲知识进行考核。-Classic C language tutorial, online education from the Shanghai Jiao Tong University School of C-from the basic concept to practical application of a full range of explanations, and each section has a behind the exercises, for talking about knowledge assessment.
- 2022-05-23 18:51:13下载
- 积分:1