-
网络与通信源程序.zip
网络与通信源程序.zip-networking and communications source. Zip
- 2022-03-11 23:42:25下载
- 积分:1
-
视觉基本实例使用不同格式的数
A visual bsic example using different fromat of number
- 2022-05-22 01:40:48下载
- 积分: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
-
存储系统对新用户进行注册,校验登入登入账户,判别业务是存款,则记录存款人姓名、住址、存款类型、存款日期等,并印出存款单给储户;若是取款,系统计算利息并印出利息清...
存储系统对新用户进行注册,校验登入登入账户,判别业务是存款,则记录存款人姓名、住址、存款类型、存款日期等,并印出存款单给储户;若是取款,系统计算利息并印出利息清单给用户-storage system for new users to register, log log checking accounts, discriminant business deposits, deposits were recorded names, addresses, types of deposits, the deposit date, and printed deposit slips to depositors; If withdrawals, the system to calculate interest and printed list of interest to users
- 2022-08-05 12:20:30下载
- 积分:1
-
windows CE 开发的教程
介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识...
windows CE 开发的教程
介绍了 Windows CE 的一些基本特性,并指出过渡到基于无线装置的软件开发所应具备的知识-windows CE Development Windows CE tutorials presented some basic characteristics, and pointed out that the transition to wireless devices based on the software development knowledge should be
- 2022-02-05 12:43:21下载
- 积分:1
-
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。...
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。-writen in C language, implemented calculator which can execute basic operator of sparse matrix.
- 2022-01-28 09:52:54下载
- 积分:1
-
内存清理程序,具有选择性,参数
内存清理程序,具有选择性,参数-s。通过纪录驻留内存的最高点地址。-Memory clean-up procedures, an optional parameter-s. Through the record of the presence of the highest memory address.
- 2022-10-17 19:50:03下载
- 积分:1
-
复数的运算,包括复数的乘、复数的除、复数求模、求根
复数的运算,包括复数的乘、复数的除、复数求模、求根-Complex computing, including by the plural, the plural of the exception, for the plural-mode, extract a root
- 2022-05-14 23:33:18下载
- 积分: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
-
把EXCEL格式的多个工作簿的数据转换为ACCESS格式下的表,程序调用读取数据的效率大大提高。在该目录下有点目录.XLS程序运行有自动生成点目录.MDB....
把EXCEL格式的多个工作簿的数据转换为ACCESS格式下的表,程序调用读取数据的效率大大提高。在该目录下有点目录.XLS程序运行有自动生成点目录.MDB.-EXCEL format to multiple workbook ACCESS data into a table format, the program call to read data greatly improve the efficiency. A bit in the directory directory. XLS run directory are automatically generated points. MDB.
- 2022-09-09 08:30:02下载
- 积分:1