代码搜索结果
找到约 10,000 项符合
Q 的代码
q.plg
Build Log
--------------------Configuration: Q - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\a\LOCALS~1\
q.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "Q"=".\Q.dsp" - Pack
q.cpp
#include
#include
#include
#include
#include
#include
bool found = false;
int* x ;
int* ok ;
bool Place(int k)
{
for(in
q.dsp
# Microsoft Developer Studio Project File - Name="Q" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console
q.m
%---
% Q distribution
%
%---
EbNodB = [-2:0.01:10];
EbNo = 10 .^(EbNodB/10);
BER = 0.5*erfc(sqrt(EbNo));
semilogy(EbNodB, BER);
grid
xlabel('Eb/No (dB)')
ylabel('Bit Error Rate')
a
q.log
This is TeX, Version 3.14159 (Web2C 7.4.5) (format=jadetex 2005.8.4) 4 AUG 2005 15:05
**q
(/usr/share/texmf/tex/latex/tools/q.tex
JadeTeX 2001/01/18: 3.2
File ignored
)
! Emergency stop.
q
q.m
function [a]=Q(rx_symbol,modulation)
%***********************************************************************
% This file carries out 'slicing' operation to the nearest constellation
%*************