代码搜索结果
找到约 10,000 项符合
Q 的代码
2q
EXEC =zlg_fs_cf
OBJS =zlg_fs_cf.o CF_IDE/ide.o CF_IDE/sysata.o CF_IDE/ata.o
SRC =zlg_fs_cf.c CF_IDE/ide.c CF_IDE/sysata.c CF_IDE/ata.c
INCLUDE = /usr/src/uClinux-dist/linux-2.4.x/include
USEINC
q.m
function y=q(x)
y=(1/2).*erfc(x/sqrt(2));
q&a.txt
Common Questions.
Q: My S3 or Mach32 card sometimes does weird things.
A: All 8514/A based cards (S3, ATI Ultra & Mach32) uses I/O addresses like
42E8h, BEE8h etc. If you have a Com4 installed
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));