-
写文件 写文件
写文件 写文件-written document written document
- 2022-03-14 11:22:42下载
- 积分:1
-
五子棋 C程序
GoMoKu
(Connect-5) is a chess game. The game board is a 10´10 grid area, as shown
below. The rules are:
·
The game is for two players, one with black stone and
the other with white stone. The .GIF files for background, black stone and
white stone can be downloaded with this assignment sheet.
·
The game alternates from one player to the other.
Each player makes his move by clicking the small square on his chess board. A
stone (black or white) will immediately appear on the display of both
sides.
· &
- 2023-04-17 13:05:04下载
- 积分:1
-
包含从源source中拷贝n个字节到目标destin中,在数组的前n个字节中搜索字符 ,移动一块字节,拷贝字节等等小程序...
包含从源source中拷贝n个字节到目标destin中,在数组的前n个字节中搜索字符 ,移动一块字节,拷贝字节等等小程序-contains source from the source copy n bytes to target destin, in the array of n-byte characters search, a mobile byte, copy bytes and other small applications
- 2022-01-26 04:41:28下载
- 积分:1
-
北大ACM试题poj 第3057题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3057题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3057 question Question poj source code, good code, and want to help students engage in ACM
- 2022-08-24 17:04:45下载
- 积分:1
-
内存修改
#ifndef _SEARCH_THREAD_H_
#define _SEARCH_THREAD_H_
#define PROCESS_SIZE 1000 // 进程条的最大值
#define THREAD_NUM 1 // 搜索内存线程个数
#define WM_FIND_MEMORY (WM_USER + 1) // 找到搜索数值
#define WM_FIND_PROGRESS (WM_USER + 2) // 搜索进度
#define WM_SEARCH_FINISH (WM_USER + 3) // 搜索线程完成
#define SEARCH_STRING_MAX_LENGTH 255 // 搜索字符串的最大长度
class CModifyMemoryDlg;
// 搜索线程函数
DWORD WINAPI SearchMemory(LPVOID lpParameter);
// 精确搜索
void EquSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 大于搜索
void GreaterSearch(CModifyMemoryDlg *pDlg, BYTE *lpBuf, MEMORY_BASIC_INFORMATION &mbi);
// 小于搜索
void
- 2022-06-18 16:10:54下载
- 积分:1
-
步进电机的控制程序。用来控制步进电机的正转,反转,加速,减速...
步进电机的控制程序。用来控制步进电机的正转,反转,加速,减速-stepper motor control procedures. Used to control the stepping motor is changed, and inverted, acceleration, deceleration
- 2022-05-20 23:59:31下载
- 积分:1
-
vc用驱动接口开发的,可以禁用usb,光驱,软驱,可以作为动态库使用....
vc用驱动接口开发的,可以禁用usb,光驱,软驱,可以作为动态库使用.-vc-driven interface with development, you can disable the usb, drive, floppy drive, you can use as a dynamic library.
- 2022-05-06 14:25:04下载
- 积分:1
-
可以移动一个线条,并且可以画自定义 的线条
可以移动一个线条,并且可以画自定义 的线条-Can move a line, and can be custom painted lines
- 2023-03-23 04:40:03下载
- 积分:1
-
一个可以在嵌入式平台上面开发的俄罗斯方块程序,速度和画面都还不错。...
一个可以在嵌入式平台上面开发的俄罗斯方块程序,速度和画面都还不错。-An embedded platform in the development of the Russian box above procedures, the speed and screen are pretty good.
- 2022-07-03 03:22:52下载
- 积分:1
-
基于Windows Mobile平台的IrDA红外通信范例
基于Windows Mobile平台的IrDA红外通信范例-Based on the Windows Mobile platform, IrDA infrared communications paradigm
- 2023-06-24 15:10:03下载
- 积分:1