-
Exercise after
操作系统教程第四版课后习题答案,孙忠秀主编,高等教育出版社-Exercise after-school tutorial fourth edition of the operating system answers, Sun Zhongxiu editor, Higher Education Press
- 2022-02-26 23:37:52下载
- 积分:1
-
个人财务管理系统,但有一个模块尚未完成…
个人财务管理系统,不过还有一个模块没有完成,都是在控制台中完成的。
这是我第一个自己做的,希望大家多多指点!-Personal financial management system, but there is a module not yet been completed, are completed in the console. This is my first one to do their own, and I hope a lot of pointing everyone!
- 2022-03-26 12:58:23下载
- 积分:1
-
recognition of different characters
recognition of different characters
- 2022-02-02 16:32:28下载
- 积分:1
-
连接发电机组控制台的后台程序,要求控制器支持MODBUS协议
连接发电机组控制台的后台程序,要求控制器支持MODBUS协议-Generating units connected console daemon requires the controller to support the MODBUS protocol
- 2022-09-23 07:50:08下载
- 积分:1
-
1 summarizes the most current methods of ellipse fitting articles and in
一篇总结了当前大多数椭圆拟合方法的文章,并进行了深度分析,提出了改进的方法,适用于初学者进阶阅读。-1 summarizes the most current methods of ellipse fitting articles and in-depth analysis, put forward an improved method, applicable to advanced beginners to read.
- 2022-02-03 23:09:08下载
- 积分:1
-
完整版的sap初级技能自学教程,指导你入门
完整版的sap初级技能自学教程,指导你入门-integrity of the initial version of the sap self-tutorial skills, guiding your portal
- 2023-08-05 17:10:03下载
- 积分: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
-
TAB视图和树形菜单控件的VC++窗体效果
一个包括了TAB视图和树形菜单控件的VC++窗体效果,里面的DirectoryTree,SplitClass,TabCtrl类分别为目录树、窗体分割模块、TAB视图模块类,这三个小模块确实是很实用的,本示例程序将使用这三个类做成一个多视图的窗口,相信会对你使用VC++进行窗体设计有不小的帮助。
- 2022-03-21 08:27:32下载
- 积分:1
-
Write the Temperature alarm program by Labview Software.
用LabVIEW编写的温度报警程序,适合于工业自动化使用-Write the Temperature alarm program by Labview Software.
- 2022-06-16 11:23:42下载
- 积分:1
-
VB仿360漂亮的界面菜单
VB仿360安全卫士漂亮的界面菜单,本实例只是借助美化的技术来模仿360菜单,人家360做出那种菜单可不是这样子哦~只是模仿啦 !PS: 为了让窗体弹出的位置与鼠标,保持一定的距离,距离差控制在了5 * Screen.TwipsPerPixelX左右。退出窗体时,两个窗体都退出,不添加该句可能会引起Menu窗体没退,另一个特点值得学习:判断鼠标位置是否太靠近屏幕右边,是则从左边弹出窗体,否则从右边弹出窗体。
- 2022-03-22 07:27:00下载
- 积分:1