代码搜索:查表法

找到约 10,000 项符合「查表法」的源代码

代码结果 10,000
www.eeworm.com/read/309176/3706611

cs sample5_10.cs

/* * 示例程序Sample5_10: NLEquations类的求非线性方程组最小二乘解的广义逆法 */ using System; using CSharpAlgorithm.Algorithm; namespace CSharpAlgorithm.Sample { class Class1 { // 建立NLEquation的子类,在其中重
www.eeworm.com/read/306178/3746749

c tiangang-zhi.c

// tiangang-zhi.c 天罡指穴法 // modified by Venus Oct.1997 #include inherit SKILL; mapping *action = ({ ([ "action" : "$N左手轻轻拨动,右手五指徐徐弹出拨,一式「浪起湖心」, 拂向$n的$l", "force" : 150, "do
www.eeworm.com/read/306178/3746810

c shenghuo-lingfa.c

// Shenghuo-lingfa 圣火令法 // Shark , 98/10/01 国庆 // 【超频】Ultra Mind Studio ,Copyright 1998 #include inherit SKILL; mapping *action = ({ ([ "action" : "$N将手中$w横挥,一式「横扫千军」,$w带出一股风声,疾驶向$n的
www.eeworm.com/read/306178/3747208

c wudu-bian.c

// wudu-bian.c 五毒鞭法 #include inherit SKILL; mapping *action = ({ ([ "action": "$N轻抖手腕,一招「青蛇吐芯」,手中$w抖得笔直,直向$n卷去", "force": 60, "dodge": 30, "damage": 30, "lvl" : 0, "skill_name" :
www.eeworm.com/read/306178/3755483

c yuhuayuan.c

inherit ROOM; void create() { set("short", "雨花院"); set("long",@LONG 相传当年佛祖降临天龙寺传法时,漫天遍洒雨花石。后人以石建 院,即成此间玉花院。院中常年檀香四溢,令人心旷神怡。 LONG ); set("exits", ([ "west" : __
www.eeworm.com/read/298155/3874424

dat funtc253.dat

函数名称: qsort 函数原型: void qsort(void *base, size_t nelem, size_t width, int (*fcmp)(const void *,const void *) 函数功能: 使用C.A.R.Hoare排序法对数组base进行排序 函数返回: 函数说明: base 待排序的数组,m
www.eeworm.com/read/289252/3991594

m romberg.m

function s=Romberg(a,b,eps) % Romberg求积法进行数值积分,其中a与b为积分区间 % eps为允许的误差值 if nargin==2 eps=1.0e-6; elseif nargin
www.eeworm.com/read/288165/4009446

c thrice.c

/* 用弦截法求解方程的根 */ # include # include float f(float x) { float y; y = ((x-8.0)*x+12.0)*x - 30.0; return y; } float xpoint(float x1, float x2) /* 定义函数xpoint,求出弦
www.eeworm.com/read/286417/4039449

java sample5_13.java

/* * 示例程序Sample5_13: NLEquations类的求非线性方程组一组实根的蒙特卡洛法 */ package javaalgorithm.sample; import javaalgorithm.algorithm.NLEquations; public class Sample5_13 { public static void main(String[
www.eeworm.com/read/274119/4188942

c thrice.c

/* 用弦截法求解方程的根 */ # include # include float f(float x) { float y; y = ((x-8.0)*x+12.0)*x - 30.0; return y; } float xpoint(float x1, float x2) /* 定义函数xpoint,求出弦