-
该MFC参考含盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容。...
该MFC参考含盖了Microsoft基本类库中的类、全局函数、全局变量和宏的内容。
-The MFC reference covers the Microsoft Foundation Class in the class, global function, global variables and macro elements.
- 2022-01-24 18:22:13下载
- 积分:1
-
这是一本C++面向对象多线程编程的好书籍,里面讲述了如何C++多线程编程技术,讲了多有的同步技术....
这是一本C++面向对象多线程编程的好书籍,里面讲述了如何C++多线程编程技术,讲了多有的同步技术.-This is a C++ Multithreaded object-oriented programming a good book, which describes how to C++ Multi-threaded programming techniques, many have talked about synchronous technology.
- 2022-01-26 08:31:13下载
- 积分:1
-
VB program design Exercises
VB程序设计自测题-VB program design Exercises
- 2023-03-01 03:20:03下载
- 积分:1
-
希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!...
希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!-hope I upload these things can be programmed to engage in a little small to help programmers! Thank you!
- 2023-05-11 00:20:05下载
- 积分: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
-
Strongly recommended: C language function Daquan, a good C language programming...
强烈推荐:C语言函数大全,很好的C语言编程资料,欢迎下载!-Strongly recommended: C language function Daquan, a good C language programming information, please download!
- 2023-07-23 10:45:08下载
- 积分:1
-
packaged source code, online database server installation and configuration IISW...
打包源代码,实现数据库在线安装与IISWeb服务器的配置-packaged source code, online database server installation and configuration IISWeb
- 2022-10-17 02:00:05下载
- 积分:1
-
有关C++面向对象的源代码
有关C++面向对象的源代码-the C object-oriented source code
- 2022-10-27 07:30:04下载
- 积分:1
-
《MATLAB时尚百例实例》实例26
《MATLAB时尚百例实例》实例26-69
- 2022-03-19 10:25:59下载
- 积分:1
-
针对数字化音乐教学的需要,提出了基于VB环境开发五线谱作曲工具...
针对数字化音乐教学的需要,提出了基于VB环境开发五线谱作曲工具-Digital music teaching for the needs of the environment based on the development of VB tools for music composition
- 2023-06-21 09:00:02下载
- 积分:1