代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/101082/6250719

c ntab.c

#ifndef lint static char sccsid[] = "@(#)ntab.c 4.1 6/7/82"; #endif lint #define BYTE 8 #define PAIR(A,B) (A|(B
www.eeworm.com/read/101082/6250758

c ntab.c

#ifndef lint static char sccsid[] = "@(#)ntab.c 4.1 6/7/82"; #endif lint #define BYTE 8 #define PAIR(A,B) (A|(B
www.eeworm.com/read/100122/6274197

txt ulaw.txt

Path: super!cfreese From: cfreese@super.ORG (Craig F. Reese) Newsgroups: comp.dsp Subject: SPARCStation audio conversion (ulaw linear) Message-ID: Date: 29 Sep 89 23:23:49 GMT Se
www.eeworm.com/read/120147/6303403

m nndrwlin.m

function h = nndrwlin(x,y,w,c) %NNDRWLIN Neural Network Design utility function. % NNDRWLIN(X,Y,W,C) % X - Vector of horizontal coordinates. % Y - Vector of vertical coordinates. % W - Wi
www.eeworm.com/read/111945/6307222

asm wgeneral.asm

; Generic assembler routines that have very little at all ; to do with fractals. ; ; ; ---- 32-bit Multiply/Divide Routines (includes 16-bit emulation) ; ; multiply() ; divide() ; .MODEL me
www.eeworm.com/read/472108/6353115

m dbc.m

function [b0,b,bb]=dbc(x,B); % [b0,b,bb]=dbc(x,B) % % Decimal-to-Binary conversion using B+1 bit precision % % x : a constant in decimal % B : number of the precision bit % b0 : sign bit ( 0 represe
www.eeworm.com/read/389070/6353171

m householder.m

function [M,f1,eig1]=householder(A,n) %%%%%%%%%%%%把一个对称矩阵化为三对角矩阵 %n=5; %A_{1}=[5,4,3,2,1;4,4,2,2,1;3,2,3,2,1;2,2,2,2,1;1,1,1,1,1]; A_{1}=A; eig1=zeros(n,1); for m=1:n-2 f(m)=0; for i=m+1:n
www.eeworm.com/read/494668/6359903

c 计算器.c

#include #include #include #define uint unsigned int #define uchar unsigned char #pragma interrupt_handler int0:2 uint code[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0
www.eeworm.com/read/494668/6359912

_c 计算器._c

#include #include #include #define uint unsigned int #define uchar unsigned char #pragma interrupt_handler int0:2 uint code[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0
www.eeworm.com/read/494289/6381686

cpp blsk12.cpp

// // cl /O2 /GX blsk12.cpp zzn12.cpp zzn6a.cpp zzn2.cpp zzn.cpp ecn2.cpp ecn.cpp big.cpp ms32.lib // Program to generate Barreto-Lynn-Scott k=12 rho=1.5 curves for use by ake12s.cpp // #include