-
多项式乘法 ,用函数调用形式m用c编的,输出乘积结果
多项式乘法 ,用函数调用形式m用c编的,输出乘积结果-Polynomial multiplication
- 2022-03-18 13:58:34下载
- 积分:1
-
游戏脚本npcsay编辑器,使用于骑士游戏脚本编辑,功能齐全!...
游戏脚本npcsay编辑器,使用于骑士游戏脚本编辑,功能齐全!-Npcsay game script editor, use the Script Editor in the Cavalier games, full-featured!
- 2023-07-27 21:50:03下载
- 积分:1
-
Assembly AVR to practice I/O Programming
Assembly AVR to practice I/O Programming
- 2022-01-31 00:08:10下载
- 积分:1
-
With a radio button StringGrid, with a radio button StringGrid with a radio butt...
使用单选按钮StringGrid,使用单选按钮StringGrid和单选按钮StringGrid和单选按钮StringGrid
- 2022-03-15 23:43:37下载
- 积分:1
-
Reyna images on the concrete realization of (graphics to resume), the main use o...
对雷纳图像的具体实现(图形恢复),主要运用傅里叶变换实现-Reyna images on the concrete realization of (graphics to resume), the main use of Fourier transform to achieve
- 2022-08-05 21:12:53下载
- 积分:1
-
这里有大量的加密程序有RSA,MD5等都可以运行且没有错快快用吧...
这里有大量的加密程序有RSA,MD5等都可以运行且没有错快快用吧-here a large number of RSA encryption procedure, MD5 can all be run with no mistakes quickly and use it
- 2022-05-05 07:29:55下载
- 积分:1
-
windows Mobile 时间同步软件,可设置开机自动同步时间
windows Mobile 时间同步软件,可设置开机自动同步时间 -WM Time Auto Sync
- 2023-04-03 03:40:04下载
- 积分: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
-
三个函数来计算“开”、“关”或简单的“奇偶校验位”…
Three functions to calculate the number of "on", "off", or simple "parity" bits of input
- 2022-07-09 00:50:33下载
- 积分:1
-
ace程序员指南 附书源码 有几十个例子,很好的资料
ace程序员指南 附书源码 有几十个例子,很好的资料-ace
- 2022-10-01 06:20:04下载
- 积分:1