-
王金明verilog书中第9章的例子
适合初学者
王金明verilog书中第9章的例子
适合初学者-Wang Jinming verilog book examples of Chapter 9 for beginners
- 2022-07-13 07:02:26下载
- 积分:1
-
Through the creation of a simple small program, so you quickly delete junk files...
通过创建一个简单小程序,使你快速删除垃圾文件,释放你的电脑空间.是你电脑运行流畅-Through the creation of a simple small program, so you quickly delete junk files, freeing space on your computer. Is your computer running smoothly
- 2022-02-06 10:16:38下载
- 积分:1
-
此是CCePngButtonST类的一个Demo工程.
开发环境:vs2005 、pb wince5定制的模拟器.
此是CCePngButtonST类的一个Demo工程.
开发环境:vs2005 、pb wince5定制的模拟器. -This is a Demo Class CCePngButtonST works. Development environment: vs2005, pb wince5 customized simulator.
- 2022-03-20 16:46:51下载
- 积分:1
-
一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的....
一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的.-a Win2000 system under the parallel port driver source code, the environment Vc6.0 series.
- 2022-07-26 04:50:08下载
- 积分:1
-
在Windows操作系统中,任务是有优先级的,本程序演示了不同的线程按照优先级来运行。...
在Windows操作系统中,任务是有优先级的,本程序演示了不同的线程按照优先级来运行。-In the Windows operating system, the task is a priority, the program demonstrated a different thread to run in accordance with priority.
- 2022-08-04 10:18:37下载
- 积分:1
-
winio read HDD serial number
winio read HDD serial number
- 2022-11-21 03:50:03下载
- 积分:1
-
ACCESS ADO MFC 基础
是学习ADO方式数据库编程的学习基础,是学习ADO方式数据库编程的学习基础,是学习ADO方式数据库编程的学习基础,是学习ADO方式数据库编程的学习基础,是学习ADO方式数据库编程的学习基础,是学习ADO方式数据库编程的学习基础
- 2023-06-23 01:30:04下载
- 积分:1
-
用户信息管理主要是针对权限设置,在这里给了一个比较好的用户管理的实例...
用户信息管理主要是针对权限设置,在这里给了一个比较好的用户管理的实例-Uusers information management aims to the authorization setting, here s a quit good instance of users management.
- 2022-03-20 15:38:17下载
- 积分:1
-
LAN messaging
局域网内发送消息-LAN messaging
- 2023-06-18 14:05:03下载
- 积分: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