-
Jinshan drug tyrants like the interface development of small procedures, to demo...
仿金山毒霸的界面开发的小程序,向大家展示了,如何美化程序的手段-Jinshan drug tyrants like the interface development of small procedures, to demonstrate how to beautify a means of procedures
- 2023-09-05 20:35:03下载
- 积分:1
-
(九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是...
(九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。 -----------VC完整应用程序代码-(JiuGongTu) in a 3 3 JiuGongTu are 1-8 this August and the number of a random display spaces in which the grid yard. Now demands of the problem : this Jiugongge adjusted to the squad as shown in Figure 1-1 forms. Adjusted rules : Each will only spaces (upper and lower, or left and right), a number of adjacent spaces- were moved. Test Programming Solution of this problem.----------- VC complete application code
- 2022-05-31 10:30:23下载
- 积分:1
-
把快捷方式的文件的路径,使用IShellLink。
怎样获取快捷方式所指向的目标文件名? HRESULT hres IShellLink* psl HRESULT hres IShellLink* psl char szGotPath[MAX_PATH] char szDescription[MAX_PATH] WIN32_FIND_DATA wfd OleInitialize(0) hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl) if (SUCCEEDED(hres)) { IPersistFile* ppf hres = psl->QueryInterface(IID_IPersistFile, (void**)&ppf) if (SUCCEEDED(hres)) { WCHAR wsz[MAX_PATH] char lpszLinkFile[MAX_PATH] //这里存放的是快捷方式的路径 if(MultiByteToWideChar(CP_ACP, 0, lpszLinkFile, -1, wsz, MAX_PATH)==0) return hres = ppf->Load(wsz, STGM_READ) if (SUCCEEDED(hres)) { hres = psl->Resolve(m_hWnd, 0) if (SUCCEEDED(hres)) { hres = psl->GetPath(szGotPath, MAX_PATH, (WIN32_FIND_DATA*)&wfd, SLGP_SHORTPATH)-Get the path file of the Shortcut, using IShellLink.
- 2023-07-15 01:10:03下载
- 积分:1
-
利用c++builder编程控制
利用c++builder编程控制-use programming control
- 2022-06-01 14:05:03下载
- 积分:1
-
图片存入取出 FROM SQL
之间的转化,简单上手,,,,
WELCOME TO DOWNLOAD...
图片存入取出 FROM SQL
之间的转化,简单上手,,,,
WELCOME TO DOWNLOAD-Remove the picture into between the FROM SQL transform, simple to use,,,, WELCOME TO DOWNLOAD
- 2022-10-11 03:55:03下载
- 积分:1
-
用VC编写的程序,憨豆的眼睛,很有趣的。看看吧
用VC编写的程序,憨豆的眼睛,很有趣的。看看吧-VC prepared by the procedure, like the bean eyes, very interesting. Let"s see it
- 2022-12-25 08:20:03下载
- 积分:1
-
这个简单的C++源码的战舰游戏。
This the simple C++ source of Battle Ship game.
- 2022-01-26 07:42:57下载
- 积分:1
-
获取当前机器中可用的COM端口数量!
获取当前机器中可用的COM端口数量!-access to the current machine available COM port count!
- 2023-01-24 10:25:04下载
- 积分:1
-
WordPad source code to achieve all the functionality of WordPad. Very good
写字板的源代码,实现写字板的所有功能.非常不错-WordPad source code to achieve all the functionality of WordPad. Very good
- 2023-01-15 12:10:04下载
- 积分:1
-
This book is meant to help the reader learn how to program in C. It contains a t...
This book is meant to help the reader learn how to program in C. It contains a tutorial
introduction to get new users started as soon as possible, separate chapters on each major
feature, and a reference manual. Most of the treatment is based on reading, writing and
revising examples, rather than on mere statements of rules. For the most part, the examples
are complete, real programs rather than isolated fragments. All examples have been tested
directly from the text, which is in machine-readable form. Besides showing how to make
effective use of the language, we have also tried where possible to illustrate useful algorithms
and principles of good style and sound design.
- 2022-01-28 21:40:08下载
- 积分:1