/** \brief poj 1502--Dijkstra
*
* \ date 2014/7/15
* \ state AC
* *
*/
#include
#include
#include
#include
using namespace std;
#define inf 0x03f3f3f3f
const int MAXN=101;
int n;
int co...
分类:
其他好文 时间:
2014-07-18 21:22:31
阅读次数:
192
一、定时器简介1、时钟来源2、定时器结构(以基本定时器为例)二、基本定时器的编程方法1、基本定时器的寄存器2、例程/** * @brief 定时器6的初始化,定时周期0.01s * @param 无 * @retval 无 */void TIM6_Init(void){ TIM_T...
分类:
其他好文 时间:
2014-07-09 21:36:50
阅读次数:
608
ServerMqFramework.h
#import "MqttFramework.h"
@interface ServerMqFramework : MqttFramework
/**
* @brief 得到模块控制器的句柄单例
*
* @param [in] N/A
* @param [out] N/A
* @return void
* @note
*/
+(S...
分类:
移动开发 时间:
2014-07-08 18:29:44
阅读次数:
272
一、时序图简介(Brief introduction) 二、时序图元素(Sequence Diagram Elements)角色(Actor)对象(Object)生命线(Lifeline)控制焦点(Focus of Control)消息(Message)自关联消息(Self-Message)Com....
分类:
其他好文 时间:
2014-07-06 13:38:54
阅读次数:
254
AppDelegate.h#ifndef _APP_DELEGATE_H_#define
_APP_DELEGATE_H_#include "cocos2d.h"USING_NS_CC;/**@brief The cocos2d
Application.The reason for imp...
分类:
其他好文 时间:
2014-06-10 22:15:51
阅读次数:
245
AppDelegate.h#ifndef _APP_DELEGATE_H_#define
_APP_DELEGATE_H_#include "cocos2d.h"USING_NS_CC;/**@brief The cocos2d
Application.The reason for imp...
分类:
其他好文 时间:
2014-06-10 10:28:07
阅读次数:
260
IntroductionThis page is a brief overview of
working with the MongoDB Java Driver.For more information about the Java API,
please refer to theonline A...
分类:
数据库 时间:
2014-06-10 00:56:32
阅读次数:
931
注释建议使用VVDocumenter插件多行注释格式:/**
注释内容*/单行注释格式:///在对文件、类、函数进行注释时推荐使用多行注释,在函数体内对代码块进行注释时,使用单行注释函数的注释函数注释的格式为/** *
@brief * @param * @ret...
分类:
移动开发 时间:
2014-06-02 18:13:43
阅读次数:
481
一、概述
在我测量mian函数大循环的周期时,发生了怪事:我一点也没有更改main函数的代码,只在初始化时添加了一些无用的语句,结果测量时间发生了巨大的差异。二、事件详情1、测试代码main函数/**
* @brief 主函数 * @param 无 * @retval 无 */int ...
分类:
其他好文 时间:
2014-05-26 18:28:44
阅读次数:
286
@author作者@brief摘要@version版本号@date日期@file文件名,可以默认为空,DoxyGen会自己加@class类名@param函数参数@return函数返回值描述@exception函数抛异常描述@warning函数使用中需要注意的地方@remarks备注@seeseealso字段@notebrief下空一行后的内容表示详细描述,但..
分类:
其他好文 时间:
2014-05-20 22:38:54
阅读次数:
319