-
IEC60870
IEC60870-5-101规约的挪威版本实现-IEC60870-5-101 of the Norwegian version of the statute to achieve
- 2022-10-07 04:50:03下载
- 积分:1
-
《struts入门教程》的源代码part2(公两部分),大家有时间可以...
《struts入门教程》的源代码part2(公两部分),大家有时间可以
- 2023-02-08 11:25:05下载
- 积分:1
-
利用空间的普通克立格法插值方法。PDF
普通Kriging法在空间内插中的运用.pdf-Ordinary Kriging interpolation method in the use of space. Pdf
- 2023-07-09 12:55:03下载
- 积分:1
-
2008 ACM World Final Problem Sets
2008 ACM World Final Problem Sets
- 2022-08-23 14:17:37下载
- 积分:1
-
Chinese J2EE Tutorial, you can learn more about the content of J2EE is a unique...
J2EE中文教程,可以详细了解J2EE的内容,是JAVA自学者的不可多得的好教程-Chinese J2EE Tutorial, you can learn more about the content of J2EE is a unique JAVA自学者good tutorial
- 2023-01-08 14:40:04下载
- 积分:1
-
一本VB编程高级源,学生可以直接下载
国防工业部VB高级编程源码,有该书的同学可以直接下载-senior VB programming source, a book, the students can directly download
- 2023-06-25 04:50:04下载
- 积分:1
-
最近在研究c#,找到了一个不错的网页,下载下来给大家
最近在研究c#,找到了一个不错的网页,下载下来给大家-recent studies c#, and found a good website, downloaded from us look at
- 2022-01-24 16:09:19下载
- 积分:1
-
计算机是网络的一个课程设计。文件传输&聊天
里面是WORD类型(包含源代码)...
计算机是网络的一个课程设计。文件传输&聊天
里面是WORD类型(包含源代码)-Is a computer network curriculum design. File transfer & chat there is a WORD type (including source code)
- 2022-03-19 14:08:47下载
- 积分:1
-
很好的学习C语言程序的例子,里面有00多个程序吧,希望给大家带来帮助。...
很好的学习C语言程序的例子,里面有00多个程序吧,希望给大家带来帮助。-the paper is good for you!
- 2022-01-22 02:26:06下载
- 积分: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