-
Using VC++6.0 development of a simple calculator, the VC in the process of learn...
使用VC++6.0开发的一个简单的计算器,是自己在学习VC的过程中的一个小小实践。-Using VC++6.0 development of a simple calculator, the VC in the process of learning a little practice
- 2022-08-17 11:13:20下载
- 积分:1
-
this is heartbreaker.
this is heartbreaker.
- 2022-06-29 08:00:45下载
- 积分: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
-
vc开发的多线程聊天软件源码,winsock编程,mfc
vc开发的多线程聊天软件源码,winsock编程,mfc-Network chat program source code, support multithread.
- 2022-02-13 12:20:40下载
- 积分:1
-
一个难得的餐桌管理程序
一个难得的餐桌管理程序-a rare table management procedures
- 2022-04-09 09:27:37下载
- 积分:1
-
Shape context 是一种基于特征的识别算子,其高性能的识别效果使只得到了广泛的应用,这些是学习Shape context 必须要看的一些资料已经自己的...
Shape context 是一种基于特征的识别算子,其高性能的识别效果使只得到了广泛的应用,这些是学习Shape context 必须要看的一些资料已经自己的一些学习总计希望能有所收获-Shape context is a feature-based recognition operator, its high-performance results so that only the recognition has been widely used, these are learning Shape context must be to look at some of the information has been a total of some of their own study hopes to have a harvest
- 2022-09-07 21:45:03下载
- 积分:1
-
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。...
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。-This is a computer equipment testing procedures, programming under vc. For example, detection of the keyboard, when you press the corresponding key when the corresponding interface on the highlighted text will be displayed in red.
- 2022-02-26 11:01:02下载
- 积分:1
-
AppWizard has created this IPAddress application for you. Access to the local ip...
AppWizard has created this IPAddress application for you. 获得本机ip地址-AppWizard has created this IPAddress application for you. Access to the local ip address
- 2022-01-21 05:58:25下载
- 积分:1
-
一个动画图标的显示方法
一个动画图标的显示方法-an animation icon display
- 2023-05-19 21:50:03下载
- 积分:1
-
血管分割
将视网膜血管分为动脉/静脉(A/V)是自动检测血管变化和计算与多种全身疾病(如糖尿病、高血压和其他心血管疾病)相关的特征体征的一个重要阶段。本文提出了一种基于视网膜血管图像分析的自动A/V分类方法。该方法根据每个相交点的类型对整个维管树进行分类
- 2022-01-21 23:54:14下载
- 积分:1