HCKC
HCKC
关注数: 6
粉丝数: 30
发帖数: 539
关注贴吧数: 2
自制“内存泄漏”小助手 内存太多,用不着?快来试试本“内存泄漏”小助手,轻松占用您的多余内存没啥技术含量,属于无聊写着玩类型的程序,无非MessageBox罢了,程序大小也就1KB左右,看着像病毒,杀软或许也报毒,不过其实也不算是病毒,无非就是想要关闭时繁琐了点 PS:内存泄漏那家强,中国山东找蓝翔 http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fpan.baidu.com%2Fs%2F1hqmVZ96&urlrefer=70e9497b9c2f2f16f527857b3047690c
求助,关于VC++游戏贴图的问题。 最近在学VC++游戏贴图,学到了把前景图贴到背景图上。 我分别准备了一张背景图(HBITMAP bm;)和一张前景图(HBITMAP gril;),两个都是全局变量。 还定义了一个HDC类型的变量(HDC mdc;)用来存储兼容的DC 运行时两张图片均在窗口中出现( 可是一最大化,最小化(重绘时),只剩下前景图(gril),背景图(bm)不见了,请问要怎么改才能使重绘时两张图片都成功贴出来 在 InitInstance函数中代码如下: BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) { HWND hWnd; HDC hdc; hInst = hInstance; // 将实例句柄存储在全局变量中 hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, NULL, NULL, hInstance, NULL); if (!hWnd) { return FALSE; } ShowWindow(hWnd, nCmdShow); UpdateWindow(hWnd); hdc=GetDC(hWnd); mdc=CreateCompatibleDC(hdc); HBITMAP bm=(HBITMAP)LoadImage(NULL,L"1.bmp",IMAGE_BITMAP,1280,880, LR_LOADFROMFILE); HBITMAP gril=(HBITMAP)LoadImage(NULL,L"2.bmp",IMAGE_BITMAP,640,960, LR_LOADFROMFILE); SelectObject(mdc,bm); BitBlt(hdc,0,0,1280,880,mdc,0,0,SRCCOPY); SelectObject(mdc,gril); BitBlt(hdc,0,0,640,960,mdc,0,0,SRCCOPY); ReleaseDC(hWnd,hdc); return TRUE; } 在消息响应函数中写下代码如下 case WM_PAINT: hdc = BeginPaint(hWnd, &ps); SelectObject(mdc,bm); BitBlt(hdc,0,0,1280,880,mdc,0,0,SRCCOPY); SelectObject(mdc,gril); BitBlt(hdc,0,0,640,960,mdc,0,0,SRCCOPY);// TODO: 在此添加任意绘图代码... EndPaint(hWnd, &ps); break;
你最希望谁当吧主?
转贴:美军投资研制量子隐身材料 可使士兵处于隐身_纵横吧 现在连隐身衣都实现了,看来离强AI诞生也不远了 美军投资研制量子隐身材料 可使士兵处于隐身_纵横吧_百度贴吧转自:http://tieba.baidu.com/p/2039027703#0-tieba-1-2800-7eff13ea8df1a334a227e1223f8d0dd3
【H2O2】百度首页肿么了?
人工智能(AI)、Lisp、Scheme、Prolog等电子书合集下载BT种子 人工智能(AI)、Lisp、Scheme、Prolog等电子书合集下载BT种子 Artificial Intelligence : Bayesian networks : Dynamic Bayesian Networks Representation, Inference And Learning - Kevin Patrick Murphy Learning Bayesian Networks - Neapolitan R. E. computer vision : Computer Modeling and Simulation Techniques for Computer Vision Problems - Ming-Chin Lu Computer Vision - Linda Shapiro Computer Vision 2d ed - Dand h Ballard Computer Vision A Modern Approach - Forsyth , Ponce Computer Vision and Applications A Guide for Students and Practitioners - Bernd Jahne Feature Extraction in Computer Vision and Image Processing - Mark S. Nixon Fundamentals of Computer Vision - Mubarak Shah Handbook of Computer Vision Algorithms in Image Algebra, 2nd Ed - Gerhard X. Ritter Handbook of Computer Vision and Applications Volume 1 Sensors and Imaging - Bernd Jahne Handbook of Computer Vision and Applications Volume 2 Signal Processing and Pattern Recognition - - Bernd Jahne Handbook of Computer Vision and Applications Volume 3 Systems and Applications - Bernd Jahne Handbook Of Mathematical Models In Computer Vision - Nikos Paragios Multiple View Geometry in Computer Vision 2ed - Hartley R., Zisserman A Vision with Direction A Systematic Introduction to Image Processing and Computer Vision - Josef Bigun Evolutionary computation : Data Mining Using Grammar Based Genetic Programming and Applications - Wong, Cheung Evolutionary Computation for Modeling and Optimization - Daniel Ashlock Evolutionary computation, vol.1 basic algorithms and operators - Baeck T., Fogel D.B., Michalewicz Z Evolutionary computation, vol.2 advanced algorithms and operators - Baeck T., Fogel D.B., Michalewicz Z FRONTIERS OF EVOLUTIONARY COMPUTATION - Anil Menon Genetic Programming An Introduction On the Automatic Evolution of Computer Programs and its Applications - Morgan Kaufmann Genetic programming Complex adaptive systems - Koza J.R. Genetic Programming Theory and Practice II - John Koza The Handbook of Evolutionary Computation - Kenneth De Jong Fuzzy systems : FLEXIBLE NEURO-FUZZY SYSTEMS Structures, Learning and Performance Evaluation - Leszek Rutkowski Fusion Of Neural Networks, Fuzzy Systems And Genetic Algorith***akhmi C. Jain , N.M. Martin Fuzzy Control Systems Design and Analysis A Linear Matrix Inequality Approach - Kazuo Tanaka, Hua O. Wang Fuzzy Logic in Embedded Microcomputers and Control Systems - Walter Banks Fuzzy Sets And Fuzzy Information Granulation Theory - lotfi Zadeh FUZZY SETS AND FUZZY LOGIC Theory and Applications - GEORGE J. KLIR , BO YUAN Fuzzy Sets And Systems Theory And Applications - Didier Dubois , Henri Prade FUZZY SETS AND THEIR APPLICATIONS TO COGNITIVE AND DECISION PROCESSES - Lotfi A. Zadeh , King-Sun Fu Neuro-Fuzzy and Soft Computing A Computational Approach to Learning and Machine Intelligence - Jyh-Shing Roger Jang Simulating Continuous Fuzzy Systems - James J. Buckley General : Advances in Applied Artificial Intelligence - John Fulcher
【H20】神奇,大家有木有注意到打C++就会进C吧 C++变成了C(空格)(空格),进去后就是C吧了
好吧受打击了,为毛在这吧发帖十有八九都神奇的消失了
哦,四级了,发个贴水一下
气到吐血,这下载速度,无语了
1
下一页