码迷,mamicode.com
首页 >  
搜索关键字:macros    ( 139个结果
C++学习之路: 时间戳 封装成类
1 #ifndef TIMESTAMP_H 2 #define TIMESTAMP_H 3 4 #include 5 #ifndef __STDC_FORMAT_MACROS 6 #define __STDC_FORMAT_MACROS 7 #endif /* __STDC_FORMAT_M...
分类:编程语言   时间:2014-09-23 13:33:34    阅读次数:256
office - Provider
Microsoft ACE OLEDB 12.0Connect to Excel 2007 (and later) files with the Xlsx file extension. That is the Office Open XML format with macros disabled....
分类:其他好文   时间:2014-09-17 14:51:52    阅读次数:167
libeXosip2(2-1) -- eXosip2 configuration API
eXosip2 configuration API General purpose API. Data Structures struct eXosip_dns_cache struct eXosip_tls_credentials_s struct eXosip_tls_ctx_s Macros ...
分类:Windows程序   时间:2014-08-29 19:51:58    阅读次数:813
vs微软开发工具(插件配置文件/VS2010)
C:\Users\Administrator\Documents\Visual Studio 2010\addins Microsoft Visual Studio Macros 10.0 Microsoft Visual Studio 10.0 MyAddin1 - 未提供名称...
分类:其他好文   时间:2014-08-17 14:17:02    阅读次数:262
IOS应用发布NSLog的如何注释
1 选择工程的Target -> Build Settings -> Preprocessor Macros.如图,默认 Debug项,是“DEBUG=1”.2 在程序中设置全局宏定义在程序的 ApplicationName-Prefix.pch 文件中,加入如下,很简单12345#ifdef DE...
分类:移动开发   时间:2014-08-07 21:36:50    阅读次数:240
Single-stack real-time operating system for embedded systems
A real time operating system (RTOS) for embedded controllers having limited memory includes a continuations library, a wide range of macros that hide ...
分类:其他好文   时间:2014-07-28 11:26:00    阅读次数:301
wxWidgets Wrappers of CRT functions
-----From wxwidgets Docs 3.1Functions and Macros by CategoryDetailed DescriptionWrappers of CRT functionsFunctions and Macros by Category Detailed Des...
分类:移动开发   时间:2014-07-16 19:16:55    阅读次数:400
as3+java+mysql(mybatis) 数据自动工具(五)
现在介绍常量的配置,主要用于客户端(as3)与服务端(java)之间的常量同步,比如错误码、请求标识等配置格式: 常量定义只能有一个根节点 macros,子节点 macro 表示一个常量,子节点 group 同样表示一个常量,但它与其下子...
分类:数据库   时间:2014-05-26 02:46:20    阅读次数:416
c/c++中#和##链接符号的用法
#include #include /* 英语原文: In function-like macros, a # operator before an identifier in the replacement-list runs the identifier through parameter replacement and encloses the r...
分类:编程语言   时间:2014-05-06 22:01:02    阅读次数:378
139条   上一页 1 ... 12 13 14
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!