代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/368337/9700768
h gsl_matrix_ulong.h
/* matrix/gsl_matrix_ulong.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/368337/9700783
h gsl_matrix_int.h
/* matrix/gsl_matrix_int.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under th
www.eeworm.com/read/368337/9700839
h gsl_matrix_ushort.h
/* matrix/gsl_matrix_ushort.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/368337/9700852
h gsl_matrix_long.h
/* matrix/gsl_matrix_long.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/368337/9700932
h gsl_matrix_char.h
/* matrix/gsl_matrix_char.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/368337/9701055
h gsl_matrix_double.h
/* matrix/gsl_matrix_double.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/368337/9701088
h gsl_matrix_short.h
/* matrix/gsl_matrix_short.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/368337/9701099
h gsl_matrix_uint.h
/* matrix/gsl_matrix_uint.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under t
www.eeworm.com/read/367429/9749172
c matrix2d.c
/*
EZW编解码器的数据操作
*/
#include "matrix2d.h"
#include
#include
/*
* Allocate memory for a two-dimensional RxC matrix.
* Returns NULL on failure.
*/
matrix_2d *mat
www.eeworm.com/read/367429/9749185
h matrix2d.h
//EZW编解码数据结构的定义:矩阵结构
#ifndef __MATRIX_2D_H__
#define __MATRIX_2D_H__
typedef int element_type;
#define min_element_type -32768
#define max_element_type 32767
typedef struct __matrix_2d