代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.c
//
// matrix.c
//
// Matrix-window implementation
//
#include
#include
#include
#include "globals.h"
#include "message.h"
#include "matrix.h"
#include "re
matrix.c
#include
#include
#include
/*
* @unimplemented
*/
GpStatus WINGDIPAPI
GdipCreateMatrix(GpMatrix **matrix)
{
return NotImplemented;
}
/*
*
matrix.h
/**
* \file matrix.h
* Matrix operations.
*/
/*
* Mesa 3-D graphics library
* Version: 3.5
*
* Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
*
* Permission is hereby
matrix.c
/*
* Mesa 3-D graphics library
* Version: 6.3
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
matrix.hpp
//===========================================================================//
// File: matrix.hh //
// Contents: Interface specification for
matrix.cpp
//===========================================================================//
// File: matrix.cc //
// Contents: Implementation details for t
matrix.c
#include "e.h"
column(type, p1) int type, p1; {
int i;
lp[p1] = ct - p1 - 1;
if( dbg ){
printf(".\t%d column of", type);
for( i=p1+1; i
matrix.c
#include "e.h"
column(type, p1) int type, p1; {
int i;
lp[p1] = ct - p1 - 1;
if( dbg ){
printf(".\t%d column of", type);
for( i=p1+1; i
matrix.h
// Matrix.h: interface for the Matrix class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MATRIX_H__1DACB5A1_AF0B_4107_AC25_02B08B049984__INCLUDED_)