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
__attribute__
GNU C 的 __
attribute__
机制
GNU C 的 __
attribute__
机制 ---------------------------------------------------------------- 原作者:afreez
izuoyan
·
2008-05-08 08:00
C++
c
qq
C#
gcc
__init的用法
下面是其定义:file:/include/linux/init.h 43#define__init __
attribute__
((__section__(".init.text")))__cold
eroswang
·
2008-04-23 13:00
exception
File
compiler
Descriptor
linker
variables
attribute 用法[zt]
http://blog.chinaunix.net/u/22617/showart_187510.html摘要:在学习linux内核代码及一些开源软件的源码(如:DirectFB),经常可以看到有关__
attribute
3444542
·
2008-04-22 12:00
#嵌入式linux
GNU C的 __
attribute__
机制
GNU C 的一大特色(却不被初学者所知)就是 __
attribute__
机制。
shake863
·
2008-04-15 15:00
数据结构
C++
c
C#
gcc
GNU C的 __
attribute__
机制
阅读更多GNUC的一大特色(却不被初学者所知)就是__
attribute__
机制。
shake863
·
2008-04-15 15:00
C
C++
C#
GCC
数据结构
SPCE061A使用时基,实现从8Hz到1024Hz的定时器
hellogv/ #include "SPCE061A.H" unsigned int g_uiOutput=0,iii=0; void IRQ6(void) __
attribute
izuoyan
·
2008-02-12 20:00
C++
c
.net
C#
Blog
SPCE061A使用时基,实现从8Hz到1024Hz的定时器
hellogv/ #include "SPCE061A.H" unsigned int g_uiOutput=0,iii=0; void IRQ6(void) __
attribute
nello
·
2008-02-12 20:00
C++
c
.net
Blog
C#
SPCE061A使用时基,实现从8Hz到1024Hz的定时器
blog.csdn.net/hellogv/ #include "SPCE061A.H" unsigned int g_uiOutput=0,iii=0; void IRQ6(void) __
attribute
fanguanghui
·
2008-02-12 20:00
定时器
symbian, 字节对齐
TheGCCcompilerignores"#pragmapack"statementwhencompilingforARMplatform,soyoushoulduse"__
attribute__
((
ydfok
·
2008-01-31 14:00
__atribute__使用:关于_
attribute__
((used,__section__(".xxxx")))的理解
从etherboot代码中发现有一个__
attribute__
的使用,#define__pci_driver __
attribute__
((used,__section__(".drivers.pci"
hitxiaotao
·
2008-01-16 09:00
struct
编译器
GNC扩展之_attribute_机制
GNUC的一大特色(却不被初学者所知)就是__
attribute__
机制。
abc19842008
·
2007-12-20 18:00
GCC __
attribute__
(转载)
Oneofthebest(butlittleknown)featuresofGNUCisthe__attribute__mechanism,whichallowsadevelopertoattachcharacteristicstofunctiondeclarationstoallowthecompilertoperformmoreerrorchecking.Itwasdesignedinaway
tianqio
·
2007-12-05 19:00
function
gcc
Parameters
compiler
attributes
Warnings
内存对齐指令
通常来说内存对齐很能提高速度的,使用如下指令在两个操作系统下面令内存对齐#ifdef _WIN32 typedef __declspec(align(16)) struct#elif _LINUX typedef __
attribute
It crAcks
·
2007-10-03 11:00
使用__
attribute__
处理结构对齐问题
GNUC扩展的__
attribute__
机制被用来设置函数、变量、类型的属性,其用得较多的是处理字节对齐的问题。
abc19842008
·
2007-08-03 22:00
内存对齐
{ structms{ doublex; chara; inty; };// }__
attribute
perddy
·
2007-08-03 17:00
[转]GNU C 扩展之__
attribute__
机制简介
[转]GNUC扩展之__
attribute__
机制简介摘要: 在学习linux内核代码及一些开源软件的源码(如:DirectFB),经常可以看到有关__
attribute__
的相关使用。
悠然小调的完美主义博客
·
2007-05-26 08:00
c语言中的内存对齐
如果在结构体后面加上__
attribute__
((packed));记得带上后面的";"那么就是严格的各个成员的大小之和。
pleasetojava
·
2007-05-10 13:00
数据结构
C++
c
C#
D语言
GCC属性
gcc扩展功能极多,__
attribute__
是gcc的关键字,用以描述变量属性,gcc.info中都有详细介绍。
zqy2000zqy
·
2006-08-29 16:00
GNU C __
attribute__
机制简介
摘要:在学习linux内核代码及一些开源软件的源码(如:DirectFB),经常可以看到有关__
attribute__
的相关使用。
afreez
·
2006-06-17 13:00
职场
休闲
GNU C __
attribute__
机制简介
摘要:在学习linux内核代码及一些开源软件的源码(如:DirectFB),经常可以看到有关__
attribute__
的相关使用。
afreez
·
2006-06-17 13:00
职场
休闲
GNU C 扩展之__
attribute__
机制简介
摘要: 在学习linux内核代码及一些开源软件的源码(如:DirectFB),经常可以看到有关__
attribute__
的相关使用。
ganxingming
·
2006-06-17 13:00
c
struct
扩展
编译器
profiling
attributes
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
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
其他