代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/133539/14036237
cpp test_matrix.cpp
// This is -*- C++ -*-
// $Id: test_matrix.cpp,v 1.10 1999/07/09 18:43:27 trow Exp $
/* test_matrix.cpp
*
* Copyright (C) 1998 EMC Capital Management, Inc.
*
* Developed by Jon Trowbridge
www.eeworm.com/read/133315/14048937
java matrix_chain.java
/**
*动态规划:矩阵连乘结合
*/
public class Matrix_Chain
{
public static void main(String[] args)
{
/*假设矩阵:
int[][] A0=new int[10][30];
int[][] A1=new int[30][70];
int[][] A2=new int[70][1]
www.eeworm.com/read/235723/14054909
dat matrix2.dat
4
2 1 5 -8
7 6 2 2
-1 -3 -10 4
2 2 2 1
5
0 -15 14 -13 5
17 50 1 84 30
-10
www.eeworm.com/read/205038/15327947
c invert_matrix.c
/*
* This file is part of TISEAN
*
* Copyright (c) 1998-2007 Rainer Hegger, Holger Kantz, Thomas Schreiber
*
* TISEAN is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/204417/15339991
cpp matrix_mult.cpp
#pragma warning(disable:4786)
#include
#include
#include
using namespace std;
#define N 5
//int x[N + 1] = {2,8,7,3,5,6};
int x[N + 1] = {3,2,4,5,6,1};
in
www.eeworm.com/read/203303/15362740
txt matrix2.txt
6
0 0.9 0.9 -1 -1 -1
0.9 0 0.9 -1 -1 -1
0.9 0.9 0 -1 -1 -1
-1 -1 -1 0 1 1
-1 -1 -1 1 0 1
-1 -1 -1 1 1 0
www.eeworm.com/read/203303/15362744
txt matrix1.txt
6
0 0.9 0.9 -1 -1 -1
0.9 0 0.9 -1 -1 -1
0.9 0.9 0 -1 -1 -1
-1 -1 -1 0 1 1
-1 -1 -1 1 0 1
-1 -1 -1 1 1 0