-
利用C++编写的种子填充算法
利用C++编写的种子填充算法-prepared seed filling algorithm
- 2022-01-22 03:15:58下载
- 积分:1
-
A realy good ebook for begiiners in thread programming
A realy good ebook for begiiners in thread programming
- 2022-06-15 17:39:30下载
- 积分:1
-
任何设计类(如点式,人民币类、学生等)的设计要求…
任意设计一个类(比如point类、RMB类、Student类等),要求
在类设计中对流操作符""进行重载。在主程序中声明5个该
类的对象,然后将这5个对象分别以文本格式和二进制格式保存到当前目录的zrf.dat文件和zrf.bin中,之后再
以字符方式和二进制方式从文件中读取数据存储到另外5个临时对象中并输出。-Any design of a class (eg point type, RMB class, Student, etc.) require the design of convection in the class operator " " " " and " " " " to overload. In the main program contains a statement to five such objects, then these five objects were in text format and binary format to the current directory zrf.dat documents and zrf.bin in manner and after the characters from the file in binary mode read data is stored to another five temporary object and output.
- 2023-08-17 00:25:04下载
- 积分:1
-
Windows下的XServer实现,需要cygwin或者MingW环境来编译。
Windows下的XServer实现,需要cygwin或者MingW环境来编译。
-Windows under XServer realized the need cygwin or MinGW environment to compile.
- 2023-05-23 01:00:04下载
- 积分:1
-
这是个时钟程序。
这是个时钟程序。-This is a clock program.
- 2022-04-15 18:41:24下载
- 积分:1
-
Some form code, C++ Prepared, very practical! I hope there is help for beginners...
一些窗体代码,C++编写的,很实用!希望对初学者有帮助!来源INT。-Some form code, C++ Prepared, very practical! I hope there is help for beginners! Source INT.
- 2022-02-04 15:15:58下载
- 积分:1
-
evc MFC下实现文字滚动效果 AU1250下通过测试
evc MFC下实现文字滚动效果 AU1250下通过测试-evc MFC to achieve the effect of text scrolling through the test AU1250
- 2022-01-23 10:56:30下载
- 积分:1
-
用 C++编写简单的语句,实现输出 N重二进制码!
用 C++编写简单的语句,实现输出 N重二进制码!-Using C++ to prepare a simple statement, re-N achieve output binary code!
- 2022-03-18 20:06:09下载
- 积分:1
-
CSDN上下载的源码:用MFC做得类似Excell的简单电子表格。写的很规范。
推荐一下。...
CSDN上下载的源码:用MFC做得类似Excell的简单电子表格。写的很规范。
推荐一下。-CSDN download the source code: Use MFC to do a similar Excell a simple spreadsheet. Written in a very standardized. Recommended about.
- 2023-01-08 01:45:03下载
- 积分:1
-
Qt4连连看
#include "widget.h"
#include
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.show();
return a.exec();
}
- 2023-04-28 14:15:04下载
- 积分:1