代码搜索:finding

找到约 1,199 项符合「finding」的源代码

代码结果 1,199
www.eeworm.com/read/494656/6359560

m calculating_secant_value.m

% Root finding using Secant method % % The function is defined in another script file as follows: % (Note that this won't accept vector inputs) % % function y = fcn(x) % y = x^4 - 5*x^3
www.eeworm.com/read/490082/6458175

m newtraph.m

% Newton-Raphson root finding - single function % % The function and its derivative are defined in another script % file as follows: (Note that this won't accept vector inputs) % % function [fu
www.eeworm.com/read/490082/6458176

m secant.m

% Root finding using Secant method % % The function is defined in another script file as follows: % (Note that this won't accept vector inputs) % % function y = fcn(x) % y = x^4 - 5*x^3
www.eeworm.com/read/473485/6844172

java trying.java

//try1.java //秦皇岛公交信息查询系统直达线路单机测试平台 //该类用于以命令方式输入查询站点,输出乘车方案 import java.util.*; import java.io.*; public class try1 { public static void main(String [] args) {
www.eeworm.com/read/473485/6844173

java tryb.java

//try.java //用于试验的类 import java.io.*; public class tryb { public static void main(String [] args) { System.out.print("From:"); String begi
www.eeworm.com/read/473485/6844175

java tryc.java

//try.java //用于试验的类 import java.io.*; public class tryc { public static void main(String [] args) { System.out.print("From:"); String begi
www.eeworm.com/read/473485/6844183

java trya.java

//try.java //用于试验的类 import java.util.*; import java.io.*; public class trya { public static void main(String [] args) { //String begining=MyInput.readStr
www.eeworm.com/read/473485/6844197

java doing.java

//try.java //用于试验的类 import java.io.*; public class doing { public static void main(String [] args) { System.out.print("From:"); String beg
www.eeworm.com/read/359581/10135072

c prntval.c

/* prntval.c -- finding printf()'s return value */ #include int main(void) { int bph2o = 212; int rv; rv = printf("%d F is water's boiling point.\n", bph2o); printf(