-
duotaixingshiyan
多态性实验,强烈建议大家来下载(Polymorphism of the experiment, we strongly recommend you to download)
- 2009-01-01 11:05:30下载
- 积分:1
-
ArduCopter
无人机设计:无人机飞控平台ArduPilot源码(design of UAV: UAV flight control platform ArduPilot source code)
- 2019-03-12 11:07:17下载
- 积分:1
-
写得转换成WORD和EXECL文档的,可以试试,好用
写得转换成WORD和EXECL文档的,可以试试,好用-Written into WORD and execl document, you can try, easy to use
- 2022-01-22 15:41:32下载
- 积分:1
-
Delphi 翻牌游戏源代码
Delphi 翻牌游戏源码,纯Delphi代码实现,无使用第三控件,玩法没搞懂,貌似不是翻牌游戏,感兴趣的自己下载源码编译运行下,Delphi7就可以顺利编译。
- 2022-01-23 10:08:03下载
- 积分:1
-
HK
说明: HK算法思想很朴实,就是在最小均方误差准则下求得权矢量.
他相对于感知器算法的优点在于,他适用于线性可分和非线性可分得情况,对于线性可分的情况,给出最优权矢量,对于非线性可分得情况,能够判别出来,以退出迭代过程.(The idea of HK algorithm is very simple, which is to obtain the weight vector under the minimum mean square error criterion.
Compared with the perceptron algorithm, it is suitable for linear separable and non-linear separable cases. For linear separable cases, the optimal weight vector is given. For non-linear separable cases, it can be distinguished to exit the iteration process.)
- 2020-06-23 03:40:02下载
- 积分:1
-
libpng
说明: Linux headers for ubuntu platform libpng part
- 2019-05-27 21:43:45下载
- 积分:1
-
用C编写设备驱动程序的示例
用C编写设备驱动程序的示例-C device drivers example
- 2022-02-14 16:37:06下载
- 积分:1
-
雷达成像算法 压缩感知
雷达成像算法,用于更加清晰的图片重构,是成像算法的鼻祖,这个算法很是地道(radar imaging algorithm)
- 2021-04-23 18:48: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
-
问道PAK打包解包
Asked ETC to play the unpacking tool, can be used to modify the ETC file
- 2020-12-25 06:29:04下载
- 积分:1