代码搜索:SIMP

找到约 1,031 项符合「SIMP」的源代码

代码结果 1,031
www.eeworm.com/read/274170/10886488

c simp.c

#include #include double Function(double); double SIMP1(double,double,int); double SIMP2(double,double,double); void main() { double a1,b1,eps; int n1; double Result
www.eeworm.com/read/469590/6932330

java simp.java

import java.io.*; public class Simp { public static void main( String args[] ) { System.out.println("Hello, Netprog"); } }
www.eeworm.com/read/469590/6932521

x simp.x

/* Protocol definition file for a simple RPC application */ /* There are 2 remote procedures - an add procedure and a subtract procedure. Each must be called with a single parameter, a structure
www.eeworm.com/read/469590/6932529

c simp.c

/* Intelligent Addition/Subtraction Program */ /* Copyright Dave Hollinger Enterprises, 1998 */ /* All Rights Reserved */ /* This is the core of the program, it uses advanced artificial intelligence
www.eeworm.com/read/461713/7221521

chr simp.chr

www.eeworm.com/read/456569/7344609

chr simp.chr

www.eeworm.com/read/456386/7350112

c simp.c

#include #include double Function(double); double SIMP1(double,double,int); double SIMP2(double,double,double); void main() { double a1,b1,eps; int n1; double Result
www.eeworm.com/read/446823/7564336

c simp.c

#define NNULL (node*)NULL #define VERY_FAR 1073741823 /* ----- golbal variables ---------------------*/ node *begin, *end; long num_scans = 0; long num_piv = 0; long num_impr = 0;
www.eeworm.com/read/446553/7576747

c simp.c

#include "global.h" extern nodeptr zero, one, mi_one; nodeptr simp(nodeptr fpt) { nodeptr p; p=fpt; switch (fpt->node_id) { case 'b': switch (fpt->node_data.bi_term.oprt) {
www.eeworm.com/read/446553/7576957

c simp.c

#include "global.h" extern nodeptr zero, one, mi_one; nodeptr simp(nodeptr fpt) { nodeptr p; p=fpt; switch (fpt->node_id) { case 'b': switch (fpt->node_data.bi_term.oprt) {