-
FDC2214电容测量
利用STM32控制器,F1CRT6型号,控制FDC2214,来测量电容值,并通过OLED显示出来。
- 2022-03-09 17:24:55下载
- 积分:1
-
goosedump
goosedump --- IEC61850 GOOSE 测试程序-goosedump--- IEC61850 GOOSE Test App
- 2022-05-24 09:57:50下载
- 积分: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
-
下二次开发AutoCAD的VC,通过自动选择输出…
VC的在AUTOCAD下的二次开发,可以由选择自动输出检查井的坐标-VC in AUTOCAD under the second development, by the choice of output automatically check the coordinates Well
- 2023-01-26 17:15:03下载
- 积分:1
-
vc++ become bitmap subtidal environment, as well as the self
vc++环境下生成为位图,以及自绘位图,有保存删除等基本功能
-vc++ become bitmap subtidal environment, as well as the self-drawn bitmap, has preserved the basic functions such as delete
- 2022-11-23 21:25:03下载
- 积分:1
-
The ability to easily view the current system has been the process, you can see...
能够方便地查看当前系统已有的进程,可以完整的看到所有信息。。。好用-The ability to easily view the current system has been the process, you can see all the information complete. . . Use
- 2023-03-14 13:10:04下载
- 积分:1
-
计算器(C语言开发)可以做稍复杂的表达式的运算
计算器(C语言开发)可以做稍复杂的表达式的运算-Calculator (C language) can do a little complex arithmetic expressions
- 2022-03-18 04:12:16下载
- 积分:1
-
电子邮件发送程序51 电子邮件发送程序
电子邮件发送程序51 电子邮件发送程序
- 2023-01-02 22:20:03下载
- 积分:1
-
开发了,带四位显示的秒表,
按键启动停止,用定时器按键去抖...
开发了,带四位显示的秒表,
按键启动停止,用定时器按键去抖-development, with four shows in the stopwatch button activated stop using the timer button Tremble
- 2022-06-28 18:54:36下载
- 积分:1
-
王金明verilog书中第8章的例子
适合初学者
王金明verilog书中第8章的例子
适合初学者-Wang Jinming verilog book example of Chapter 8 for beginners
- 2022-01-24 14:12:38下载
- 积分:1