-
C语言实现的高考成绩系统.请大家指正
C语言实现的高考成绩系统.请大家指正
-C language to achieve the SAT system. Please correct me
- 2022-03-21 06:17:00下载
- 积分:1
-
二分查找算法 二分查找算法 二分查找算法
二分查找算法 二分查找算法 二分查找算法 -binary searchbinary searchbinary searchbinary searchbinary searchbinary searchbinary searchbinary searchbinary search
- 2023-07-06 22:55:03下载
- 积分:1
-
解析DXF文件图形中圆,椭圆,直线,多段线,单行文字,多行文字以及颜色线型等相关图形实体。...
解析DXF文件图形中圆,椭圆,直线,多段线,单行文字,多行文字以及颜色线型等相关图形实体。-Parse dxf file graphic entites include circle ellipse,line,polyline,text,multitext and related infomation such as color and line type
- 2023-08-22 04:50:04下载
- 积分:1
-
Data acquisition card procedures, including the collection of temperature, colle...
数据采集卡程序,包括采集温度,采集电压。采集温度有三种方法。结构合理-Data acquisition card procedures, including the collection of temperature, collecting voltage. There are three ways to collect temperature. Structured
- 2022-02-01 02:25:35下载
- 积分:1
-
发送邮件系统
发送邮件系统 -Send e-mail system
- 2022-03-22 23:50:46下载
- 积分:1
-
getword二次开发源码
从屏幕上获取文字的代码示例,有VB、C#、C++,Delphi7的示例,利用getword控件,很方便地从屏幕上获得鼠标处的文字,在很多方面都能应用,有很大的参考价值,。
- 2022-06-12 03:30:36下载
- 积分: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
-
使用vs2005编程
设计一种基于优先级和安全度的可抢占调度算法,其中安全度参数优于优先级参数,并由此判断给出任务组是否可调度。...
使用vs2005编程
设计一种基于优先级和安全度的可抢占调度算法,其中安全度参数优于优先级参数,并由此判断给出任务组是否可调度。-VS2005 Programming using a priority-based and safety may seize the scheduling algorithm, which is superior to the security parameter priority parameters, and thus given the task group to determine whether scheduling.
- 2023-03-09 18:50:03下载
- 积分:1
-
visa头文件
作为自动测试系统的重要头文件,在进行数字I/O通信时,需要这一头文件的支持!应用于LabWindows/CVI等NI软件中,方便适用!
- 2022-02-24 22:53:57下载
- 积分:1
-
C #浏览器的JS调用的问题。rar
c# WebBrowser与JS互相调用问题.rar-c# WebBrowser problem with the JS call each other. rar
- 2022-01-26 04:52:37下载
- 积分:1