代码搜索:LED Matrix

找到约 10,000 项符合「LED Matrix」的源代码

代码结果 10,000
www.eeworm.com/read/283258/9032997

java matrix_com.java

package fuzzy_project; class matrix_com //关系矩阵合成 { private double temp1; matrix_com() { temp1=0; } private double calmax(double x,double y) //比较参数的大小,返回大值 { if(x>=y)
www.eeworm.com/read/283258/9033012

java param_matrix.java

package fuzzy_project; class Param_Matrix { //参数截矩阵 private int row; private int col; private double param; private double Matrix[][]; private byte cut_Matrix[][]; public Param_
www.eeworm.com/read/283033/9046366

v matrix_op.v

module matrix_op( clk,reset,bit_in,bit_in_en, media_in,media_in_en, coder_first, bit_out,bit_out_en, first_out, data_out); input clk,reset; input bit_i
www.eeworm.com/read/185058/9059320

h matrix1.h

#include class Matrix1 //顺序存储结构的矩阵类 { private: int n; //矩阵的阶数 int *table;
www.eeworm.com/read/184769/9078359

sgml cairo-matrix.sgml

cairo_matrix_t Generic matrix operations
www.eeworm.com/read/184769/9078364

xml cairo-matrix.xml

www.eeworm.com/read/184769/9078809

c cairo-matrix.c

/* cairo - a vector graphics library with display and print output * * Copyright © 2002 University of Southern California * * This library is free software; you can redistribute it and/or * modif
www.eeworm.com/read/381491/9090111

m interleav_matrix.m

function [int_interleaving_array] = interleav_matrix( int_interleaving_buffer ) % % 生成满足S—距离特性的伪随机交织器; % % 本程序完成对S-随机交织器的设计,经过运算把每个信息序列所要交换到的地址记录 % 在交织数组中,在接收信息序列时,按所记录的交织数组中的内容进行操作。 %
www.eeworm.com/read/282438/9093559

h quant_matrix.h

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Quantization matrix management header - * * Copyright(C) 2002 Michael Militzer
www.eeworm.com/read/282438/9093590

c quant_matrix.c

/***************************************************************************** * * XVID MPEG-4 VIDEO CODEC * - Quantization matrix management code - * * Copyright(C) 2002 Michael Militzer