-
C++.NET教程
C++.NET教程-C++. NET Tutorial
- 2022-08-15 22:22:51下载
- 积分:1
-
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库...
本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。类库参考1-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the
- 2022-07-26 19:34:31下载
- 积分:1
-
GCC Chinese manual pages from GNU C compiler complete document, limited to expla...
GCC中文手册页内容摘自GNU C编译器的完整文档,仅限于解释选项的含义.-GCC Chinese manual pages from GNU C compiler complete document, limited to explain the meaning of options.
- 2022-01-28 08:35:13下载
- 积分:1
-
Principles of Embedded Operating System
嵌入式操作系统原理---Windows+CE-Principles of Embedded Operating System-Windows+ CE
- 2022-01-26 04:08:43下载
- 积分:1
-
VC. Depth detailed code VC. Depth detailed code
VC.深入详解code VC.深入详解code-VC. Depth detailed code VC. Depth detailed code
- 2022-06-26 11:31:54下载
- 积分:1
-
IBM推出Eclipse入门手册,希望对大家有帮助,请重新…
IBM推出的eclipse入门手册,希望对大家有所帮助,请参考。
- 2022-05-21 05:52:48下载
- 积分:1
-
陈建春的利用vc开发GIS的源代码,可以编译
陈建春的利用vc开发GIS的源代码,可以编译-CHEN Jian-chun development of GIS use vc source code can be compiled
- 2022-04-10 02:46:34下载
- 积分:1
-
《TCP/IP详解,卷1:协议》是一本完整而详细的TCP/IP协议指南。描述了属于每一层的各个协议以及它们如何在不同操作系统中运行。...
《TCP/IP详解,卷1:协议》是一本完整而详细的TCP/IP协议指南。描述了属于每一层的各个协议以及它们如何在不同操作系统中运行。-《TCP/IP Detailed, Volume 1: The agreement》is a complete and detailed TCP/IP protocol guidelines. Describe each level belonging to the various agreements and how they run on different operating systems.
- 2022-06-16 04:33:28下载
- 积分:1
-
一个很好的VC实例教程书籍,通过它你可以更容易轻松的入门
一个很好的VC实例教程书籍,通过它你可以更容易轻松的入门-This is an VC book that can help you a lot to learn VC
- 2022-02-03 05:00: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