代码搜索结果
找到约 10,000 项符合
Q 的代码
tabla_q.vhd
--------------------------------------------------------------------------------
-- This file is owned and controlled by Xilinx and must be used --
-- solely for design, simulation
tabla_q.mif
00000101
00000011
00000011
00000100
00000011
00000011
00000101
00000100
00000100
00000100
00000101
00000101
00000101
00000110
00000111
00001101
00001000
00000111
00000111
00000111
q_matrix.h
/*!
***************************************************************************
* \file
* q_matrix.h
*
* \brief
* Headerfile for q_matrix array
*
* \date
* 07. Apr 2004
q_matrix.c
/*!
*************************************************************************************
* \file q_matrix.c
*
* \brief
* read q_matrix parameters from input file: q_matrix.cfg
*
**
q_matrix.cfg
# This is the configuration file for initialising the Q matrix.
# Altogether 6 matrix for 4x4 block and 2 matrix for 8x8 block
# The values range from 1 to 255
# If first value of matrix is equal t
os_q.c
/*
*********************************************************************************************************
* uC/OS-II
*
q506.m
%《MATLAB在电子信息课程中的应用》第五章例5.6程序q506
% 直流电路的暂态计算:二阶过阻尼电路
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, format compact
L=0.5; R=12.5; C=0.02; % 输入元件参数
uc0=1; iL0=0;
alpha=R/2/L; wn=sqrt(1/(L*C)); %
q518.m
%《MATLAB在电子信息课程中的应用》第五章例5.18程序q518
% 网络参数变换
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
% 1. 网络参数变换
format
r=100; L=0.02; C=0.01;w=300;
z1=r; z2 =j*w*L; z3=1/(j*w*C);
Z(1,1) =z1+z2; Z(1,2)=z2; Z(2,1
q513.m
%《MATLAB在电子信息课程中的应用》第五章例5.13程序q513
% 交流电路的稳态计算:利用模值求解
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear
IR=10;Xc=10;R=20; % 设定元件值
U1m=200;U2m=200; % 设定已知变量
YL(1)=U1m/U2m/Xc+sqrt((U1m/U2m/Xc)^2-(
q502.m
%《MATLAB在电子信息课程中的应用》第五章例5.2程序q502
% 含受控源的直流电路计算
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear,format compact
%fg512
R1=4;R2=4;R3=4;R4=2; % 设置元件参数
is=2;k1=0.5;k2=4;
% 按A*X=B*is列写此电路的矩阵方程,其中X=[ua