-
这是一个控制语句分组,Borland Delphi版本3,4,5,6.100 %…
这是一个报表控件包,For Borland Delphi Versions 3,4,5,6.100% 源码.-This is a statement of control packets, For Borland Delphi Versions 3,4,5,6.100% source.
- 2022-01-28 19:55:52下载
- 积分:1
-
自动在文本框中填写文本,自动点击按钮,并自动将查询结果保存在文本文件里。此程序是针对龙帝引擎的数据提取而写的。...
自动在文本框中填写文本,自动点击按钮,并自动将查询结果保存在文本文件里。此程序是针对龙帝引擎的数据提取而写的。-automatically fill in the text box text, automatically click on the button, and automatically search result will be preserved in the text document. This procedure is against the Dragon Dili engine data extraction and write.
- 2023-01-04 06:10:03下载
- 积分:1
-
parse EDF File using Python
EDF(欧洲数据格式)文件一种特定的数据记录格式,一般用来记录某种需要实时记录的信号,例如瞬时的电信号或瞬时的行驶速度,十分的方便,解析起来也很方便。该源码使用的是Python语言编写,运行快速,并有详细的注释。你可以使用代码来进行科学研究,不得进行商业使用。
- 2022-05-12 11:03:47下载
- 积分:1
-
非侵入式的测量骨头的厚度,利用超声导波的方法。
非侵入式的测量骨头的厚度,利用超声导波的方法。-Noninvasive assessment of human jawbone using ultrasonic guided waves
- 2022-08-21 14:43:01下载
- 积分:1
-
一个简单的16进制计算器
一个简单的16进制计算器-a simple calculator 16 band
- 2022-06-02 18:47:38下载
- 积分:1
-
在Windows窗口上滚动字幕
在Windows窗口上滚动字幕-window on the Windows subtitles rolling
- 2023-05-20 14:40:04下载
- 积分:1
-
用MFC实现的在pocket PC之间通过红外技术通信的程序
用MFC实现的在pocket PC之间通过红外技术通信的程序-used in pocket PC through infrared technology communications procedures
- 2022-06-06 15:15:00下载
- 积分: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
-
qt截屏工程
简单的使用qt5开发的截屏工具,能够实现全屏截屏、当前程序截屏和自定义范围截屏。
- 2022-07-20 15:33:46下载
- 积分:1
-
cypress,上位机开发用的,cyAPI.chm,另外里面还有开发徐加载的头文件,库文件。...
cypress,上位机开发用的,cyAPI.chm,另外里面还有开发徐加载的头文件,库文件。-cypress, used in PC development, cyAPI.chm, Xu In addition there is also the development of the first loaded file, library file.
- 2022-03-10 18:07:53下载
- 积分:1