-
The code is used to output a number of random numbers and design. First of all,...
该代码是用来输出若干个随机数而设计的。首先输入想要输出数据的数量和范围,然后系统就会自动地输出一系列的随机数。-The code is used to output a number of random numbers and design. First of all, enter the number you want to output data and scope of the system will then automatically output a series of random numbers.
- 2022-12-22 20:50:03下载
- 积分:1
-
这是TC4会计管理系统源代码
This TC4 Accounting Management System source code-This is TC4 Accounting Management System source code
- 2023-04-24 03:10:02下载
- 积分:1
-
inteligencia人工
#包括;
- 2022-04-24 20:41:07下载
- 积分:1
-
Wince操作系统下,evc4.0利用ADO3.0连接Access数据库
Wince操作系统下,evc4.0利用ADO3.0连接Access数据库-Wince operating system, evc4.0 use ADO3.0 connect Access database
- 2022-03-22 00:17:11下载
- 积分: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
-
能够将BMP文件直接转化成JPG文件,并且是纯C代码,不用任何的插件。...
能够将BMP文件直接转化成JPG文件,并且是纯C代码,不用任何的插件。-Be able to BMP files directly into JPG files, and is a pure C code, without any plug-ins.
- 2022-03-09 15:11:43下载
- 积分:1
-
选择模型,支持Windows的消息机制,可以作为一份学习Windows i/o模型的文档...
选择模型,支持Windows的消息机制,可以作为一份学习Windows i/o模型的文档-Choice model to support the Windows message mechanism, can be used as a learning Windows i/o model documents
- 2022-04-13 10:03:01下载
- 积分:1
-
阅读了著名的代码源代码的洞察力编辑软件插件
著名的代码阅读编辑软件source insight的插件,可以在source insight上显示文件的tab-Read the famous code source insight editing software plug-ins, you can display file source insight of the tab
- 2022-01-24 08:47:08下载
- 积分:1
-
加密聊天来源:VC IDE
加密聊天源程序 IDE:vc-encrypted chat source IDE : vc
- 2022-01-30 21:56:32下载
- 积分:1
-
contour detection for a binary image
contour detection for a binary image
- 2022-08-10 04:46:24下载
- 积分:1