代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/469371/6974071

cc 2908723_wa.cc

#include using namespace std; int t,n,num[13];//input int result[50]; void find(int k,int value,int sign[100],int len) { int i; if(value==0) { int ok=0;
www.eeworm.com/read/469371/6974134

cc 2495388_ac_61ms_348k.cc

#include using namespace std; struct { int i; int j; int sign; }node[400]; int top=-1; int main() { while(true) { int ji,lu; int counts=
www.eeworm.com/read/469371/6974408

cc 2766547_ac_0ms_332k.cc

#include using namespace std; typedef struct { int sign[4]; int biaoji; }nodes; nodes node[51][51]; int row,col,sum=0,maxs=0; int yingyong(int x,int y) { if(node[x
www.eeworm.com/read/296774/7113732

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/461590/7223942

doc fp_adder.doc

------------------------------------------------------------------------------- -- -- Floating Point Adder/Subtractor Benchmark: Main File Documentation -- -- Source: Patterson, David A., and Henness
www.eeworm.com/read/450438/7484124

c d8_35pf.c

/********************************************************************** Each of the companies; Lucent, Motorola, Nokia, and Qualcomm (hereinafter referred to individually as "Source" or collectivel
www.eeworm.com/read/443457/7632558

cpp 1004.cpp

#include #include using namespace std; void main() { char s[1001][20],a[1001][20]; int n,i,j,k,c[1001],sign,max,m; while(cin>>n&&n){ k=0; memset(
www.eeworm.com/read/441397/7671050

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 matr
www.eeworm.com/read/198194/7947640

cpp timetable.cpp

#include #include #include #include int *worktime=0; int **repairtime=0; int n; int k; //clock_t f,s; void readdata(){ int i=0; ifstream i
www.eeworm.com/read/298117/7973285

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