-
CPP.classes.Tracer
Great code, play with it :)
-xd
- 2010-02-05 04:54:10下载
- 积分:1
-
fun
matlab/simulinkSfunctionC文件例子源码matlab/simulinkSfunctionC文件例子源码dfdfwere(dsfsds)
- 2009-07-09 22:37:35下载
- 积分:1
-
AD9361_cn
AD9361的参考资料,是中文的,便于理解和阅读,加快设计进程。(AD9361 design file,it is in englis,which is easy to read and undstand.)
- 2018-11-06 13:55:55下载
- 积分:1
-
pab
说明: 用动态规划法计算目标函数最小化的优化程序,实用性很强。(Using dynamic programming method to calculate the objective function to minimize the optimization process, are very practical.)
- 2008-11-27 16:56:05下载
- 积分:1
-
WmImages
windows media format 9 for images(nine windows media format for images)
- 2006-06-02 16:21:21下载
- 积分:1
-
AES-CMAC
能够实现AES加密解密的功能,已经过测试可以使用(Enables AES encryption and decryption functions, have been tested can be used)
- 2015-05-07 00:12:18下载
- 积分:1
-
WPFIce-animation
WPF动画演示,实现冰雪效果。在桌面上会出现一个透明窗体,窗体内使用动画技术显示下雪情景。(WPF animation demo, to achieve the effect of snow and ice.)
- 2016-06-08 06:30:35下载
- 积分:1
-
OPENCVIMAGEPROCESS
OPENCV图像处理模板,有界面编程的,以后运用opencv直接在里面填写代码就可以了(OPENCV image processing template, with interface programming, and after using opencv code directly on the inside can be a complete)
- 2010-05-10 16:52:17下载
- 积分:1
-
NS3-Simulations-master
Network Example fot NS3 Simulator
- 2016-09-18 21:50:04下载
- 积分:1
-
拳王八神技能实现
win32编程实现拳王八神的技能释放
//API GDI OpenGL
//-------------------------------------------【包含头文件】--------------------------------------
//描述:包含程序所依赖的头文件
//------------------------------------------------------------------------------------------------
#include
#pragma comment(lib,"winmm.lib") //音乐2步:1.包含库文件
#pragma comment(lib,"Msimg32.lib")
#define WINDOW_TITLE L"八神"
#define WINDOW_CLASS L"为了所有人的IT梦!"
#define WINDOW_WIDTH 800
#define WINDOW_HEIGHT 600
//全局变量
HDC g_hdc = NULL, g_memdc = NULL, g_bufdc = NULL; //全局设备环境句柄
HBITMAP g_hBKBitmap = NULL,g_hBSBitmap = NULL,g_hSkillbmp = NULL;//背景位图
int g_iNum = 0;//标记我们的帧图像的张数
int g_tPre = 0,g_tNow = 0;
int g_flag = 0;
void Game_Paint(HWND hwnd);
BOOL Game_Init(HWND hwnd);
LRESULT CALLBACK WndProc(HWND hwnd, UINT message,WPARAM wParam, LPARAM lParam);
//------------------------------------------【WinMain()函数】-------------------------------------
//描述:Wind
- 2022-02-12 05:32:13下载
- 积分:1