代码搜索结果

找到约 1,193 项符合 Q 的代码

dist.bat

q: cd \ call zip w:\src\wavecode.zip wtlib\*.c call zip w:\src\wavecode.zip wtlib\*.h call zip w:\src\wavecode.zip wtlib\*.bat call zip w:\src\wavecode.zip wtlib\reports\*.txt call zip -j w:\src

beam1_report.txt

Q:\wt>wt c:\ccc\images\textures\beam1.128x3.raw 128 128 -p3 -i -y -qu10 -wr WaveCoder v1.5, (c) 1998 by cBloom got option: planes = 3 got option: interleaved planes got option: do 3-planes with YU

gorilla.bas

' Q B a s i c G o r i l l a s ' ' Copyright (C) Microsoft Corporation 1990 ' ' Your mission is to hit your opponent with the exploding banana ' by vary

money.bas

' ' Q B a s i c M O N E Y M A N A G E R ' ' Copyright (C) Microsoft Corporation 1990 ' ' The Money Manager is a personal finance manager that allows you

q.c

// This program configures the General Programmable Interface (GPIF) for FX2. // Please do not modify sections of text which are marked as "DO NOT EDIT ...". //

q.gif

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|30 Jul 2000 08:30:18 -0000 vti_extenderversion:SR|4.0.2.3406 vti_filesize:IR|1994 vti_backlinkinfo:VX|网页工程/buses总线.htm vti_modifiedby:SR|Administra

q.c

// } // else //零点和满程校正了吗 // { /* if(ad_flag==1) { if(AD_num>(AD_Sampling_num-1)) { for(i=0;i

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));