-
vc的电子书,经典。
vc的电子书,经典。-vc of e-books, classics.
- 2022-03-03 15:47:02下载
- 积分:1
-
高斯03chinesemanual
Gaussian 03ChineseManual
- 2022-09-14 14:25:03下载
- 积分:1
-
c 语言标准与实现。主要介绍了C99标准以及其实现。
c 语言标准与实现。主要介绍了C99标准以及其实现。-c language standards and implementation. Mainly introduces the C99 standard and its implementation.
- 2022-07-23 16:41:22下载
- 积分:1
-
Wi-Fi Simple Config,又名Wifi Protected Setup。是为了用户快速方便使用WiFi安全特性而制定的一种工作方式。-Wi-Fi Simple Config, also known as Wifi Protected Setup. Is for users to quickly and easily using the WiFi security features and the development of a work.
- 2023-04-25 05:45:03下载
- 积分:1
-
关于一些IT公司c语言的笔试或面试试题。
关于一些IT公司c语言的笔试或面试试题。-c
- 2022-09-02 14:10:03下载
- 积分:1
-
CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件...
CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件-CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
- 2022-08-17 20:02:35下载
- 积分:1
-
这本书提供了java开发短,专注于代码,很容易…
this book offers java develops short,focused on pieces of code that are easy to incorporate into other programs.
- 2022-04-30 00:07:13下载
- 积分:1
-
Many
多体量子态的可分性 和纠缠度量.nh -Many-body quantum state of the separability and entanglement measure. Nh
- 2022-11-18 18:20: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
-
EasyDraw is a simple drawing software, the examples in this chapter will introdu...
EasyDraw是一个简单的绘图软件,这个实例会综合运用本章所介绍了Visual C++ 2005的基础知识。EasyDraw拥有以下功能:
1.直线、矩形、椭圆的绘制。
2.可以更改绘制线条的类型、宽度、颜色。-EasyDraw is a simple drawing software, the examples in this chapter will introduce the integrated use of the Visual C++ 2005 the basic knowledge. EasyDraw have the following features: 1. Linear, rectangular, oval drawing. 2. You can change the type of drawing lines, width, color.
- 2022-09-11 00:05:03下载
- 积分:1