E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
macros
怎样写参数个数可变的宏
/printk(KERN_DEBUGfmt,##arg)用可变参数宏(variadic
macros
)传递可变参数表你可能很熟悉在函数中使用可变参数表,如:voidprintf(constchar*format
aobai219
·
2010-12-22 17:00
c
gcc
扩展
编译器
macros
preprocessor
关于编程学习的七点思索
关于编程学习的七点思索作者:Chad Perrin翻译:PurpleEndurer,2010-12-21 第1张分类:*nix, Code Writing, 编写代码, Databases, 数据库,
Macros
isiqi
·
2010-12-22 09:00
JavaScript
编程
脚本
lua
网页游戏
关于编程学习的七点思索
关于编程学习的七点思索作者:ChadPerrin翻译:PurpleEndurer,2010-12-22第2版分类:*nix,CodeWriting,编写代码,Databases,数据库,
Macros
,宏
Purpleendurer
·
2010-12-21 12:00
JavaScript
编程
unix
脚本
PostgreSQL
语言
用可变参数宏
=在GNUC中,宏可以接受可变数目的参数,就象函数一样,例如:#definepr_debug(fmt,arg...)printk(KERN_DEBUGfmt,##arg)用可变参数宏(variadic
macros
大龙的博客
·
2010-12-03 16:00
6、与磁盘处理相关的几个API
CreateFile FunctionZeroMemory
MacroS
etupDiEnumDeviceInterfaces FunctionSetupDiGetDeviceInterfaceDetail
·
2010-12-02 23:00
api
如何在C语言中实现可变长度的参数
通过查看C-API可以了解到这个
Macros
: va_start(); va_arg(); va_
arescaiser
·
2010-11-30 23:00
C++
c
C#
D语言
c/c++预定义宏
Predefined
Macros
VisualStudio2005OtherVersionsVisualStudio2010VisualStudio2008VisualStudio.NET2003 NamesthepredefinedANSICandMicrosoftC
p569354158
·
2010-11-28 23:00
buffer
Path
compiler
macros
compilation
preprocessor
Tricks of C
macros
Sample code showing some tricks of C macro usage. #include <stdio.h> /* * Argument concatenation */ #define concatenate(front, back) front ## back /* * GNU
yaojingguo
·
2010-11-17 17:00
html
C++
c
C#
gcc
u-boot源码宏 MK_STR
在分析u-boot源码发现这样的宏:/* *
Macros
totransformvalues *intoenvironmentstrings.
yao3gang
·
2010-11-05 11:35
职场
#
休闲
MK_STR
u-boot源码宏 MK_STR
在分析u-boot源码发现这样的宏:/* *
Macros
totransformvalues *intoenvironmentstrings.
yao3gang
·
2010-11-05 11:35
职场
#
休闲
MK_STR
[VSX.001]深入VS SDK
Automation:主要用来做一些可以被自动化的重复性任务,以宏(
macros
),插件(add-in),向导(wizard). VSPacka
·
2010-11-03 12:00
sdk
What's the use of do while(0) when we define a macro?
whenreadingthelinuxkernel,youwillfindmany
macros
likethis:#defineINIT_LIST_HEAD(ptr)do{/ (ptr)->next
zhenyongyuan123
·
2010-11-02 22:00
C1X系列:type-generic
macros
C1X系列:type-generic
macros
by林海枫http://blog.csdn.net/linyt/archive/2010/10/25/5966485.aspx承蒙转载,请保持本文的完整性
linyt
·
2010-10-25 09:00
c
gcc
编译器
macros
Types
__FUNCTION__ and __LINE__ in Python
Whenyouwanttologsomething,Cpre-processor
macros
__FUNCTION__and__LINE__arequitehelpful(althoghthefirstisaGNUextensionforGCC
·
2010-10-22 11:00
function
《Windows核心编程》の防御性编程--断言
断言通常是一个例程(routine)或一个宏(
macros
),断言通常包含有两个参数:布尔表达式和消息。布尔表达式的反面是一个错误,C标准库提供了一个assert宏,它只带有一个
wapysun
·
2010-10-12 21:00
windows
symbian命名规范
Symbian OS上的应用程序使用一组标准的约定来命名类(class)、结构(struct)、变量(variable)、函数(function)、宏(
macros
)、枚举(enumeration)和常量
actual_
·
2010-09-30 16:00
struct
Class
dialog
library
Symbian
construction
NMAKE.EXE学习
[
macros
...][targets...]
hmg25
·
2010-09-29 14:00
list
Microsoft
工具
makefile
磁盘
macros
MaxScript入门指引系列(四)MaxScript Editor和
Macros
cripts
MaxScriptListener用来测试小段代码,测试成功后再写到最终的脚本语言编辑器Eidtor。故在用Editor写脚本程序时,对于单独的功能可以先在Listener进行测试。故推荐使用两个文件夹:一个用来存放用Listener写的代码,另一个用来存放最终的代码,它应含有错误检查,文档及界面等。ctrl+E,执行代码。1.旋转上次我们讲过移动move,使用比较简单。旋转在MaxScript中
csmqq
·
2010-09-25 17:00
怎样写参数个数可变的宏(转)
用可变参数宏(variadic
macros
)传递可变参数表你可能很熟悉在函数中使用可变参数表,如:voidprintf(constchar*format,…);直到最近,可变参数表还是只能应用在真正的函数中
lishuiwang
·
2010-09-20 16:00
AVR之EEPROM
因为
macros
.h文件是空的并说明用AVRdef.h,所以就用啦。写时序如下(第3步和第4步的次序并不重要):1.等待EEWE位变为零2.等待SPMCSR中的SPMEN位变为零3.将新的EE
maoge_2010
·
2010-08-27 23:29
职场
休闲
数码管
eeprom
AVR之EEPROM
因为
macros
.h文件是空的并说明用AVRdef.h,所以就用啦。写时序如下(第3步和第4步的次序并不重要):1.等待EEWE位变为零2.等待SPMCSR中的SPMEN位变为零3.将新的EE
maoge_2010
·
2010-08-27 23:29
职场
休闲
数码管
eeprom
Macros
for Build Commands and Properties for Visual Studio 2010
MacroDescription$(RemoteMachine)SettothevalueoftheRemoteMachinepropertyontheDebugpropertypage.SeeChangingProjectSettingsforaC/C++DebugConfigurationformoreinformation.$(Configuration)Thenameofthecurren
kylin_p
·
2010-08-27 13:00
How to create, use, and manage
macros
in Visual Studio
Create, Use, and Manage
Macros
The following procedure illustrates how to create a new macro project
javatome
·
2010-08-18 15:00
create
介绍GNU C和C99标准中的可变参数宏(variadic
macros
)
/printk(KERN_DEBUGfmt,##arg)用可变参数宏(variadic
macros
)传递可变参数表你可能很熟悉在函数中使用可变参数表,如:voidprintf(constcha
pendle
·
2010-08-17 18:00
c
gcc
扩展
编译器
macros
preprocessor
设置和取得CvMat的值(简单方法)
Thetwo
macros
discussedin"Theeasyway"aresuitableonlyforaccessingone-and//!!two-dimensionalar
tyt2222008
·
2010-08-08 19:00
Arrays
Access
include
float
Matrix
macros
Studying note of GCC-3.4.6 source (73)
5.2.Macro,assertionincommandline
Macros
definedincommandlinearehavedefinitiongeneratedbeforethosedefinedinsourcefile.If
macros
ofthesamenamebothappearincommandlineandsourcefile
wuhui_gdnt
·
2010-08-05 11:00
File
search
token
include
Parsing
preprocessor
Using MFC MBCS/Unicode Conversion
Macros
TN059:UsingMFCMBCS/UnicodeConversion
Macros
Thefollowingtechnicalnotehasnotbeenupdatedsinceitwasfirstincludedintheonlinedocumentation.Asaresult
michealmeng555
·
2010-07-20 22:00
application
mfc
documentation
each
returning
macros
__STDC_LIMIT_
MACROS
和 __STDC_CONSTANT_
MACROS
Question:IseethisinthestandardC++librariesformysystem,aswellassomeoftheheadersinalibraryI'musing.Whatarethesemanticsofthesetwodefinitions?Isthereagoodreferencefor#defineslikethisotherthanthesourceitse
michael_kang
·
2010-07-20 11:00
c
user
System
library
reference
macros
configure.ac (configure.in)
isaninputfileforautoconf.Itcontainsteststhatcheckforconditionsthatarelikelytodifferondifferentplatforms.Thetestsaremadebyactuallyinvokeautoconf
macros
.confi
hnarke
·
2010-06-25 18:00
Linux
nagios :Understanding
Macros
and How They Work
Example1:HostAddressMacroWhenyouusehostandservice
macros
incommanddefinitions,theyrefertovaluesforthehostorserviceforwhichthecommandisbeingrun.Let'stryanexample.Assumingweareusingahostdefinitionandache
企图穿越
·
2010-06-24 22:00
Fedora下 DirectFB 开发手记(四) 编译 webkit (未完)
yuminstallxinetdtelnet-serversambasamba-commonsamba-clientmakegcctftp-serverpatchgettextlibtoolgcc-c++nfs-utilsautoconfautomakelibtoolgperfbisonflexgtk-docxorg-x11-util-
macros
turui
·
2010-06-24 09:00
DirectUI之莫名其妙
http://www.codeproject.com/KB/miscctrl/jobwnd.aspx http://www.codeproject.com/KB/
macros
/wlmplugin.aspx
ray_linn
·
2010-06-22 13:00
框架
.net
Microsoft
WPF
编译出支持UNICODE的程序
在命令行模式下加入编译参数: /D Defines constants and
macros
.
Zhongwei_leg
·
2010-06-18 18:00
C++
c
windows
Microsoft
FP
Return database object names
ReturndatabaseobjectnamesAuthor(s)DevAshish(Q)HowcanIretrievenamesofdatabaseobjects(queries/forms/table/reports/modules/
macros
Augusdi
·
2010-06-17 14:00
object
table
database
System
Access
macros
VC/GCC 宏一览
C/C++宏大全一、标准预定义宏Thestandardpredefined
macros
arespecifiedbytherelevantlanguagestandards,sotheyareavailablewithallcompilersthatimplementthosestandards.Oldercompilersmaynotprovideallofthem.Theirnamesallst
clozxy
·
2010-05-27 17:00
String
Integer
compiler
macros
compilation
preprocessor
Standard Predefined
Macros
3.7.1StandardPredefined
Macros
Thestandardpredefined
macros
arespecifiedbytherelevantlanguagestandards,sotheyareavailablewithallcompilersthatimplementthosestandards.Oldercompilersmaynotprovideallofthem.Th
clozxy
·
2010-05-27 17:00
va_list解析
va_end界定,一时难说清,详细见《Windows32程序设计》Unicode部分va_liststructureUsedtoholdinformationneededbyva_argandva_end
macros
.Calledfunctiondeclaresvariableoftypeva_listthatcanbepassedasargumentt
yinsen12357
·
2010-05-27 12:17
职场
休闲
解析
c&c++程序设计
va_list解析
详细见《Windows32程序设计》Unicode部分va_list structure Used to hold information needed by va_arg and va_end
macros
yinsen12357
·
2010-05-27 12:17
解析
职场
休闲
va_list
va_list解析
详细见《Windows32程序设计》Unicode部分va_list structure Used to hold information needed by va_arg and va_end
macros
yinsen12357
·
2010-05-27 12:17
解析
职场
休闲
va_list
魔獸世界 法師
]冰冻术/cast[nopet]召唤水元素;[pet]冰冻术/stopmacro[nopet]/petstay/petpassive 奥法天赋 奧法輸出宏http://wow.766.com/mage
macros
comedsh
·
2010-05-22 19:00
html
PHP
bbs
FP
i
Macros
一个好东西
偶然间用到,不错的东西 具体见:http://forum.iopus.com/index.php
shark0001
·
2010-04-30 18:00
消除宏的副作用
#include/* *About: Demoof
macros
ideeffectiveandhowtoresolveit *Author:FurtherChan *Date: SatApr24,2010
furtherchan
·
2010-04-26 08:00
Studying note of GCC-3.4.6 source (34)
ReadinmacrodefintionsInrestofPCHfile,itcontainsdetailofdefinitionof
macros
.Bythisinformation,wecaninsertthosedefintionsincpp_readernow.InPCHfile
wuhui_gdnt
·
2010-04-23 09:00
Opentaps分页原理
其中有如下代码: <@import location="component://opentaps-common/webapp/common/includes/lib/opentapsForm
Macros
.ftl
leomne
·
2010-04-19 16:00
JavaScript
Ajax
freemarker
脚本
dojo
基于位置信息的物联网应用 - Sense networks
其网站介绍的解决方案中,
Macros
ense用位置信息分析用户的生活消费习惯,能够为营销公司等提供用户分类,用户习惯分析、依据历史信息推送用户感兴趣的产品。
dengta_snowwhite
·
2010-04-16 15:00
如何使用"MySQL-Proxy"实现读写分离
这个代理可以用来分析、监控和变换(transform)通信数据,它支持非常广泛的使用场景:·负载平衡和故障转移处理·查询分析和日志·SQL宏(SQL
macros
)·查询重写(queryrewriting
lgm252008
·
2010-04-04 21:00
什么时候RTTI会用得上
IfyouhavederivedyourclassfromCObjectandusedtheDECLARE_DYNAMICandIMPLEMENT_DYNAMIC,theDECLARE_DYNCREATEandIMPLEMENT_DYNCREATE,ortheDECLARE_SERIALandIMPLEMENT_SERIAL
macros
explainedinthearticleCObjectCla
fage87295970
·
2010-04-03 22:00
Linux系统内核中判断大小的宏
Min和Max宏:/**min()/max()
macros
thatalsodo*stricttype-checking..Seethe*"unnecessary"pointercomparison.
nancygreen
·
2010-03-29 17:00
DLL共享变量
// The following ifdef block is the standard way of creating
macros
which make exporting // from a DLL
S.l.e!ep.¢%
·
2010-02-17 21:00
2410触摸屏驱动
#include#include#include#include#include#include#include#include#ifdefCONFIG_PM#include#endif/*debug
macros
yd4330152763132
·
2010-02-01 02:00
上一页
27
28
29
30
31
32
33
34
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他