-
计算机控制系统
计算机控制系统--原理与设计,经典教材中译本。当年研究生时用的教材。-Computer Control System Theory and Design, a classic textbook translation. Year post-graduate teaching materials used.
- 2022-02-06 00:46:18下载
- 积分:1
-
一份关于MP4文件格式的资料,对解析MP4文件有很大帮助。
一份关于MP4文件格式的资料,对解析MP4文件有很大帮助。-A report on the MP4 file format information on the MP4 file parsing of much help.
- 2022-02-27 05:53:16下载
- 积分:1
-
java线程入门教程,涉及线程基本知识,显浅易懂.
java线程入门教程,涉及线程基本知识,显浅易懂.-Tutorial java threads, involving a basic knowledge of threading, simple and understandable.
- 2023-01-02 18:25:03下载
- 积分:1
-
asp programming entirely manual for novice! Where there were numerous examples a...
asp编程完全手册,适合新手!里面有大量实例和详细介绍,相信是你入门的好帮手!-asp programming entirely manual for novice! Where there were numerous examples and detailed information, I believe that your entry is a good helper!
- 2022-03-04 05:58:37下载
- 积分:1
-
大学时期的计算机课程设计――压缩和解压文件
大学时期的计算机课程设计――压缩和解压文件-university computer courses designed-- document compression and decompression
- 2022-01-30 22:44:17下载
- 积分:1
-
C language tutorial completely resolve PDG format. Need to install the reader
C 语言完全解析教程
pdg格式.需安装阅读器-C language tutorial completely resolve PDG format. Need to install the reader
- 2023-02-21 00:55:04下载
- 积分:1
-
医学图像,遥感图像拼接以及在工业中的应用,是一本很不错的书,希望对做拼接的朋友有所帮助...
医学图像,遥感图像拼接以及在工业中的应用,是一本很不错的书,希望对做拼接的朋友有所帮助-Medical images, remote sensing image mosaic, as well as in industrial application, is a very good book, and they hope to make friends help splicing
- 2022-05-06 18:18:49下载
- 积分: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
-
看书名就知道了 MFC经典问答,但由于上载文件不能含中文名字 所以直接了MFC,书中详细介绍了一些问题的解决方式...
看书名就知道了 MFC经典问答,但由于上载文件不能含中文名字 所以直接了MFC,书中详细介绍了一些问题的解决方式-Watch the title will know the classic MFC quiz, but can not upload files with Chinese names so direct the MFC, the book details a number of problem solving
- 2022-09-07 11:40:04下载
- 积分:1
-
This book based on the organizational structure of the kernel source code for al...
本书基于内核的组织结构源代码,对所有核心程序和文件的注释和详细说明,非常有用。
- 2022-05-16 23:25:50下载
- 积分:1