-
类似于 MSC 的字符串处理功能模块 类似于 MSC 的字符串处理功能模块 ...
类似于 MSC 的字符串处理功能模块 类似于 MSC 的字符串处理功能模块 -Similar to the MSC of the string processing function module similar to the MSC of the string processing function modules
- 2022-03-20 11:01:50下载
- 积分:1
-
一个条形码生成程序,可以生成CODE128,CODE39,EAN13,EAN8和…
一个条形码生成程序,可以生成 CODE128,CODE39,EAN13,EAN8等类型的条形码. 无需其他控件,演示程序支持预览和复制到剪切板等功能.-a generating programm of bar code ,it can generate CODE128,CODE39,EAN13,EAN8 and so on.it need none other components,and can showing programm regists preview and copy to clipboard.
- 2022-05-12 16:48:06下载
- 积分: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
-
控制面板中的页
add page in control panel
- 2022-04-18 12:57:14下载
- 积分:1
-
电力系统用支路电流的求解。在各种电力系统计算中都会使用,极其重要...
电力系统用支路电流的求解。在各种电力系统计算中都会使用,极其重要-Analysing circuits from branchs.Applied in solving power system problems.
- 2022-11-15 05:00:02下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
数字转换为中文大写代码段
数字转换为中文大写代码段-converted to digital code of the Chinese capital
- 2023-07-04 21:50:03下载
- 积分:1
-
一个分页是存储器管理模型
一个分页是存储器管理模型-Paging is a memory management model
- 2022-08-15 21:52:13下载
- 积分:1
-
这是一本关于C++的基础教程,里面有大量的源程序代码,可供参考
这是一本关于C++的基础教程,里面有大量的源程序代码,可供参考-This is the one on the C++ The Basic Course, which has a large number of source code is available for reference
- 2022-10-30 17:45:03下载
- 积分:1
-
该程序可以用来图形化监控本地某些进程的情况,同时也可以控制这些进程...
该程序可以用来图形化监控本地某些进程的情况,同时也可以控制这些进程-the procedure can be used for graphical monitoring some local process, but can also control these processes
- 2022-06-02 14:53:31下载
- 积分:1