-
Visual C++. NET Database Developer' s Guide 2
Visual C++.NET 数据库开发指南2-Visual C++. NET Database Developer" s Guide 2
- 2023-05-26 03:05:04下载
- 积分:1
-
包括一个简单的计算器和一个图像滤波程序
包括一个简易计算器和一个图像过滤两个程序-Includes a simple calculator and an image filter two procedures
- 2022-04-25 17:33:43下载
- 积分:1
-
这个是一个切分程序窗口的程序!利用它你可以将程序窗口切分成你想要的任意布局...
这个是一个切分程序窗口的程序!利用它你可以将程序窗口切分成你想要的任意布局
-This is a segmentation of the program window! You can use it to program window you want to cut into any layout
- 2022-08-04 01:13:58下载
- 积分:1
-
这个小程序用于解锁注册表,虽然很小,但很实用。网上看到许多文件都说用.reg文件修改注册表的值可解锁注册表,那种方法是不用的,所以编了这个小软件。...
这个小程序用于解锁注册表,虽然很小,但很实用。网上看到许多文件都说用.reg文件修改注册表的值可解锁注册表,那种方法是不用的,所以编了这个小软件。-procedures for the small to unlock the registry, although small, but practical. Read said many documents used. Reg registry files can unlock the value of the registry, which is not, so part of the small software.
- 2022-09-24 13:25:03下载
- 积分:1
-
访 XP
界面
访 XP
界面-Visit XP interface
- 2023-07-06 08:30:05下载
- 积分:1
-
HelixAAC解码器
Helix AAC音频解码器源代码,音质不过,速度挺快!稍后会上传对应的编码器代码,敬请配合使用!
- 2023-01-14 06:50: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
-
这是一个运用c语言实现运动会排列名次的小程序
这是一个运用c语言实现运动会排列名次的小程序-This is a use of c Language Games ranked applet
- 2022-04-24 07:18:59下载
- 积分:1
-
这个程序用labview模拟温度信号并且显示出来,程序简洁高效
这个程序用labview模拟温度信号并且显示出来,程序简洁高效-This procedure using LabVIEW and analog temperature signal is displayed, the program simple and efficient
- 2022-02-01 06:51:09下载
- 积分:1
-
基于Agent技术的人工智能交通系统仿真,java实现的具体代码
基于Agent技术的人工智能交通系统仿真,java实现的具体代码-Agent-based artificial intelligence traffic system simulation, java code to achieve a specific
- 2022-07-19 03:18:28下载
- 积分:1