代码搜索结果
找到约 10,000 项符合
Q 的代码
q.txt
函数名: qsort
功 能: 使用快速排序例程进行排序
用 法: void qsort(void *base, int nelem, int width, int (*fcmp)());
程序例:
#include
#include
#include
int sort_function(
interrup.q
Interrupt List, part 17 of 18
Copyright (c) 1989-1999,2000 Ralf Brown
--------N-6B---------------------------------
INT 6B - DECnet DOS - PORT DRIVER
InstallCheck: test for a signature area (see #
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
function [a]=Q(rx_symbol,modulation)
if ~isempty(findstr(modulation, 'BPSK'))
%BPSK
a = real(rx_symbol);
elseif ~isempty(findstr(modulation, 'QPSK'))
% QPSK
soft_bits = zeros(2*size(rx_symb