-
摄影测量前方交会采用VisualBasic编写
摄影测量前方交会采用VisualBasic编写-Photogrammetry forward intersection using VisualBasic to prepare
- 2022-01-22 13:29:59下载
- 积分:1
-
100例Visual C++实用源书,精心挑选的100编程…
Visual C++ 实用程序100例随书源码,精心选取了100个编程实例,分别讲叙了窗体与界面,图形处理与多媒体,文件与系统,网络与数据库,控件以及其他一些应用.-Visual C++ Utility source book with 100 cases, carefully selected 100 programming examples, respectively讲叙the form and interface, graphics and multimedia, documents and systems, networks and databases, control and other applications .
- 2023-04-02 18:30:04下载
- 积分: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
-
控件大小随窗口变化
控件大小随窗口变化-control with the size of the window changes
- 2022-03-13 04:40:38下载
- 积分:1
-
窗口下的子进程。纤维线的建立
windows下的子进程的范例。建立fiber thread。-child process under windows example. the establishment of fiber thread
- 2022-03-19 11:20:35下载
- 积分:1
-
一个餐饮关系系统,包括源码,系统说明,用SQL Server作为后台数据库...
一个餐饮关系系统,包括源码,系统说明,用SQL Server作为后台数据库-The relationship between a food system, including source code, the system shows
- 2022-06-03 14:41:54下载
- 积分:1
-
can do c language Training procedures.
可以做c语言的实训程序。-can do c language Training procedures.
- 2022-05-22 18:03:51下载
- 积分:1
-
C/S架构简单例
VS2010 编译,简单对VC++ 可以帮助初学者了解代码。
应用程序向导已为您创建了这个 Server 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。
本文件概要介绍组成 Server 应用程序的每个文件的内容。
Server.vcxproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
- 2022-03-15 23:11:05下载
- 积分:1
-
聊天程序的客户端,还有服务器在后面
聊天程序的客户端,还有服务器在后面-chat program and the client, the server behind
- 2022-06-17 17:21:02下载
- 积分:1
-
source profiles : recursive query document examples can be specified directory i...
源码简介:采用递归查询文件的例子,可以查询指定目录下的符合条件的文件,可以搜索文件中的字符串-source profiles : recursive query document examples can be specified directory inquiries eligible documents, document search string
- 2022-10-29 13:45:03下载
- 积分:1