代码搜索结果

找到约 10,000 项符合 Q 的代码

q.java

// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html // Decompiler options: packimports(3) fieldsfirst ansi

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.c

int array[10]; main() { char i; i=4; i=4; i=4; i=4; array[i++] = 4; }

q.m

function p = Q(x) p = 0.5*erfc(x/sqrt(2));

q.h

#if !defined(AFX_Q_H__0FEC3A00_C0D4_4684_9CBA_46E6CC1383C2__INCLUDED_) #define AFX_Q_H__0FEC3A00_C0D4_4684_9CBA_46E6CC1383C2__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000

q.cpp

// Q.cpp : implementation file // #include "stdafx.h" #include "ooo.h" #include "Q.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //

q.m

function [a]=Q(rx_symbol,modulation) %*********************************************************************** % This file carries out 'slicing' operation to the nearest constellation %*************

q.c

main() { typedef struct a { int sn; struct a *next; } A; A *p; }