码迷,mamicode.com
首页 >  
搜索关键字:comment    ( 4550个结果
vassistx配置
一、VA Snippet Editor配置if () { } else { ... }ifeDoxygen - Class Comment (Long)csnDoxygen - Header Comment (Long)hdn函数注释/***函数名:$SymbolName$*功能:$end$*par...
分类:其他好文   时间:2015-06-29 13:14:51    阅读次数:259
百度贴吧楼层评论地址
http://tieba.baidu.com/p/comment?tid=3748203305&pid=68075095623&pn=1参数解析:tid:帖子ID,/p/后面的数字http://tieba.baidu.com/p/3748203305pid: 楼层ID, 查看源代码,有类似post_...
分类:其他好文   时间:2015-06-27 11:28:11    阅读次数:164
iOS国际化和genstrings所有子文件夹本地化字符串
iOS国际化和genstrings所有子文件夹本地化字符串 在最近的一个繁忙的对外工程。每天加班。没有时间更新博客。简单谈一下知识的国际化。 首先,我们使用串。必须NSLocalizedString(key,comment),所以,我们是不同的Localizable.strings对key指...
分类:移动开发   时间:2015-06-25 22:49:33    阅读次数:264
make[3]: *** [out/target/common/docs/doc-comment-check-timestamp] Error 45
仍然是JDK版本的原因
分类:其他好文   时间:2015-06-25 12:14:59    阅读次数:794
VC++读取图像RGB值
代码: #include #include #include #include #include #pragma comment(lib, "gdiplus.lib") using namespace std; using namespace Gdiplus; int main() { GdiplusStartupInput gdiplusstartupinput;...
分类:编程语言   时间:2015-06-24 18:57:20    阅读次数:240
HDU 5274(树链剖分)
树链剖分第一题QAQ,纪念下 #pragma comment(linker, "/STACK:102400000,102400000") #include #include #include using namespace std; typedef long long ll; const ll mod = 1e9 + 7; const int maxn = 1e5 + 10; #d...
分类:其他好文   时间:2015-06-23 23:11:32    阅读次数:118
Dom之文档结构与遍历
1、Document对象、它的Element对象和文档中表示文本的Text对象、comment对象都是Node对象。Node定义了以下重要的属性 parentNode、childNodes、firstChild、lastChild、nextSibling、previousSibling、NodeT....
分类:其他好文   时间:2015-06-23 17:44:38    阅读次数:98
OpenGL编程-第一个程序-画出一个正方形
程序如下 #include // #pragma comment(linker, "/subsystem:/"windows/" /entry:/"mainCRTStartup/"" ) void myDisplay(void) { glClear(GL_COLOR_BUFFER_BIT); //g...
分类:其他好文   时间:2015-06-20 20:45:07    阅读次数:325
HDU 1247 Hat's Words (字典树)
#include using namespace std; const int N=5*1e4+100; const int MOD=998244353; #pragma comment(linker,"/STACK:102400000,102400000") int n,m,k,tot; char word[N][27]; typedef long long LL; struct dictr...
分类:其他好文   时间:2015-06-20 00:22:41    阅读次数:204
用ffmpeg实现录音
1、概述 2、代码 /* *最简单的录音程序 *缪国凯 MK *821486004@qq.com *本程序实现采集麦克风音频数据,压制为aac *2015-6-19 */ #include "stdafx.h" #include #include #include #pragma comment(lib,"Strmiids") #pragma comment(lib,"comsu...
分类:其他好文   时间:2015-06-19 16:54:19    阅读次数:1097
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!