代码搜索结果
找到约 10,000 项符合
Q 的代码
q.c
/*本程序是为电镀电源中的MSP430F135设计的.在本程序中不能设置本机号码,本机号码由TMS320LF2407预先设置并传递过来.
没有收到的机号不预设显示空间,只是按接收的顺序显示*/
#include
char status=10,Dot=0;//状态初始值为10,小数点的个数初始值为0
char BootChar1=0,BootCh
q.c
int array[10];
main()
{
char i;
i=4;
i=4;
i=4;
i=4;
array[i++] = 4;
}
q.txt
%{
#include
int lineno=1;
%}
line.*\n
%%
{line} {printf("%5d%s",lineno++,yytext);}
%%
int main()
{yylex();return 0;}
int yywrap()
{return 1;}
q.m
function [a]=Q(rx_symbol,modulation)
%***********************************************************************
% This file carries out 'slicing' operation to the nearest constellation
%*************
q.m
% Q Compute the Q function
%
% [y] = Q (x) computes Q(x)=1/2*erfc(x/sqrt(2))
%
function [y] = Q(x)
y = 0.5*erfc(x/sqrt(2));
q.htm
Q
Functions - Q
[index]