代码搜索结果
找到约 10,000 项符合
Q 的代码
q.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
/*******************宏定义**************************************************/
#define TH0_value 0x3
q.m
% File: q.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with Wireless App
q.java
import java.util.*;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class q extends Applet implements ActionListener
{
Button button;
Label l3,l4,l5,l6;
q.m
% Q.m
%
function y=Q(x)
% This program computes the right-tail probability
% (complementary cumulative distribution function) for
% a N(0,1) random variable.
%
% Input Parameters:
%
% x -
q.m
function d=q(z)
% FILE: Q.M
% CALL: d = q(z)
% This function returns the value of Q(z), using the erf(z) command to
% evaluate the Q(z) function.
% z is assumed to be a "scalar" or a vector.
q.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "q"=.\q.dsp - Packag