代码搜索结果
找到约 1,193 项符合
Q 的代码
q.htm
手机MOB娱乐之家--音乐搜索
q.c
int array[10];
main()
{
char i;
i=4;
i=4;
i=4;
i=4;
array[i++] = 4;
}
q.m
function [y]=Q(x)
% [y]=Q(x)
% Q evaluates the Q-function.
% y = 1/sqrt(2*pi) * integral from x to inf of exp(-t^2/2) dt.
% y = (1/2) * erfc(x/sqrt(2)).
y=(1/2)*erfc(x/sqrt(2));
q
#!/bin/csh
clear
set pid=`ps -ef|grep radius|awk '{print $2}'|more +2`
kill $pid
set pid=`ps -ef|grep radius|awk '{print $2}'|more +1`
kill $pid
q.c
// This program configures the General Programmable Interface (GPIF) for FX2.
// Please do not modify sections of text which are marked as "DO NOT EDIT ...".
//