代码搜索结果
找到约 1,193 项符合
Q 的代码
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));
qrk.c
/*
[q,r] = qrK(x,K);
* x should consist only of SDP part (length sum(K.s.^2)).
* q is in product form: the n-1 factors are:
I- q(k:n,k)*q(k:n,k)' / beta(k).
For real PSD blocks, b
q.c
#include
#include
#define EP 0.001
float H,s[2];
float x[2]={1,1};
float f(float *q)
{
float p;
p=pow(q[0],2)+2*pow(q[1],2)-4*q[0]-2*q[0]*q[1];
return(p);
}
float h()
{
升级说明.txt
Q: 怎样保留我的 fterm 设置和地址本?
A: 保留 fterm.ini fterm.xml fdigest.vst *.kbd
Q: 英文OS下面菜单都是乱码,或者启动时候就非法操作,简体中文OS下没有问题
A: 删除 fterm.enu 和 fterm.cht ,新版本的已经不需要他们了
ipv6.txt
<mark>Q</mark>: 如何启动 IPV6 支持?
A: 将 HookSocket.zip 展开,重新启动 fterm 即可。
<mark>Q</mark>: 为什么不默认解开这个 zip?
A: 因为对于没有 IPV6 的网络来说,启用 IPV6 会造成一些其他问题,而这个世界上还是非 IPV6 的网络多。
<mark>Q</mark>: 为什么要用这么一个奇怪的 DLL / 为什么不把 IPV6 支持作成界面上面可以配置的
A: 懒得做。
...
q.c
int array[10];
main()
{
char i;
i=4;
i=4;
i=4;
i=4;
array[i++] = 4;
}
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.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
which_c.txt
Q: Which PC C/C++ compiler is best and what should I buy?
A: This is perhaps the commonest of Frequently Asked Questions (FAQ's),
especially by beginning C'er. The honest answer is that there is
environ.txt
Q. Why was only the DOS batch file and "Stuff-key-buffer method"
(SETENVAR.C) included in the original SNIPPETS?
A. The reason that I only included the "batch&stuff" method in my SNIPPETS