-
调整窗体基于 Visual Basic 6 的屏幕大小
我将要给你展示我的代码模块中,代码名称FormControl,我包括在我创建的所有 VB6 项目。
- 2022-04-30 05:51:50下载
- 积分:1
-
2007年全国数学建题
2007年全国数学建题-Mathematical built nationwide in 2007 title
- 2023-04-09 12:20:03下载
- 积分:1
-
This is a C Programming Document
这是一个C++编程文档-This is a C Programming Document
- 2022-10-03 20:00:03下载
- 积分:1
-
贪吃蛇的源代码,里面有比较好的12864液晶的显示代码。
贪吃蛇的源代码,里面有比较好的12864液晶的显示代码。-Snake&39 s source code, which has a better LCD display of the code 12864.
- 2022-03-15 07:18:01下载
- 积分:1
-
red fox VFP6 directories V3.3, we see that may be helpful, a good
红狐VFP6通讯录V3.3,大家看看,可能会有帮助,好了-red fox VFP6 directories V3.3, we see that may be helpful, a good
- 2022-04-18 12:12:36下载
- 积分:1
-
Download the official site of the 2.5 version of myJXTA, configured form again a...
在官方网站上下载了2.5版本的myJXTA,配置好窗体后跑了一遍,感觉这个示例程序的功能还是蛮强大的,但是这个程序的API写得比较简单,所以决定自己仔细研究研究~-Download the official site of the 2.5 version of myJXTA, configured form again after the run, I feel the function of the sample or very strong, but this process is relatively simple API written, so carefully studied to determine their own study ~
- 2023-06-10 18:15:03下载
- 积分:1
-
code for hooking keyboard
code for hooking keyboard
- 2022-02-02 06:15:02下载
- 积分:1
-
vc++ 6.0开发控制台Windows服务监控程序
vc++6.0 实现基于控制台的Windows服务监控程序,可实现windows服务监控和检测网关程序的侦听端口,运行后请根据CMD窗口的提示操作。if (pstProgNodeBuf->m_nFlag == 2) //连接当前Sgip侦听的端口
{
if (!ConnectSgipServer(pstProgNodeBuf->m_nPort)) //SGIP不正常运行
{
if (!StartUnlimitService(pstProgNodeBuf->m_szServiceName)) //启动该服务
{
sprintf(szLog,"启动该[%s]服务失败",pstProgNodeBuf->m_szServiceName);
WriteLogRecord(szLog);
LogMsg(szLog);
pstProgNodeBuf->m_iRecCount ++ ; //超过2次启动服务失败
if(difftime(tCurrTime,pstProgNodeBuf->tSendShortTime) > 2*60*60 && pstProgNodeBuf->m_iRecCount >= 2) //检测发送短消息时间间隔 (设置值为1个小时即1*60*60秒)
{
CString strSendMessage;
strSendMessage.Format("%s",pstProgNodeBuf->m_szSendMessage);
//发送短消息
//连接服务器,发送内容
//发送短消息
- 2022-02-09 22:47:24下载
- 积分:1
-
并发程序公共包,用以打印日志,输出内容。
并发程序公共包,用以打印日志,输出内容。-concurrent program package
- 2022-12-12 21:20:03下载
- 积分:1
-
图论的一些常用代码,包括最小生成树,拓扑排序,最短路径(非负权和负权)...
图论的一些常用代码,包括最小生成树,拓扑排序,最短路径(非负权和负权)-Graph theory, a number of commonly used code, including the minimum spanning tree, topological sorting, shortest path (non-negative and negative rights)
- 2022-01-26 02:08:29下载
- 积分:1