-
Visual C++ object
Visual C++面向对象编程教程(第二版)课件。作者:王育坚 -Visual C++ object-oriented programming Tutorial (second edition) courseware. Author: Wang Jian
- 2022-08-15 09:29:23下载
- 积分:1
-
中文手册aspnet
中文手册aspnet- Chinese handbook aspnet
- 2022-03-02 12:39:05下载
- 积分:1
-
历年大学生建模试题:2005年,包括a,b,
c,d四题
历年大学生建模试题:2005年,包括a,b,
c,d四题-calendar year students modeling questions : in 2005, including a, b, c, d Q4
- 2023-09-06 13:45:03下载
- 积分:1
-
Many
多体量子态的可分性 和纠缠度量.nh -Many-body quantum state of the separability and entanglement measure. Nh
- 2022-11-18 18:20:03下载
- 积分:1
-
这是VC++6.0中与串口通信有关的资料,很难找的,希望对大家有帮助...
这是VC++6.0中与串口通信有关的资料,很难找的,希望对大家有帮助-This is the VC 6.0 and serial communication-related information, it is difficult to find, we hope to help
- 2022-03-21 05:05:44下载
- 积分:1
-
MFC 高级编程。该书是英文版的,共有16章,书中有大量的源代码,对大家学习提高很有帮助...
MFC 高级编程。该书是英文版的,共有16章,书中有大量的源代码,对大家学习提高很有帮助-MFC programming. The book is the English version of a total of 16 chapters, the book has a lot of source code, we learn to improve helpful
- 2022-06-28 06:34:38下载
- 积分: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
-
Optimization Tips for actionscript. Enhance the algorithm efficiency.
actionscript 优化技巧。提升算法效率。-Optimization Tips for actionscript. Enhance the algorithm efficiency.
- 2022-07-20 23:41:08下载
- 积分:1
-
股票源代码及说明介绍,摘自ibm develperwork
股票源代码及说明介绍,摘自ibm develperwork-Shares the source code and description introduction, taken from ibm develperwork
- 2022-05-26 09:50:23下载
- 积分:1
-
这是一个我写的ppm的编码器的代码,其中有个计数器没写对,不过总的思路是不错的,供大家借鉴...
这是一个我写的ppm的编码器的代码,其中有个计数器没写对,不过总的思路是不错的,供大家借鉴-this is a ppm comlier,simple,and there is a small error in it which needs to change ,if i rewrite it,i will load it again
- 2022-08-02 16:26:52下载
- 积分:1