1.bitbltԴ?源码任务单源码?
2.求一个能实现屏幕水波纹效果的vb代码
bitbltԴ??
恰好有一个:
#include "stdafx.h"
#include <stdio.h>
#include <math.h>
//�办跑计��
HINSTANCE hInst;
HBITMAP chess[2];
HDC hdc,mdc,bufdc;
HWND hWnd;
DWORD tPre,tNow;
int board[][];
bool ptab[][][];
bool ctab[][][];
int win[2][];
int num[2];
bool turn,over;
int winner;
//ㄧΑ��
ATOM MyRegisterClass(HINSTANCE hInstance);
BOOL InitInstance(HINSTANCE, int);
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
void MyPaint(HDC hdc);
void InitGame();
void ComTurn();
//****�祘Α
2024-11-19 01:54
2024-11-19 01:41
2024-11-19 01:39
2024-11-19 01:01
2024-11-19 00:58
2024-11-19 00:54
2024-11-18 23:53
2024-11-18 23:51