代码搜索结果
找到约 72,433 项符合
LED Matrix 的代码
matrix.pm
package Graph::Matrix;
# $SIG{__DIE__ } = sub { use Carp; confess };
# $SIG{__WARN__} = sub { use Carp; confess };
use strict;
sub new {
my ($class, $g) = @_;
my @V = $g->vertices;
matrix.cpp
#ifndef DLL_FILE_MATRIX
#define DLL_FILE_MATRIX
#endif
#include
#include "Matrix.h"
#include
using namespace std;
Matrix& Matrix::operator=(const Matrix &mat)
{
matrix.h
//matrix.h
#ifndef MATRIX_H
#define MATRIX_H
class vector;
class matrix;
typedef double(*pfun)(double t);
typedef void (*fun_group)(double t,vector& y);
typedef double(*pfun2)(double t,do
matrix.h
//matrix.h
#ifndef MATRIX_H
#define MATRIX_H
class vector;
class matrix;
typedef double(*pfun)(double t);
typedef void (*fun_group)(double t,vector& y);
typedef double(*pfun2)(double t,do
led.c
/*
* 流水灯程序
* EasyAVR-M16 开发板例程
* CopyRights@EES
*
* 实现LED 流水显示
*
*/
/*
* File Name:led.c
* CopyRights @ EES
*
* Author:Einsn Liu
*
* Date:2007-5-24
*/
#i
led.lst
C51 COMPILER V8.08 LED 06/20/2007 16:16:06 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED
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.idl
[
uuid(00000000-0000-0000-0000-000000000000)
]
library MATRIX
{
};
led.h
/*
* led.h -- demo of LED application
*
* Author: lumit-admin
* Date: 2004-8-26
* Copyright: http://www.lumit.org
*/
/*******************************************