-
C
说明: 电力系统工具的源文件,主要是包括了电力系统中交直流互联系统的模型,包括四机两区域(The source files of the power system tools mainly include the model of the AC-DC interconnect system in the power system, including four-machine two-zone)
- 2021-04-15 16:08:54下载
- 积分:1
-
VC++扫描获取计算机端口的状态
VC++扫描获取计算机端口的状态,可扫描单个端口,也可扫描多个端口,并显示扫描到的端口状态、端口号和对应的IP地址,并显示连接时的尝试次数,是一个IP地址扫描、端口扫描+端口状态检测的一个小程序,在VC6中可直接编译源码运行。
- 2022-05-16 11:45:37下载
- 积分:1
-
pjhsan
破解灰色的按钮,使灰色的铵钮变为正常,对于一些注册才能使用某些功能的软件有点用(Gray button to break, so that the ammonium gray button to normal, for a number of registration in order to use certain features of the software a bit by)
- 2009-07-02 12:00:34下载
- 积分:1
-
GA
说明: 采用遗传算法求解最小年度成本的换热网络程序(Heat Exchange Network Program for Minimum Annual Cost Solution Using Genetic Algorithms)
- 2019-03-27 20:08:04下载
- 积分:1
-
stm32 HAL UART2 中断发送接收
说明: stm32f103 stm32cubemx 串口中断发送接收(STM32F103 stm32cubemx serial port interrupt sending and receiving)
- 2020-06-18 16:00:02下载
- 积分:1
-
J_K_P
/*2018年TI杯 手势识别
* 作者:我的凉席很烫。Mivh
用到串口屏幕,FDC2214,TM4C123GH6PM(/* 2018 TI Cup Gesture Recognition
* Author: My mat is very hot. Mivh
Using serial screen, FDC2214, TM4C123GH6PM)
- 2020-06-19 06:00:01下载
- 积分:1
-
kmeans1
利用改进k-means算法对客户进行分类,改进rfm模型(Using improved k-means algorithm to classify customers and improve RFM model)
- 2018-12-25 15:44:39下载
- 积分:1
-
学生信息管理程序(C源代码),有需要的可以来下,有问题的可以来找我。...
学生信息管理程序(C源代码),有需要的可以来下,有问题的可以来找我。-student information management procedures (C source code) that are needed to be, a problem can come to see me.
- 2022-02-06 04:03:47下载
- 积分: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
-
linearlist
线性表的创建 删除 查找 插入 输出等功能(linearlist create delete find insert print)
- 2013-11-30 10:14:28下载
- 积分:1