-
阅读了著名的代码源代码的洞察力编辑软件插件
著名的代码阅读编辑软件source insight的插件,可以在source insight上显示文件的tab-Read the famous code source insight editing software plug-ins, you can display file source insight of the tab
- 2022-01-24 08:47:08下载
- 积分:1
-
实现飞机飞行的模拟,利用空气动力学原理实现飞机飞行时,空气流的模拟。...
实现飞机飞行的模拟,利用空气动力学原理实现飞机飞行时,空气流的模拟。-Of aircraft flight simulation, the use of aerodynamics to achieve flight, air flow simulation.
- 2022-02-22 04:18:49下载
- 积分:1
-
AppWizard has created this TCPServer application for you. This application
not...
AppWizard has created this TCPServer application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
- 2022-11-13 01:40:03下载
- 积分:1
-
温度控制程序,在设计中经常会用到的程序,可以做为参考
温度控制程序,在设计中经常会用到的程序,可以做为参考-Temperature control procedures, in the design process is often used, can be used as reference
- 2022-03-12 14:58:28下载
- 积分:1
-
二维无网格伽辽金法简单例子程序
二维无网格伽辽金法简单例子程序-2D-EFGM simple example Act procedures
- 2022-01-20 23:10:43下载
- 积分:1
-
精品管理
应用背景它是一切的bouteq处理可管理精品管理工程关键技术这是与MS ACESS数据库很容易理解
- 2023-03-17 22:50:03下载
- 积分:1
-
软件在线升级系统,介绍了系统注册、站点建立、软件升级等内容...
软件在线升级系统,介绍了系统注册、站点建立、软件升级等内容-Software online upgrade system, introduction of the system register, the site-building, software upgrades, etc.
- 2022-03-16 14:38:44下载
- 积分:1
-
用API写的音频捕捉与播放程序,结构简单,容易重用
用API写的音频捕捉与播放程序,结构简单,容易重用-this pragram is use api to captrue and playing sound,the contruction easy,and also easy to reuse
- 2022-04-30 12:37:00下载
- 积分: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
-
http://www.vckbase.com /代码
http://www.vckbase.com/code
- 2022-03-10 10:44:30下载
- 积分:1