-
这个c++程序拥有计算器的一些基本功能,初学c++的朋友可以下载...
这个c++程序拥有计算器的一些基本功能,初学c++的朋友可以下载-The c++ program has some of the basic calculator functions, beginner c++ to see if a friend can be downloaded
- 2022-01-26 02:26:27下载
- 积分:1
-
各种实时操作系统与windowsce性能的对比,可以发现windowsce的优缺点...
各种实时操作系统与windowsce性能的对比,可以发现windowsce的优缺点-compare all kinds of realtime operation system with windows ce ,you can find the advantages and disadvantages of windows ce.
- 2022-01-24 18:43:41下载
- 积分:1
-
Great book from G.Satter
Great book from G.Satter - Solving new complex tasks on C++.-Great book from G.Satter- Solving new complex tasks on C++.
- 2022-02-20 08:43:10下载
- 积分:1
-
分布式中的组件应用
分布式中的组件应用-the Distributed Component Application
- 2022-08-25 17:44:16下载
- 积分: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
-
这是继Effective C++后的一本书,More Effective C++主要讲解了一些效率,异常等问题。...
这是继Effective C++后的一本书,More Effective C++主要讲解了一些效率,异常等问题。-This is the second Effective C++ After a book, More Effective C++ Mainly on a number of efficiency, anomalies and other issues.
- 2022-10-23 15:20:03下载
- 积分:1
-
Windows Mobile 平台应用开发一书所带示例源代码
Windows Mobile 平台应用开发一书所带示例源代码-Windows Mobile application development platform, the book brought the example source code
- 2023-03-13 15:30:05下载
- 积分:1
-
mapxtremes网站源码
这是我公司的源代码mapxtreme
- 2023-03-31 06:15:05下载
- 积分:1
-
[综合]资源文件使用MFC的运行环境:Win9X文件…
[综合类]使用资源文件的MFC程序 运行环境: win9x 文件大小: 67Kb 软件等级: ★★★★★ 软件类别: 国产软件 添加时间: 2004-10-31 8:04:26 软件语言: 简体中文-[Comprehensive] use of resources documents MFC running environment : win9x File Size : 67Kb software Grade : People Buranee software categories : domestic software add Time : 2004-10-31 8:04:26 software language : English
- 2022-02-01 00:45:54下载
- 积分:1
-
印刷电路板仿真操作系统
模拟操作系统的PCB操作-PCB simulation operating system operation
- 2022-08-19 02:21:58下载
- 积分:1