-
it carry out captureing video,and is a good example.please everyone come to shar...
实现了视频的捕获,是一个不错的例子.来给大家分享-it carry out captureing video,and is a good example.please everyone come to share.
- 2022-02-14 18:39:08下载
- 积分:1
-
a very attractive clock procedures
一个非常精美时钟程序-a very attractive clock procedures
- 2022-07-05 01:37:34下载
- 积分:1
-
别人做的一个彩色雨示例,感觉不错,与大家一起分享
别人做的一个彩色雨示例,感觉不错,与大家一起分享-Other people to do a color sample rain, I feel good, to share with you all
- 2022-03-13 08:24:01下载
- 积分:1
-
很 多 特 级 效 果
很 多 特 级 效 果-many special effects
- 2022-02-01 14:33:52下载
- 积分:1
-
时间管理器,以计算机系统时间为准管理时间
时间管理器,以计算机系统时间为准管理时间-Time management, and to computer systems based on the time management time
- 2022-10-10 21:56:03下载
- 积分:1
-
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com...
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com-This is a question of Josephus C code used to achieve two-way linked list. As a matter please contact ho1983xx@tom.com
- 2022-03-12 12:48:25下载
- 积分:1
-
db2asp Access to asp
db2asp Access to asp
- 2022-07-26 06:35:52下载
- 积分:1
-
文本记事本,文本记事本的基本功能实现了,比如复制粘贴等...
文本记事本,文本记事本的基本功能实现了,比如复制粘贴等-notebook
- 2022-05-28 01:01:05下载
- 积分: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
-
一个VB小程序,用于在windows98/95下显示系统的安装序列号
一个VB小程序,用于在windows98/95下显示系统的安装序列号-a small program for windows98/95 shown in the installation sequence,
- 2022-02-20 17:21:04下载
- 积分:1