代码搜索:Matrix

找到约 10,000 项符合「Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/209030/15228807

h matrix.h

/********************************************************/ /* filename: matrix.h */ /* */ /**********************
www.eeworm.com/read/209030/15228867

cc matrix.cc

/********************************************************/ /* filename: matrix.cc */ /* */ /**********************
www.eeworm.com/read/207830/15260718

exe matrix.exe

www.eeworm.com/read/207830/15260720

asm matrix.asm

MYDATA SEGMENT LEN DW 0,'$' MA DB 16 DB ? DB 16 DUP(0) DB 0DH,0AH,'$' MB DB 16 DB ? DB 16 DUP(0) DB 0DH,0AH,'$'
www.eeworm.com/read/206869/15286589

m matrix.m

A=[]; for i=1:5 for j=0:9 A(i,i+j*5)=1; end end C=zeros(10,50); F=zeros(3,50); E=zeros(3,50); B=zeros(10,50); for i=1:10 for j=1:3 B(i,(i-1)*5+j)=1; end
www.eeworm.com/read/205755/15307374

h matrix.h

//matrix.h////////////////////////////////////////////////////////////////// // 2005.1.13-16:02 By Superman #include "math.h" /*****************************************************************
www.eeworm.com/read/205526/15314324

h matrix.h

/************************************************************************/ /*file name : matrix.h */ /*function : basic operation with regard to
www.eeworm.com/read/14187/319304

plo matrix.plo

matrix.lo matrix.o: matrix.c quicktime.h ../../include/mpeg4ip.h \ ../../mpeg4ip_config.h ../../include/mpeg4ip_version.h \ /usr/include/stdio.h /usr/include/_types.h /usr/include/sys/_types.h \
www.eeworm.com/read/14187/319411

c matrix.c

#include "quicktime.h" int quicktime_matrix_init(quicktime_matrix_t *matrix) { int i; for(i = 0; i < 9; i++) matrix->values[i] = 0; matrix->values[0] = matrix->values[4] = 1; matrix->values[8]