代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/167893/5451123
c matrix.c
/***********************************************************************
matrix.c - simple matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it an
www.eeworm.com/read/167728/5453079
c matrix.c
#include
#include
int
main (void)
{
int i, j;
gsl_matrix * m = gsl_matrix_alloc (10, 3);
for (i = 0; i < 10; i++)
for (j = 0; j < 3; j++)
gsl_matrix_s
www.eeworm.com/read/167728/5454588
c matrix.c
#include
#include
#include
#define BASE_GSL_COMPLEX_LONG
#include "templates_on.h"
#include "matrix_source.c"
#include "templates_off.h"
#undef BASE_G
www.eeworm.com/read/165306/5483551
h matrix.h
#ifndef _MATRIX_H
#define _MATRIX_H
#include "defines.h"
namespace annie
{
/** A class for 2-dimensional matrices.
* This probably isn't the most efficient way to do matrix operations,
* use of
www.eeworm.com/read/163840/5507985
xpm matrix.xpm
/* XPM */
static char * matrix[] = {
"32 32 3 1",
" c None s None",
"X c black",
". c lemon chiffon",
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ",
"X.............................XX",
"X.......................
www.eeworm.com/read/163840/5508053
xbm matrix.xbm
#define noname_width 32
#define noname_height 32
static char noname_bits[] = {
0xff,0xff,0xff,0x7f,0x01,0x00,0x00,0xc0,0x01,0x00,0x00,0xc0,0x01,0x00,0x00,
0xc0,0x39,0x00,0x00,0xc7,0x09,0x00,0x00,0xc
www.eeworm.com/read/163260/5510891
h matrix.h
/////////////////////////////////////////////////////////////////////////////
// Matrix.h :
// Interface of the class CMatrix
// Author : freeia
// Modified Date : 3/11/2003
// E-mail : freeia@
www.eeworm.com/read/163260/5510915
h matrix.h
/////////////////////////////////////////////////////////////////////////////
// Matrix.h :
// Interface of the class CMatrix
// Author : freeia
// Modified Date : 3/11/2003
// E-mail : freeia@
www.eeworm.com/read/163260/5510925
cpp matrix.cpp
/////////////////////////////////////////////////////////////////////////////
// Matrix.cpp : Implementation of the class Matrix
//
/////////////////////////////////////////////////////////////////
www.eeworm.com/read/163260/5510930
h matrix.h
/////////////////////////////////////////////////////////////////////////////
// Matrix.h :
// Interface of the class CMatrix
// Author : freeia
// Modified Date : 3/11/2003
// E-mail : freeia@