-
识别和矢量化等高线图,可以从光栅实现…
地图中等值线的识别与矢量化,可以实现从栅格地图(目前支持bmp,emf等文件)中获取等值线.GIS工程有用的。-contour map of identification and vectorization, can be achieved from the raster maps (currently supports bmp, catalog, etc.) access contours. GIS projects useful.
- 2022-04-27 19:47:21下载
- 积分: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
-
中国象棋游戏
象棋是一款比较有智商的游戏。适合现代人的娱乐需求,尤其是网络对战,更是大快人心。。
- 2022-09-23 01:40:04下载
- 积分:1
-
Way to use the dialog box used the process of switching. Process, the user can a...
用对话框的方式进行常用进程的开关。进程路径用户可自行添加删除,添加的路径用ini文件存储在硬盘上,以便用户下次启动程序时调用。-Way to use the dialog box used the process of switching. Process, the user can add the path to delete, add the path with the ini files are stored on your hard disk so that users can call next time you start the program.
- 2023-04-23 00:05:04下载
- 积分:1
-
一个通用文档属性程序。
得到普通文件的属性的程序。-a general document attributes procedures.
- 2023-04-13 20:45:03下载
- 积分:1
-
delphi 版的 语音自动应答系统。TAPI学习。
delphi 版的 语音自动应答系统。TAPI学习。-delphi version of the automatic voice response system. TAPI learning.
- 2022-01-26 03:55:05下载
- 积分:1
-
Parzen窗法应用概率密度函数估计问题。
应用Parzen窗法估计样本的概率密度函数;
估计样本为标准正态分布和均匀分布;-Application of Parzen window method estimates the probability density function of the sample estimated sample standard normal distribution and uniform distribution
- 2022-04-14 21:33:56下载
- 积分:1
-
ndissniffer代码
NdisSniffer code-NdisSniffer code
- 2022-08-15 09:05:35下载
- 积分:1
-
这是一个文本框得到焦点的实例.适合初学者的对文本筐的了解...
这是一个文本框得到焦点的实例.适合初学者的对文本筐的了解-This a text box to be the focus of the case. For beginners to understand the text Crash!
- 2023-01-07 23:35:03下载
- 积分:1
-
JSP学生信息管理系统毕业设计包含源代码和论文及PPt
基于JSP的学生信息管理系统,开发平台MyEClipse数据库sqlserver 2000 ,该程序包含学生,教师,管理员三个功能模块,学生可以选课,登录,查询,还有个人信息,教师可以选择学生,公布分数,等管理员可以管理学生,和教师,进行怎删改查等操作
- 2022-03-25 12:39:12下载
- 积分:1