-
widestudio 编程程序员手册,内容详细,容易上手
widestudio 编程程序员手册,内容详细,容易上手-Programming widestudio programmers manual, detailed and easy to use
- 2023-01-17 23:10:03下载
- 积分:1
-
网络监控软件Vc6
网络监控软件Vc6 -Network monitor system, VC++6 source code.
- 2022-02-09 21:32:58下载
- 积分:1
-
Windows ce的一本非常好的教程 windowce
Windows ce的一本非常好的教程 windowce-Windows ce of a very good tutorial windowce
- 2023-06-11 08:10:03下载
- 积分:1
-
NT Event Log Writer
NT Event Log Writer - how to write event into Widnows event log using this tool-NT Event Log Writer- how to write event into Widnows event log using this tool
- 2022-02-06 01:16:00下载
- 积分:1
-
这是一个udp的服务器程序
这是一个udp的服务器程序-This is a process server udp
- 2022-09-22 02:10:03下载
- 积分:1
-
对BMP图像进行边缘检测,采用的方法用Robert,Canny。还可以进行Hough变换,轮廓跟踪...
对BMP图像进行边缘检测,采用的方法用Robert,Canny。还可以进行Hough变换,轮廓跟踪-BMP image of the edge detection method used by Robert, Canny. Also be used for Hough transform, contour tracking
- 2022-01-31 16:26:19下载
- 积分:1
-
通用的工资管理系统使用版,采用PB9.0和 SQL 2000 开发,适用于简单的工作....
通用的工资管理系统使用版,采用PB9.0和 SQL 2000 开发,适用于简单的工作.-general wage use version management system using SQL 2000 PB9.0 and development, applied to a simple task.
- 2023-08-17 07:50:06下载
- 积分: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
-
虽然说生成随机数大家都知道.但是要生成指定长度.指定字符组合.随机率在1/2000000.就难了.这是我在做充值卡时写的用来生成充值时写的随机数生成器.也是原创...
虽然说生成随机数大家都知道.但是要生成指定长度.指定字符组合.随机率在1/2000000.就难了.这是我在做充值卡时写的用来生成充值时写的随机数生成器.也是原创吧.在网上找了一堆不满意,只好自己写了.-generated random number is known to all. However, to generate a specified length. Designated character portfolio. Random rates in the 1/2 million. Very difficult. This is my doing prepaid card was used to generate the recharging time to write the random number generator. It is also original. On the Internet to find a heap of dissatisfied, but his writing.
- 2022-09-15 15:20:04下载
- 积分:1
-
C + + 日历
这是一个C++库,实现计算任何日期,如任何一天,任何一个月,任何一年。图书馆有五类,包括C日历组,C节,C月,C年和C日期。
- 2022-01-25 21:55:00下载
- 积分:1