-
Program features in the Visual C++ In the realization of multi
程序功能是在Visual C++中实现对多画面窗口的控制。运行环境为Windows2000/XP,Visual C-Program features in the Visual C++ In the realization of multi-screen control window. Runtime environment for Windows2000/XP, Visual C
- 2023-03-01 10:15:03下载
- 积分:1
-
汉字库不同字体大小转化成所需要的代码
汉字库不同字体大小转化成所需要的代码...
汉字库不同字体大小转化成所需要的代码
汉字库不同字体大小转化成所需要的代码-汉字库different font size into the required code汉字库different font size into the required code
- 2022-09-16 00:00:03下载
- 积分:1
-
Calculate triangle area of the source code, compiled with vc run.
计算三角形面积的源代码,请用vc编译运行。-Calculate triangle area of the source code, compiled with vc run.
- 2022-10-01 04:50:03下载
- 积分:1
-
这是一个用C开发的用来检查内存的工具 很好用
这是一个用C开发的用来检查内存的工具 很好用-A tool for memory test.
- 2022-11-09 13:00: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
-
pluto.zip: Pluto ephemeris size 10 KB. Trigonometric expansion for ephemeris of...
pluto.zip: Pluto ephemeris size 10 KB.
Trigonometric expansion for ephemeris of Pluto. Longitude accuracy 20" vs DE102
冥王星星历计算程序。-pluto.zip: Pluto ephemeris size 10 KB. Trigonometric expansion for ephemeris of Pluto. Longitude accuracy 20
- 2022-02-21 01:11:28下载
- 积分:1
-
用于多媒体编程的aspi源代码
用于多媒体编程的aspi源代码-for multimedia programming source code ASPI
- 2022-04-11 22:19:04下载
- 积分:1
-
开发工具EVC3.0 按下面做然后编译 是一个字典程序 请解压缩到D盘根目录,在eMbedded Visual C++ 3.0 的Tools=>Optio...
开发工具EVC3.0 按下面做然后编译 是一个字典程序 请解压缩到D盘根目录,在eMbedded Visual C++ 3.0 的Tools=>Options菜单项Directories选择卡中加入头文件路径: D:JFDict200SourceCodelibxmlinclude D:JFDict200SourceCodelibxslt 和正确的库文件路径,对于Pocket PC为: D:JFDict200SourceCode\_libfilesWCE300Pocket_PCARMRel-development tools EVC3.0 done by Below is then compiled a dictionary please procedures to extract the D occurs, the eMbedded Visual Tools 3.0, C = gt; Directories Options menu items to choose the first card to add paper trails : D : JFDict200 SourceCode libxml include D : JFDict200 SourceCode libxslt and the correct path of the library for Pocket PC : D : JFDict200 SourceCode _libfiles WCE300 Pocket_PC ARMRel
- 2022-12-11 15:15:03下载
- 积分:1
-
TDIUHC124数据手册,官网都下不到的!
TDIUHC124数据手册,官网都下不到的!-TDIUHC124 Data Sheet, official website are not under the!
- 2023-03-10 02:30:03下载
- 积分:1
-
Multi thread TCP/IP communication protocol
Multi thread TCP/IP communication protocol
- 2022-10-31 21:05:03下载
- 积分:1