代码搜索结果
找到约 10,000 项符合
Q 的代码
q.rc
#include "..\ccide\dlgedit\ids.h"
ICON DLGINCLUDE "hi.h"
STRINGTABLE
BEGIN
IDS_NULL, ""
/*
* Major version number.
*/
IDS_APPVERSION,
q.c
#include
void main(int _argc, char **_argv)
{
FILE *in = fopen("q","rb") ;
unsigned char buf[256] ;
int pos = 0 ;
int ovv = 0 ;
fseek(in,0x9EC,SEEK_SET) ;
printf("%x\n",ftell(
q.m
function y=q(x)
y=0.5.*erfc(x./sqrt(2));
q.m
%File: q.m
function out=q(x)
out = 0.5*erfc(x/sqrt(2));
%End of function file.
q.m
clear all
load tempdata
Q=sum(data(:,2).*(6.2-data(:,1)))
q.m
function [y]=q(x);
%Q函数计算公式
y=erfc(x/sqrt(2))/2;
q.m
function [y] = q(x);
% Q-probability function
y = erfc(x / sqrt(2)) / 2;
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.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {