https://www.kernel.org/doc/Documentation/crc32.txtA brief CRC tutorial.A CRC is a long-division remainder. You add the CRC to the message, and the wh....
分类:
其他好文 时间:
2015-06-29 06:25:22
阅读次数:
197
iOS中block实现的探究[0. Brief introduction of block]Block是iOS4.0+ 和Mac OS X 10.6+ 引进的对C语言的扩展,用来实现匿名函数的特性。用维基百科的话来说,Block是Apple Inc.为C、C++以及Objective-C添加的特性,...
分类:
移动开发 时间:
2015-06-24 15:54:37
阅读次数:
233
《Brief History of Machine Learning》 介绍:这是一篇介绍机器学习历史的文章,介绍很全面,从感知机、神经网络、决策树、SVM、Adaboost 到随机森林、Deep Learning.《Deep Learning in Neural Networks: An Ove....
分类:
系统相关 时间:
2015-06-21 18:26:21
阅读次数:
382
图像处理的专门DMA看一段示例代码 1 /** 2 * @brief Displays a line. 3 * @param Xpos: specifies the X position. 4 * @param Ypos: specifies the Y position. 5 *...
分类:
其他好文 时间:
2015-06-21 11:47:27
阅读次数:
352
机器学习(Machine Learning)&深度学习(Deep Learning)资料希望转载的朋友,你可以不用联系我.但是一定要保留原文链接,因为这个项目还在继续也在不定期更新.希望看到文章的朋友能够学到更多.《Brief History of Machine Learning》介绍:这是一篇介...
分类:
系统相关 时间:
2015-06-16 18:32:50
阅读次数:
242
/** \brief poj 2388 insert sorting 2015 6 12
*
* \param
* \param
* \return
*
*/
#include
#include
#include
using namespace std;
const int N=10000;
int Arr[N];
void insertSort(int len)
{
...
分类:
其他好文 时间:
2015-06-12 19:32:56
阅读次数:
135
A brief summary of SVD:An original matrix Amn is represented as a muliplication of three matrices: Amn = UmmSmnVnnTThe columns of Uare the orthonorma....
分类:
其他好文 时间:
2015-06-08 14:41:27
阅读次数:
143
Word properties shows a brief description about one document. Through properties, we can learn general information about this document, such as docume...
Chapter01.Getting Started with Entity Framework / 实体框架入门 1-1. A Brief Tour of the Entity Framework World / 简单浏览实体框架世界 goto1-2. Using Entity Framework ...
分类:
其他好文 时间:
2015-06-04 08:34:56
阅读次数:
171
1 要求SW2成为根网桥,把SW2的优先级变成4096,越小越优先 stp priority 4096 改变优先级,4096的倍数 dis stp brief 查看情况,DESI是指定端口,ROOT是根端口2 要求SW1在选择根端口的时候,选择g0/0/2作为根端口,改大g0/0/1的cos...
分类:
其他好文 时间:
2015-05-29 11:25:47
阅读次数:
148