-
一个带菜单的按钮VC源码
一个带菜单的按钮VC源码-a menu button with VC FOSS
- 2023-08-18 20:25:04下载
- 积分:1
-
Visual Graph 是一套非常完善的图形系统,适合在电力、煤炭、化工、仿真、网络、自动化等各种工业监控软件以及图形建模、图形管理、图形分析、中小型GIS系...
Visual Graph 是一套非常完善的图形系统,适合在电力、煤炭、化工、仿真、网络、自动化等各种工业监控软件以及图形建模、图形管理、图形分析、中小型GIS系统、工作流、中文表格、表单、工程绘图等软件项目中应用。-Visual Graph is a set of very well-graphics system, suitable for use in electric power, coal, chemical industry, simulation, network, monitoring a variety of industrial automation software, and graphical modeling, graphics management, graphics and analysis, small and medium-sized GIS systems, workflow, Chinese tables, forms, engineering drawings and other application software project.
- 2022-02-25 02:16:47下载
- 积分:1
-
矩阵转制的问题有多种算法,这是一个基于数据结构的算法,用过就知道其好处了。...
矩阵转制的问题有多种算法,这是一个基于数据结构的算法,用过就知道其好处了。-matrix conversion of a number of algorithms, which is a data structure based on the algorithm used to know on the merits.
- 2022-01-28 16:02:15下载
- 积分:1
-
将一个excel表中的数据导入到数据库中,在企业中非常普遍
将一个excel表中的数据导入到数据库中,在企业中非常普遍-Would be an excel table data into a database, is very common in the enterprise
- 2022-01-24 17:12:23下载
- 积分: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
-
online examination using C#
online examination using C#
- 2022-02-03 11:24:27下载
- 积分:1
-
在图片上显示数字d
在图片上显示数字d-in the pictures revealed d
- 2022-03-23 07:54:17下载
- 积分:1
-
用VC写的一个限制鼠标位置的小程序
用VC写的一个限制鼠标位置的小程序-VC write a restricted location of the mouse small programs
- 2023-01-26 19:50:03下载
- 积分:1
-
MX27 V14应用演示,主要视频编解码的API处理单元的demo,..
mx27 v14 的应用Demo, 主要是视频处理单元编解码API的Demo,和摄像头驱动的Demo-mx27 v14 Application Demo, mainly video codec API processing unit of the Demo, and Demo-driven camera
- 2022-04-13 08:30:20下载
- 积分:1
-
用于定时中断输出波形,可调整正弦波的频率和占空比。
用于定时中断输出波形,可调整正弦波的频率和占空比。-Interrupted from time to time for the output waveform, sine wave of adjustable frequency and duty cycle.
- 2022-02-06 08:44:34下载
- 积分:1