-
VB6做的Xp风格的控件源代码 (ColXp)
VB6做的Xp风格的控件源代码 (ColXp)-VB6 do Xp style of the source code control (ColXp)
- 2022-03-20 10:50:53下载
- 积分:1
-
板球锦标赛管理系统
板球比赛管理系统
- 2022-01-22 17:37:21下载
- 积分:1
-
运行方法:
先双击JEgg.jar启动游戏,按回车键(或(鼠标点击画面)开始游戏,按空格键(或点鼠标)投蛋。...
运行方法:
先双击JEgg.jar启动游戏,按回车键(或(鼠标点击画面)开始游戏,按空格键(或点鼠标)投蛋。 -Operation Methods: Double-click JEgg.jar first start the game, press the Enter key (or (mouse click on the screen) to start the game, press the space bar (or mouse) for eggs.
- 2022-03-20 18:15:38下载
- 积分:1
-
单片机超声波程序(stc15f2k60s2)
单片机超声波程序,研究了将近一个星期前才整出来的玩意,代码有注释,结构清晰,方便初学者学习了解,分别使用了单片机的定时器0和1,根据单片机数码管IO口的不同可以修改程序源码。
- 2022-02-21 21:57:50下载
- 积分:1
-
A free to adjust the parameters of particle swarm optimization algorithm (numeri...
一种参数自由调整的粒子群最佳化算法(数值优化)-A free to adjust the parameters of particle swarm optimization algorithm (numerical optimization)
- 2022-02-04 22:18:26下载
- 积分: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
-
一个ocx控件开发的例子,一个发展的过程。完美的展示
一个ocx控件开发的例子,完美展示开发过程-a randomly controls development example, a perfect display of the development process
- 2022-01-26 02:25:05下载
- 积分:1
-
c program
c program
- 2022-02-11 23:32:57下载
- 积分:1
-
时间函数的简单运用! 很有用的,可嵌入大的运用程序.
时间函数的简单运用! 很有用的,可嵌入大的运用程序.- Function of time simple utilization! Very useful, may insert
the big utilization procedure
- 2022-02-04 00:00:30下载
- 积分:1
-
this is a matrix chain multiplication ...in c code
this a matrix chain multiplication ...in c code-this is a matrix chain multiplication ...in c code
- 2022-11-23 02:05:03下载
- 积分:1