-
一个用MFC写的打印框架程序
一个用MFC写的打印框架程序,有打印,打印预览的功能,界面是用对话框写的,用户可根据自的需要在打印函数里编辑打印界面。好用,功能还比较完善。打印缩放里面的工具栏功能需要自己添加
- 2022-03-23 16:52:53下载
- 积分: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
-
四轴飞机固件 stm32
四轴无人机开源固件源码,无遥控固件.这个源码非常好.我已经在使用了.
- 2022-11-27 11:10:03下载
- 积分:1
-
FFT.DLL,快速傅立叶算法,使用于多种语言环境
FFT.DLL,快速傅立叶算法,使用于多种语言环境-FFT.DLL, Fast Fourier algorithm, for use in multi-lingual environment
- 2022-01-28 17:42:35下载
- 积分:1
-
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第5章源程序!...
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第5章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 5 source!
- 2022-01-22 05:04:11下载
- 积分:1
-
该函数将显示GUI选择正方形或长方形的部分
This functions displays GUI for selecting square or rectangular part
of the input image IMG. To perform selection user must click mouse twice:
at two corners of the selection area.
User can change the shape at any moment, even when first point is set,
unless it is not forbidden by additional parameters.
Use also cam change the way the selection area is calculated
from the two selected points.
Depending on the combination of the shape and mode it could be
- 2022-06-20 05:16:04下载
- 积分:1
-
DIY一块廉价的51串行编程器
DIY一块廉价的51串行编程器-DIY a cheap 51 UART programme device
- 2022-11-20 03:25:03下载
- 积分:1
-
鼠标位置显示
鼠标位置跟踪显示能实时的显示鼠标在屏幕上的坐标,以X=,Y=的形式显示出来。当鼠标一移动,位置坐标便会跟踪。
- 2023-06-07 12:50:03下载
- 积分:1
-
Price for testing price in course java
Price for testing price in course java
- 2022-03-12 20:05:17下载
- 积分:1
-
一个好用的增强型文件搜索工具,可以指定目录搜索,搜索…
一个很好用的增强型文件搜索工具,可以指定搜索目录,搜索关键字(包含/排除)。支持二次(多次)搜索。 尤其适用于源代码查找、修改。-a good use of enhanced document search tools, can specify search directory, search keyword (inclusion/exclusion). Support II (times) search. Particularly applicable to the search for the source code, modify.
- 2022-05-17 21:09:15下载
- 积分:1