-
Get RGB value of the screen point.
能够很准确的获取屏幕上的各种颜色值,很直观,很方便的 。-Get RGB value of the screen point.
- 2022-03-09 12:05:41下载
- 积分:1
-
Iterative Closest points算法,被广泛应用在3d领域,这里实现了将两团点云align到一起的功能...
Iterative Closest points算法,被广泛应用在3d领域,这里实现了将两团点云align到一起的功能-Iterative Closest points algorithm, has been widely used in the field of 3d, where the implementation of the two groups to align with the point cloud of the function
- 2022-01-21 19:07:54下载
- 积分:1
-
在这个自由的视频文件confrense
this a free video confrense file-this is a free video confrense file
- 2022-02-02 05:49:02下载
- 积分:1
-
security free on mobile
security free on mobile
- 2022-08-25 05:12:21下载
- 积分:1
-
txt and bin file test
基于对话框的文本测试
和二进制文件测试-txt and bin file test
- 2022-04-22 16:23:56下载
- 积分:1
-
单系统已注册的文件类型及其关联的程序包括…
列举系统中已经注册的文档类型及其关联程序的类-list system has registered the document type and its associated procedures category
- 2022-03-04 07:13:48下载
- 积分:1
-
can相关程序,介绍初始化,发送和接收,希望对你有所帮助
can相关程序,介绍初始化,发送和接收,希望对你有所帮助-can the relevant procedures, introduction to initialize, send and receive, I hope for your help
- 2022-02-04 18:28:07下载
- 积分:1
-
Photographic Tone Reproduction for Digital Images
Photographic Tone Reproduction for Digital Images
- 2023-08-16 05:20:02下载
- 积分: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
-
这是一个封装了socket的CWSocket类,包括了服务端,客户端,超时控制等,方便使用。...
这是一个封装了socket的CWSocket类,包括了服务端,客户端,超时控制等,方便使用。-This a package of the socket CWSocket categories, including the server, client, overtime control, ease of use.
- 2023-08-19 21:40:03下载
- 积分:1