-
AspNetPager分页控件.rar
AspNetPager分页控件.rar-AspNetPager tabbed controls. Rar
- 2023-01-09 14:10:03下载
- 积分:1
-
进程代码
DIV+CSS实例教程
- 2022-06-28 11:50:38下载
- 积分:1
-
edge detection by VC calling matlab image toolbox, pdf tutorial included.
用VC调用matlab图像工具箱进行边缘检测,包含pdf教程。
- 2022-03-12 21:24:16下载
- 积分: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
-
非常好用的U盘量产工具,曾经修复过我身边的多个小U
非常好用的U盘量产工具,曾经修复过我身边的多个小U-U-Disk is very easy to use tool for mass production, has been restored around me more than a small U
- 2022-02-04 00:15:44下载
- 积分:1
-
good code! Oh, we quickly under
好的代码!大家快点下哦-good code! Oh, we quickly under
- 2022-02-05 16:18:59下载
- 积分:1
-
This is a simple game of Tetris procedures, no written procedures for the Notes.
这是一个简单的俄罗斯方块游戏程序,写程序时没有注释.-This is a simple game of Tetris procedures, no written procedures for the Notes.
- 2022-07-21 04:11:07下载
- 积分:1
-
企业网站宣传,带有后台管理,留言板功能,信息能自动生成。...
企业网站宣传,带有后台管理,留言板功能,信息能自动生成。-Company web site publicity, with a background management, and message board functions, information can be automatically generated.
- 2022-05-17 18:27:49下载
- 积分:1
-
可以移动一个线条,并且可以画自定义 的线条
可以移动一个线条,并且可以画自定义 的线条-Can move a line, and can be custom painted lines
- 2023-03-23 04:40:03下载
- 积分:1
-
选中一个project以后可以把所有关联文件全部转换成html格式。而且有links.可以拿去做网络教程....
选中一个project以后可以把所有关联文件全部转换成html格式。而且有links.可以拿去做网络教程.-selected after a project can be linked to all documents into all html format. But links. If we do Directory network.
- 2022-01-25 21:52:17下载
- 积分:1