代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/123658/14617227
asm lb1sf68.asm
/* libgcc1 routines for 68000 w/o floating-point hardware. */
/* Copyright (C) 1994 Free Software Foundation, Inc.
This file is free software; you can redistribute it and/or modify it
under the terms
www.eeworm.com/read/121688/14742322
c international.c
/* international.c - routines for composing international characters
from standard ascii keypresses.
Copyright (C) 1996-2000 Paul Sheer
This program is free software; you can redistribute it
www.eeworm.com/read/221024/14774903
html http:^^www.cs.wisc.edu^~cs354-2^cs354^solutions^q3.k.html
Date: Tue, 05 Nov 1996 00:32:12 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Fri, 11 Oct 1996 14:55:46 GMT
Content-length: 3975
CS 354 - Quiz #3
www.eeworm.com/read/221024/14776087
html http:^^www.cs.wisc.edu^~cs354-2^cs354^lec.notes^arith.int.html
Date: Tue, 05 Nov 1996 20:50:14 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Wed, 30 Aug 1995 21:21:34 GMT
Content-length: 9458
Lecture notes - Chapter 5 - Intege
www.eeworm.com/read/119409/14830932
tbl mac_uni.tbl
#The MIME name of this charset.
Mmacintosh
#Name as a Display Charset (used on Options screen)
OMacintosh (8 bit)
#
# Name: MacOS_Roman [to Unicode]
# Unicode versions: 1.1, 2.0
#
www.eeworm.com/read/217040/14982094
pas brent.pas
FUNCTION brent(ax,bx,cx,tol: real; VAR xmin: real): real;
(* Programs using routine BRENT must supply an external function
func(x:real):real whose minimum is to be found. *)
LABEL 1,2,3;
CONST
www.eeworm.com/read/216488/15005717
m buildg.m
function [F,G]=BuildG(Fg,delta)
% BulidG Build the G matrix and F vector from Fg matrix
% (Fg for type 'g' correspond to F for type 'b' and 'o')
% Fg(n,k,p)=sign*F(q) G(n,k,p)=si
www.eeworm.com/read/207935/15256531
txt fft.txt
x--双精度实型一维数组,长度为n,开始时存放要变换的数据的实部,最后存放变换结果的实部;
y--双精度实型一维数组,长度为n,开始时存放要变换的数据的虚部,最后存放变换结果的虚部;
n--整型变量。数据长度,必须是2的整数次幂;
<mark>sign</mark>--整型变量。<mark>sign</mark>=1时,离散府立叶正变换DFT;<mark>sign</mark>=-1时,是IDFT;
#include"math.h"
void fft(x, ...