代码搜索结果

找到约 1,193 项符合 Q 的代码

q.txt

%{ #include int lineno=1; %} line.*\n %% {line} {printf("%5d%s",lineno++,yytext);} %% int main() {yylex();return 0;} int yywrap() {return 1;}

main.cmd

-q -cr -m fwrite.map -o fwrite.out -stack 0x0800 -x main.obj Start.obj MEMORY { IDRAM : origin = 0x00000000,len = 0x00010000 } SECTIONS { .vectors: {} > IDRAM .tex

fwrite.cmd

-q -cr -m fwrite.map -o fwrite.out -x C:\dspstar\c6000\lib\rts6700.lib Start.obj main.obj MEMORY { IDRAM : o = 0x00000000, l = 0x00010000 } SECTIONS { .vectors: {} > IDRAM .text:

vgg_line3d_ppv.m

% Q = vgg_line3d_Ppv(P) Transforms a camera matrix to use it with Pluecker vector 3d line representation. % % P ... double(3,4), ordinary camera matrix % Q ... double(6,3), transformed camera matr

untitled3.m

q=[0] p=[-50 -100] f1=0 f2=100 k=0.1 splxy(f1,f2,k,p,q)