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-29 21:17
2024-11-29 20:24
2024-11-29 19:27
2024-11-29 19:06
2024-11-29 18:51
2024-11-29 18:48