-
DOS下的fc文件比较工具,自动输出文件差异。
DOS下的fc文件比较工具,自动输出文件差异。-fc under the DOS file comparison tools, automatic output files difference.
- 2022-04-30 12:07:54下载
- 积分:1
-
Maven is a project to replace the ant configuration management tool, this book i...
Maven 是取代ant的项目配置管理工具,本书是maven的最详细的用法描述-Maven is a project to replace the ant configuration management tool, this book is a maven of the most detailed description of the usage of
- 2022-03-23 19:19:33下载
- 积分:1
-
xml
读写xml文档,并可以在编码间相互转换,UTF-8-xml
- 2022-06-11 12:57:35下载
- 积分:1
-
可以在word中加入一个小插件,通过这个源码,可以对如何在word中做插件有帮助。...
可以在word中加入一个小插件,通过这个源码,可以对如何在word中做插件有帮助。-Word can add a small plug-in, through this source, you can do on how to plug in the word of help.
- 2022-07-22 08:20:10下载
- 积分:1
-
Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用Del...
Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用DelphiBinBrcc32.EXE来 编译生成一个.RES的文件,有了这个文件才能把资源编译到软件中去。 可是如果要加入一大批资源,要加入30个位图和20个光标的话,就要在.RC文件中一 行行加入要用的资源,比较麻烦。我是个懒人,所以自已写了这个能自动批量帮你完 成这个任务的工具,可以非常方便的生成.RES资源文件。 注意:由于Borland的Brcc32.EXE不能识别包含有空格和汉字的路径,所以你的资源来 源路径和保存路径不要带有空格和汉字,否则不能建立.RES的文件。-Delphi resources to generate tool I often join in the proceedings of many resources, for example : voice, bitmaps, cursors, etc., can make more software features. One can establish their own. RC paper, and then spend the Delphi bin Brcc32.EXE to build a generation. RES document, the document can have the resources to build software. But if a large number of resources to join, to join the 30-bit map and the cursor 20, then we should. RC paper lines to join with the resources, and trouble. I was lazy, so own writing this volume will automatically help you complete this task tool, it is easy generation. RES resource files. Note : Due to Borland"s Brcc32.EXE not include
- 2022-02-11 10:57:06下载
- 积分:1
-
Wince network time synchronization procedures. Terminal will function as local t...
Wince网络时间同步程序。功能为将终端本地时间与网络上某台服务器的时间同步。-Wince network time synchronization procedures. Terminal will function as local time with a network time server synchronization.
- 2022-03-13 01:49:56下载
- 积分:1
-
基于POCS算法的图像超分辨重建
利用POCS算法即凸集投影算法及序列图像进行超分辨重建,通过预估图像、运动估计及投影算子的约束限制进行图像重建,重建比例为1比2,通过增加图像分辨率达到提高图像质量的效果
- 2022-04-07 17:24:19下载
- 积分:1
-
the code to teach you how to make your VB string manipulation and the C language...
这个代码教你如何使你在VB中的字符串操作和C语言实现的一样快!
-the code to teach you how to make your VB string manipulation and the C language as fast!
- 2022-04-01 05:05:00下载
- 积分:1
-
auto resize controls
auto resize controls
- 2023-03-09 18:30:03下载
- 积分: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