代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/184417/9102508
html fglindexpointer.html
NAME
fglIndexPointer - define an array of color indexes
FORTRAN SPECIFICATION
SUBROUTINE
www.eeworm.com/read/184417/9102533
html fglnormalpointer.html
NAME
fglNormalPointer - define an array of normals
FORTRAN SPECIFICATION
SUBROUTINE fg
www.eeworm.com/read/184417/9102604
html fgldrawelements.html
NAME
fglDrawElements - render primitives from array data
FORTRAN SPECIFICATION
SUBROUTINE
www.eeworm.com/read/184417/9102612
html fglarrayelement.html
NAME
fglArrayElement - render a vertex using the specified vertex
array element
FORTRAN SPECIFICATION
www.eeworm.com/read/184417/9102632
html fglcolorpointer.html
NAME
fglColorPointer - define an array of colors
FORTRAN SPECIFICATION
SUBROUTINE fglC
www.eeworm.com/read/184417/9102653
html fgltexcoordpointer.html
NAME
fglTexCoordPointer - define an array of texture coordinates
FORTRAN SPECIFICATION
SUBROUT
www.eeworm.com/read/381211/9104209
m integral.m
function y=integral(x,fs)
% y=integral(x,fs)
%
% y =frequency-domain integration of x
% in a column vector or array of column vectors.
% fs =sampling frequency (samples/s).
% Unlike other me
www.eeworm.com/read/282274/9107237
c arrayadd.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x\n", count);
printf("Address of the array
www.eeworm.com/read/282274/9107298
c arraytwo.c
#include
void main(void)
{
int count[10];
float salaries[5];
long distances[10];
printf("Address of the array count is %x &count is %x\n",
count, &count);
p
www.eeworm.com/read/184327/9109625
pas ac1114.pas
program tju1114;
const
maxsize=10;
maxp=30000;
dx:array[1..4]of shortint=(0,0,1,-1);
dy:array[1..4]of shortint=(1,-1,0,0);
var
map:array[0..maxsize+1,0..maxsize+1]of char;
dist:arr