-
面向对象简介,介绍面向对象的基本概念和三大核心特色。适合给有一定基础的人讲解用...
面向对象简介,介绍面向对象的基本概念和三大核心特色。适合给有一定基础的人讲解用-OPP PPT
- 2022-06-26 16:23:29下载
- 积分:1
-
Get CPU usage source code, you can use this function to determine the current us...
获取CPU使用率的源代码,可以通过这个函数判断当前应用使用CPU情况-Get CPU usage source code, you can use this function to determine the current use of CPU of
- 2022-06-01 05:27:15下载
- 积分:1
-
If you downloaded and installed on your system, you will be lot of fun
如果你下载并安装在你的系统上,你会很有趣
- 2023-07-11 00:40:07下载
- 积分:1
-
Provinces, municipalities and databases, database, provinces, municipalities, pr...
省、市和数据库,数据库,省、市、省和市数据库,数据库,省、市、省和市数据库,
- 2022-03-11 18:41:38下载
- 积分:1
-
student performance management system is a C language series of the procedures l...
学生成绩管理系统是用C语言编的 程序不大,希望对初学者有用-student performance management system is a C language series of the procedures little hope useful for beginners
- 2022-02-02 01:44:52下载
- 积分:1
-
很好的一个留言本,虽然不是我原创,可是我觉得对大家很有用处,也很值得学习!...
很好的一个留言本,虽然不是我原创,可是我觉得对大家很有用处,也很值得学习!-good a voice Though this is not my original, but I think we had some very useful and very worthwhile learning!
- 2023-09-03 13:15:04下载
- 积分:1
-
Some knowledge of computer systems commonly used documents, such as how to compl...
一些电脑系统常用知识如怎样彻底删除文件,dos下系统备份等-Some knowledge of computer systems commonly used documents, such as how to completely delete, dos, such as under the system backup
- 2022-07-02 19:34:34下载
- 积分:1
-
VB MSFlexGrid排序合并显示数据实例
VB MSFlexGrid用法实例,可进行设置排序范围,设置哪些行可以把它们的内容合并,对数据进行排序和合并等功能。
- 2022-03-12 02:11:13下载
- 积分:1
-
TC3采用俄罗斯方块博兰定义图形库的程序下(lt;图…
TC3下程序采用俄罗斯方块Boland定义图形库(lt;图形.hgt;),将在TurboC目录之前编译egavga.bgi文件测试到包含源的目录
- 2022-08-14 12:34:09下载
- 积分: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