代码搜索:Sign

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

代码结果 10,000
www.eeworm.com/read/470453/6910999

m mulawcom.m

function y= mulawcom(x,mu,V) %《数字信号处理教程——MATLAB释义与实现》 % μ-律压缩子程序 % 电子工业出版社出版 陈怀琛编著 2004年9月 % % y= mulawcom(x,mu,V) % ------------------------------------ % y 为输出序列 % x 为输入序列 % mu是参数μ的值,通常取25
www.eeworm.com/read/469759/6926380

cc 1218862_ce.cc

Source #include #include char ch[10001]; int a[1001],b[1001],r[1001],x,an,len,sign_flag,flag,sum; int count_np(int n,int p) { if(p==0)return 1; int i,t=n; for(i
www.eeworm.com/read/469759/6926381

cc 1218865_ac_0ms_56k.cc

#include #include char ch[10001]; int a[1001],b[1001],r[1001],x,an,len,sign_flag,flag,sum; int count_np(int n,int p) { if(p==0)return 1; int i,t=n; for(i=1;i
www.eeworm.com/read/397410/6968103

java piinterrupt.java

public class PiInterrupt extends Object implements Runnable { private double latestPiEstimate; public void run() { try { System.out.println("for comparison, Math.PI=" + Math.PI)
www.eeworm.com/read/469371/6974027

cc 3269867_tle.cc

#include using namespace std; typedef struct { int value; int maxvalue; bool sign; }node; node mg[200000]; int cmp(const void *a,const void *b) { return (*(node *
www.eeworm.com/read/469371/6974275

cc 3201707_ac_0ms_316k.cc

#include #include using namespace std; char mg[62],mgd[62]; int len,sign=0; void muls(int k) { int c=0; for(int i=len-1;i>=0;i--) {
www.eeworm.com/read/469371/6974329

cc 2628741_ac_15ms_384k.cc

#include using namespace std; typedef struct { int l,w,sign; }node; int partion(node c[5001],int left,int right) { int i=left; int j=right; do{
www.eeworm.com/read/469371/6974330

cc 2628704_re.cc

#include using namespace std; typedef struct { int l,w,sign; }node; char partion(node c[5000],int left,int right) { int i=left; int j=right; do{
www.eeworm.com/read/469371/6974432

cc 2979092_ac_92ms_272k.cc

#include using namespace std; int num[21]; bool visit[21]; int n,t; int cmp(const void *a, const void *b) { return *(int *)b - *(int *)a; } bool find(int left,int k,int value,int s
www.eeworm.com/read/469401/6974561

asp active.asp