代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/111672/6154061
c matrix.c
/**********************************************************************
* *
* This C language library provides some simple matrix
www.eeworm.com/read/110972/6162266
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-
www.eeworm.com/read/109236/6175794
h matrix.h
/* *********************************************************************
matrix.h - matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it and/or mo
www.eeworm.com/read/109236/6175812
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/108009/6187284
dsp matrix.dsp
# Microsoft Developer Studio Project File - Name="matrix" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/108009/6187285
cpp matrix.cpp
///////////////////////////////////////////////////////////////////////////////
//
// Matrix.cpp
//
// Demonstrates template metaprogramming for matrix operations
//
// Copyright
www.eeworm.com/read/108009/6187287
h matrix.h
///////////////////////////////////////////////////////////////////////////////
//
// Matrix.h
//
// Demonstrates template metaprogramming for matrix operations
//
// Defines the following template fu
www.eeworm.com/read/105889/6197273
java matrix.java
/*$************************************************************************************************
**
** $Id: Matrix.java,v 1.1 2004/05/06 15:51:51 desruisseaux Exp $
**
** $Source: /cvsroot/geoa
www.eeworm.com/read/104729/6202898
h matrix.h
// Copyright (c) 1998 Relic Entertainment Inc.
// Written by Janik Joire
//
// $History: $
#ifndef MATRIX_H
#define MATRIX_H
// General constants
#ifndef PI
#define PI 3.141592653589793238
www.eeworm.com/read/104729/6202900
cpp matrix.cpp
// Copyright (c) 1998 Relic Entertainment Inc.
// Original code written by Keith Hentschel
// Adapted by Janik Joire
//
// $History: $
#include
#include
#include