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
Subscripts
gcc命令
对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat -Wchar-
subscripts
-Wimplicit-int-Wimplicit-function-declaration
dandelionj
·
2012-12-21 22:00
gcc编译选项详解
对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat -Wchar-
subscripts
-Wimplicit-int-Wimplicit-function-declaration
lb015331
·
2012-09-05 15:00
优化
汇编
gcc
扩展
编译器
optimization
gcc编译选项
提供了大量的警告选项,对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告:-Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat-Wchar-
subscripts
-Wimplicit-int-Wimplicit-function-declaration-Wcomment-Wformat-Wmain
chungle2011
·
2012-09-01 23:16
gcc编译选项
对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat -Wchar-
subscripts
-Wimplicit-int-Wimplicit-function-declaration
chungle2011
·
2012-09-01 23:00
优化
汇编
gcc
扩展
library
编译器
MatLab手记
2.二维数组的引用atlab中数组元素引用有三种方法:1.下标法(
subscripts
)2.索引法(index)3.布尔法(Boolean)Matlab中数组元素是按列存储(与Fortran一样),比如说下面的二维数组
lsldd
·
2012-07-10 19:00
GCC编译选项
对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat -Wchar-
subscripts
-Wimplicit-int-Wimplicit-function-declaration
Alan0521
·
2012-06-24 17:00
GCC 编译选项
对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat -Wchar-
subscripts
yongan1006
·
2012-04-10 18:00
优化
汇编
gcc
扩展
library
编译器
gcc编译选项总结
对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat -Wchar-
subscripts
fangwei1235
·
2012-02-21 10:00
c
优化
汇编
gcc
扩展
编译器
gcc编译选项
对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat -Wchar-
subscripts
-Wimplicit-int-Wimplicit-function-declaration
anxuegang
·
2011-06-22 20:00
优化
汇编
gcc
library
编译器
optimization
GCC 编译选项(转)
对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat -Wchar-
subscripts
xmphoenix
·
2011-03-21 10:00
GCC 编译选项。
对代码中可能存在的问题提出警告,通常可以使用-Wall来开启以下警告: -Waddress-Warray-bounds(onlywith-O2)-Wc++0x-compat -Wchar-
subscripts
wenlei_zhouwl
·
2011-02-28 12:00
优化
汇编
gcc
扩展
编译器
optimization
VBS教程:VBscript语句-Private 语句
Privatevarname[([
subscripts
])][,varname[([
subscripts
])]]...参数varname变量的名称;遵循标准变量命名约定。
·
2006-11-16 00:00
VBS教程:VBScript 语句-Public 语句
Publicvarname[([
subscripts
])][,varname[([
subscripts
])]]...参数varname变量的名称,遵循标准变量命名约定。
·
2006-11-16 00:00
VBS教程:VBScript 语句-ReDim 语句
ReDim[Preserve]varname(
subscripts
)[,varname(
subscripts
)]...参数Preserve当更改现有数组最后一维的大小时保留数据。
·
2006-11-16 00:00
VBS教程:VBscript语句-Dim 语句
Dimvarname[([
subscripts
])][,varname[([
subscripts
])]]...参数varname变量的名称,符合标准变量命名约定。
·
2006-11-16 00:00
上一页
1
2
3
下一页
按字母分类:
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
其他