-
Matlab tutorial to learn simple, suitable for the cheese has just started learni...
Matlab学习简明教程,适合刚开始学习MATLAB的筒子。-Matlab tutorial to learn simple, suitable for the cheese has just started learning MATLAB.
- 2022-07-14 23:29:24下载
- 积分:1
-
autocad学习的幻灯片 很不错的,
autocad学习的幻灯片 很不错的,-autocad learning slides very good, the laughter
- 2022-04-22 22:05:15下载
- 积分:1
-
西门子s7
西门子s7-200高级培训教材,希望对大家有帮助。-Siemens s7-200 advanced training materials, and they hope to have everyone help.
- 2022-06-30 05:29:15下载
- 积分:1
-
GPS/GSM指挥、调度、管理中心系统
GPS/GSM指挥、调度、管理中心系统-GPS/GSM command, scheduling, system management center
- 2023-04-02 05:45:04下载
- 积分:1
-
《C语言课程设计案例精编》源代码
《C语言课程设计案例精编》源代码-"C language curriculum design case intensive series" source code
- 2023-08-24 08:45:02下载
- 积分:1
-
learning materials containing part of the original code reference for all learni...
部分USB学习资料,内含部分原代码,
供大家学习参考-learning materials containing part of the original code reference for all learning
- 2023-08-03 03:00:02下载
- 积分:1
-
C++ Criticism in English (third edition) PDF Format
C++ 批判 英文版(第三版) PDF格式-C++ Criticism in English (third edition) PDF Format
- 2022-08-05 11:33:55下载
- 积分:1
-
1.通过输入一到四年级学生信息(姓名,学号,性别,以得学分,四级英语成绩).对四年级学生进行查询,确定是否能毕业,是否能取得学位.
2.对所有二年级学生,按...
1.通过输入一到四年级学生信息(姓名,学号,性别,以得学分,四级英语成绩).对四年级学生进行查询,确定是否能毕业,是否能取得学位.
2.对所有二年级学生,按四级英语成绩高低排成链表
- 2022-05-24 12:03:38下载
- 积分:1
-
Learning linux kernel programming Dongdong excellent, award
学习linux内核编程的绝好东东,压箱底的获奖左平-Learning linux kernel programming Dongdong excellent, award-winning pressure bottom left-ping
- 2023-01-29 16:40:03下载
- 积分: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