代码搜索结果
找到约 10,000 项符合
Q 的代码
q.m
function y=Q(x)
y=1/(2*sqrt(2))*erfc(x/sqrt(2));
q.m
function y=Q(x)
y=1/(2*sqrt(2))*erfc(x/sqrt(2));
q.m
function y=Q(x)
y=1/(2*sqrt(2))*erfc(x/sqrt(2));
q.hlp
`@A&20`
┌────────────────────────────┐
│ Qedit 文本编辑软件使用说明 │
├───────────────┬────────────┤
│ F1 - 所有文件存盘并返回 DOS │ ALT+F5 屏幕左移 │
│
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.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
public class Q extends JApplet implements ActionListener {
JLabel labelPrompt = new JLabel("请输入汉诺塔级数:");
JTextField fiel