登录
首页 » Windows开发 » 5x5 minesweeper, you can edit the width and height of this minesweeper code

5x5 minesweeper, you can edit the width and height of this minesweeper code

于 2022-01-26 发布 文件大小:1.24 kB
0 56
下载积分: 2 下载次数: 1

代码说明:

5x5 minesweeper, you can edit the width and height of this minesweeper code

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 控制面板程序设计-在控制面板上加一个测试组件
    控制面板程序设计-在控制面板上加一个测试组件-control panel program design-in the control panel plus a test suite
    2022-07-14 18:57:30下载
    积分:1
  • 一个线程池的一个类,基本使用如下:
    一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connecti
    2022-07-17 05:14:52下载
    积分:1
  • 基于MFC和STL平台的字符串类,可以快速实现…
    基于MFC和STL平台的字符串类,可以实现在快速字符串搜索-Platform based on the MFC and the STL string class, can be achieved in the fast string search
    2022-04-30 10:30:06下载
    积分:1
  • 有了登陆、注册、添加图书、图书管理等一系列功能…
    具有登陆、注册、添加书籍、管理书籍、电子支付等一系列功能-With the landing, register, add books, management books, a series of features such as electronic payment
    2022-06-03 04:28:56下载
    积分:1
  • MyIE3源码,非常不错的源码,可以在vc6.0下编译通过,里面使用了线程池进行客户端的操作,效率非常高...
    MyIE3源码,非常不错的源码,可以在vc6.0下编译通过,里面使用了线程池进行客户端的操作,效率非常高-MyIE3 source, a very good source, you can compile under vc6.0 through, which uses the thread pool for client operation, efficiency is very high
    2023-02-07 13:30:04下载
    积分:1
  • 视频跟踪很好的代码,基于OpenCV和C++,我认为这是非常重要的…
    很好的视频跟踪代码,用opencv实现,基于c++开发的,个人感觉很好。-Very good code for video tracking,based on opencv and c++,I think it s very important for learners of opencv.
    2023-07-10 14:55:03下载
    积分:1
  • 面向对象程序设计课程实验,关于一个猜数游戏的源码
    面向对象程序设计课程实验,关于一个猜数游戏的源码。很无聊。。。课程作业而已
    2023-01-13 09:10:03下载
    积分:1
  • sniffer工具源码
    综合ping和sniffer,基于vs2010开发,方便对课程作业需求,新手不是很厉害欢迎下载
    2023-02-03 07:00:03下载
    积分:1
  • vc下的多进程程序
    vc下的多进程程序-vc under the multi-process procedures
    2022-01-21 23:00:08下载
    积分:1
  • 人脸识别登陆windows系统的相关代码.
    人脸识别登陆windows系统的相关代码.-Face Recognition System landing windows related code.
    2022-03-20 10:43:15下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载