-
此代码为udp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。...
此代码为udp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。-This code for the udp communication procedures, mainly from one client to send data, and then the server receives paragraph.
- 2023-06-24 09:45:04下载
- 积分:1
-
建立网孔电流方程,使用高斯约当法求解,将结果保存在txt格式的文档中...
建立网孔电流方程,使用高斯约当法求解,将结果保存在txt格式的文档中-The establishment of mesh-current equations, using Gauss Jordan Method, the results saved in txt format document
- 2022-01-26 00:55:08下载
- 积分:1
-
将24位BMP格式的图形文件
将 24Bit BMP 图形转为 TXT 格式-will 24Bit BMP format graphics to TXT
- 2022-03-14 01:35:58下载
- 积分:1
-
ESPRIT波达方向DOA Capon毫升音乐
空间谱估计 Estimation of Signals
现代信号处理方法用于DOA估计-Music DOA Esprit DOA capon ML
- 2022-07-08 22:57:59下载
- 积分:1
-
cs5460 51单片机读取功率因数
cs5460 51单片机读取功率因数,测量负载的功率因数。作为一个编程的参考,通过4个LED显示出结果。
- 2022-03-15 02:38:38下载
- 积分:1
-
chemical formula, chemical components exhaustive source code
化学式,化学分量穷举源代码-chemical formula, chemical components exhaustive source code
- 2022-01-29 00:54:40下载
- 积分:1
-
第一次提出CurveLab 处理技术的文章,
第一次提出CurveLab 处理技术的文章,-first raised CurveLab processing technology articles,
- 2022-01-28 15:38:08下载
- 积分:1
-
系统监视器,可以实时监视正在运行的程序,并关闭他
系统监视器,可以实时监视正在运行的程序,并关闭他-system monitors, in real time surveillance programs you are running, and he closed
- 2022-10-07 18:20:08下载
- 积分: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
-
定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆...
定义一个抽象类的CShape,包括纯虚数Area(用来计算面积)和SetData(用来重设形状大小)。然后派生出三角形CTriangle类、矩形CRect类、圆CCircle类,分别求其面积。最后定义一个CArea类,计算这几个形状的面积之和,各形状的数据通过CArea类构造函数或成员函数来设置。-Defines an abstract class CShape, including the pure imaginary number Area (used to calculate the area) and SetData (used to reset the shape, size). Then the triangle CTriangle derived class, rectangle CRect class, round CCircle categories, seeking its size. The final definition of a CArea class, calculate the size of the sum of several shapes, each shape data through CArea class constructor or member function to set up.
- 2022-05-05 02:27:06下载
- 积分:1