代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.cpp
//////////////////////////////////////////////////////////////////////
// Matrix.cpp
//
// 操作矩阵的类 CMatrix 的实现文件
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////
matrix.h
#ifndef MATRIX_INCLUDED
#define MATRIX_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
//
// Top BYTE of each glyph is used as flags
// (redraw state, intensity etc)
//
// Bottom BYTE of
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) Ap
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.h
//
// matrix.h
//
// Copyright (C) 1996 Limit Point Systems, Inc.
//
// Author: Curtis Janssen
// Maintainer: LPS
//
// This file is part of the SC Toolkit.
//
// The SC Toolkit
matrix.cc
//
// matrix.cc
//
// Copyright (C) 1996 Limit Point Systems, Inc.
//
// Author: Curtis Janssen
// Maintainer: LPS
//
// This file is part of the SC Toolkit.
//
// The SC Toolkit