代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
matrix.h
K 25
svn:wc:ra_dav:version-url
V 45
/repos/$svn/ver/69.4/whale/trunk/src/matrix.h
END
matrix.h
K 13
svn:eol-style
V 6
native
END
matrix.c
#ifndef lint
static char sccsid[] = "@(#)matrix.c 4.2 8/11/83";
#endif
#include "e.h"
column(type, p1) int type, p1; {
int i;
lp[p1] = ct - p1 - 1;
if( dbg ){
printf(".\t%d column of", type);
matrix.h
/***********************************************************************
matrix.h - matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it and/or mo
matrix.c
/***********************************************************************
matrix.c - simple matrix operations
Copyright (C) 1991 Dean Rubine
This program is free software; you can redistribute it an
matrix.h
/*******************************************************************
* matrix.h - Interface to module for handling matrix operation *
* Copyright by Xiangyu Dong
matrix.cpp
/*******************************************************************
* matrix.cpp - Implementation of handling matrix operation *
* Copyright by Xiangyu Dong