代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/192861/8269267
cpp calculate.cpp
#include
int add(int a,int b)
{
int r = 0;
int c = 0;
for(int i=1;i != 0;i
www.eeworm.com/read/393250/8302479
txt 4.20.txt
Status DelSub(SString &s, SString t)
/* 从串s中删除所有和串t匹配的子串。 */
/* 若有与t匹配的子串被删除,则返回TRUE;*/
/* 否则返回FALSE */
{
int sign,i,j,k,len,lent;
SString ans;
k=1;
www.eeworm.com/read/172354/9712432
m plu.m
function [P,L,U,pivcol,sign] = plu(A)
%PLU Pivoting, rectangular, LU factorization.
% [P,L,U] = PLU(A), for a rectangular matrix A, uses Gaussian elimination
% to compute a permutation matrix P, a
www.eeworm.com/read/172354/9712529
m plu.m
function [P,L,U,pivcol,sign] = plu(A)
%PLU Pivoting, rectangular, LU factorization.
% [P,L,U] = PLU(A), for a rectangular matrix A, uses Gaussian elimination
% to compute a permutation matrix P, a
www.eeworm.com/read/367160/9772297
f dlasv2.f
SUBROUTINE DLASV2( F, G, H, SSMIN, SSMAX, SNR, CSR, SNL, CSL )
*
* -- LAPACK auxiliary routine (version 3.1) --
* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
* No
www.eeworm.com/read/267867/11160042
java os.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.lang.*;
import java.io.*;
import java.awt.*;
import java.util.*;
public class OS extends JFrame implements ActionLi
www.eeworm.com/read/248151/12592862
java signfunction.java
public class SignFunction{
public static void main(String args[]) {
int intx;
intx=0;
if(intx>0)
System.out.println("The sign of "+intx+" is + ;");
www.eeworm.com/read/334090/12638538
asm fs_div16.asm
;******************************************************************************
;* FS_DIV16.ASM - 16 BIT STATE - v2.24 *
;* Copyright (c) 1996-2002 Texas Instru
www.eeworm.com/read/237993/13914309
txt changermb.txt
unit uChange;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ExtCtrls;
type
TForm1 = class(TForm)
Label1: