``` /** * @brief Codeforces Round #290 (Div. 2) b * @file a.cpp * @author mianma * @created 2015/02/04 15:17 * @edited 2015/02/04 15:17 * @type brute * @note */ #include #include #include #include ...
分类:
其他好文 时间:
2015-02-04 18:59:51
阅读次数:
187
Pure Web Service(ASMX):Starting back in 2002 with the original release of .NET, a developer could fairly easily create an ASP.NETASMX-based XML web se...
//// HYBJSONModel.h// Json2ModelDemo//// Created by huangyibiao on 14-9-15.// Copyright (c) 2014年 Home. All rights reserved.//#import /*! * @brief...
分类:
移动开发 时间:
2015-01-29 19:18:39
阅读次数:
169
模拟退火解TSP/*
* @file SA.cpp
* @brief SA解TSP
* @author/Univ. taoxiaoxiao/XMU
* @date 11-2-2014
*/
#include
#include
#include
using namespace std;
#define max 51 //最大的输入规格
int a[m...
分类:
其他好文 时间:
2015-01-26 22:53:15
阅读次数:
389
我之前编译了jrtplib 3.9.1,并且在项目中使用,结果发现在用这个库时,程序体积有增加了300多K,感觉实在是有点笨重,我无法就是用来发送rtp包而已。想想还是自己重新实现一个简单的类用用拉倒了,所以有了下面的代码。头文件:[cpp]view plaincopy/*!@brief简单rtp库...
分类:
编程语言 时间:
2015-01-24 10:05:00
阅读次数:
243
原文:http://developer.51cto.com/art/201501/464174.htm编者按:本文收集了百来篇关于机器学习和深度学习的资料,含各种文档,视频,源码等。而且原文也会不定期的更新,望看到文章的朋友能够学到更多。《Brief History of Machine Learn...
分类:
其他好文 时间:
2015-01-20 17:12:20
阅读次数:
744
【转载】A Brief Overview of Deep Learning
分类:
其他好文 时间:
2015-01-20 00:49:50
阅读次数:
219
/**
\defgroup ecatslv ecatslv.c: EtherCAT State Machine
\brief Changes to version V5.0:
\brief V5.01 APPL3: Include library demo application
\brief V5.01 ESC2: Add missed value swapping
\brief V5.01 E...
分类:
其他好文 时间:
2015-01-19 19:08:29
阅读次数:
781
1
通过检查 show ip interface brief 命令的输出可得到什么信息?
接口速度和双工设置
接口 MTU
错误
接口 MAC 地址
接口 IP 地址
2...
分类:
其他好文 时间:
2015-01-19 15:54:23
阅读次数:
436
在上一篇“连通性问题”中已经对这个问题进行来介绍,在这一篇中给出针对以上问题的改进,在代码中已经对原理进行来注释。加权快速合并算法 1 /** 2 * @file weightedquickunion.c 3 * @brief 加权快速合并算法 4 * 在合并操作中,不是任...
分类:
编程语言 时间:
2015-01-15 21:56:22
阅读次数:
247