-
由于涉及图片的显示,所以我采用MFC进行编程。由于MFC封装了win32的许多APIAPI,所以可以不用考虑很多操作的细节,而专注于图像的处理。...
由于涉及图片的显示,所以我采用MFC进行编程。由于MFC封装了win32的许多APIAPI,所以可以不用考虑很多操作的细节,而专注于图像的处理。-because of the pictures, so I used MFC programming. As the MFC Packaging many APIAPI win32, so it is not necessary to consider many details of the operation, and focus on image processing.
- 2022-02-10 07:49:18下载
- 积分:1
-
这个源代码在Visual Basic 6为数据记录在Excel的新版本。
This the sorce code in Visual Basic 6 for the data logging in Excel new version. -This is the sorce code in Visual Basic 6 for the data logging in Excel new version.
- 2022-07-17 07:18:07下载
- 积分:1
-
在 Visual Basic 中的数独游戏
数独,最初被称为数字位置,是基于逻辑的数字 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 14:00:22下载
- 积分:1
-
本软件可通过微机并口向用户提供多达12路的标准TTL脉冲信号,同时可进行5路的标准TTL脉冲信号的波形显示。 软件的使用方法极为简单。输出信号时,只要选中或取消...
本软件可通过微机并口向用户提供多达12路的标准TTL脉冲信号,同时可进行5路的标准TTL脉冲信号的波形显示。 软件的使用方法极为简单。输出信号时,只要选中或取消引脚号,就能在相应的引脚得到相应的脉冲信号(统一为选中为高电平,取消为低电平),“清零”按钮为对应该组的所有信号清零。 输入信号的波形显示,按“开始”按钮为开始进行显示,“停止”为暂停。 在设置面板中,“数据读入时间间隔”为读入时间的设定。“并行打印端口设置”为显示微机中存在的可用打印端口,并可以设定本软件当前要使用的端口(如只有一个可用端口,就为缺省端口,如有多个可用端口软件自动选择最后一个可用端口为当前使用端口)。 -This software is available through computer parallel port to provide users with up to 12 standard TTL pulse signal path, while the standard 5-way can be TTL pulse signal waveform display. The software is extremely simple to use. The output signal, as long as the select or cancel the pin number, the corresponding pin will be able to get a corresponding pulse signal (uniform selected as high as the abolition of the low), "Clear" button for the right should be group cleared all signals. Input signal waveform display, click "Start" button to begin to display, "stop" for pause. In the settings panel, "data read time interval" to read into the time settings. "Parallel printer port settings" to show the e
- 2022-03-24 03:25:37下载
- 积分:1
-
Visual Basic for learning beginner
Visual Basic for learning beginner
- 2022-01-25 15:29:00下载
- 积分: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
-
刚学编程,多多指教
刚学编程,多多指教-just learning programming, exhibitions
- 2022-07-22 17:14:58下载
- 积分:1
-
SRTP上位机程序
MICROSOFT 基础类库: SRTPsf 项目概述
应用程序向导已为您创建了这个 SRTPsf 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,
还可作为您编写应用程序的起点。
本文件概要介绍组成 SRTPsf 应用程序的每个文件的内容。
SRTPsf.vcxproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信
息。
SRTPsf.vcxproj.filters
- 2022-06-28 16:06:45下载
- 积分:1
-
呵呵,vb小程序,是个计算器
呵呵,vb小程序,是个计算器-Oh, vb small program is a calculator
- 2022-06-20 22:02:12下载
- 积分:1
-
android+SSH框架学习
android+SSH框架学习,里面有很多小项目,适合初学者学习
- 2022-02-21 07:55:41下载
- 积分:1