-
将DB文件夹在C时,它使用的基本数据库的ADO数据库…
将db文件夹放在c上发生,它是用VC制作ADO数据库的基本数据库操作
- 2022-10-23 07:15:04下载
- 积分:1
-
“混凝土工厂优化”(“Pimpl惯用法的变化)
Optimization of "Concrete Factories" (variations of the Pimpl idiom)
- 2022-03-12 13:25:28下载
- 积分:1
-
Xp风格的combox控件,支持多例显示数据,功能很好,而且做的十分漂亮,值得研究。...
Xp风格的combox控件,支持多例显示数据,功能很好,而且做的十分漂亮,值得研究。-Xp style Combox controls support multiple cases display the data, function well, but so very beautiful and worthy of research.
- 2023-04-19 03:10:04下载
- 积分:1
-
判断是否有CD在驱动器内
判断是否有CD在驱动器内-determine whether there is any CD in the drive within
- 2022-09-07 12:00:02下载
- 积分:1
-
vb.net做的动态编译并即时执行代码的程序。充分利用了.net的功能,让您的程序可以有更好的互动性。...
vb.net做的动态编译并即时执行代码的程序。充分利用了.net的功能,让您的程序可以有更好的互动性。-vb.net so dynamic and immediate implementation of compiler code procedures. The full use of. Net capabilities, allowing your program can have a better interactive.
- 2023-06-15 01:40:03下载
- 积分:1
-
Code Notebook notebook source code. Rar finally found to support what ah
Code Notebook 代码笔记本 源代码.rar
好不容易找到的,支持一下啊-Code Notebook notebook source code. Rar finally found to support what ah
- 2022-02-26 13:56: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
-
HexText.exe 可以转换代码文件到文本文件
一)可以轻易阅读代码文件
二)可以用比较软件比较代码文件...
HexText.exe 可以转换代码文件到文本文件
一)可以轻易阅读代码文件
二)可以用比较软件比较代码文件
-------
HexText.exe can convert Binary code to txt file.
(1)It is easy to read the binary file
(2)you can use compare software to compare the binary file.
-------
如果有时间愿意分享更多。-HexText.exe code files can be converted to a text file one) can easily read the code files b) Comparison of the software can be compared code files------- HexText. Exe can convert Binary code to txt file. (1) It is easy to read the binary file (2) you can use compare software to compare the binary file .------- If you have time willing to share more.
- 2022-11-29 06:55:03下载
- 积分:1
-
线程的例子
我自己写的
希望最大家有帮助
线程的例子
我自己写的
希望最大家有帮助-thread example, I wrote the most hope we help
- 2022-08-23 11:56:43下载
- 积分:1
-
做个图像直线检测的算法,主要是用来检测图像中的直线,
做个图像直线检测的算法,主要是用来检测图像中的直线,-Make out an arithmatic of checking lines.It is mainly used to check and measure the lines in pictures.
- 2022-03-13 11:59:25下载
- 积分:1