代码搜索:查表法
找到约 10,000 项符合「查表法」的源代码
代码结果 10,000
www.eeworm.com/read/202381/5052029
cpp 510min.cpp
//5.10 LR分析法在词法分析器自动构造中的应用(分析表最小化)
#include
#include
#include
#include
//常数
const char *word[]={//单词表
"begin","end","integer","real","=","+","++"
www.eeworm.com/read/195829/5107111
c 7.16.c
typedef SeqList VertexSet;
ShortestPath_Floyd(AdjMatrix g,
WeightType dist[MAX_VERTEX_NUM][MAX_VERTEX_NUM],
VertexSet path[MAX_VERTEX_NUM][MAX_VERTEX_NUM])
/* g为带权有向图的邻接矩阵表示法, path [i][j]为v
www.eeworm.com/read/195829/5107154
txt 8_2.txt
int SeqSearch(RecordList l, KeyType k)
/*不用"监视哨"法,在顺序表中查找关键字等于k的元素*/
{
int i;
i=l.length;
while (i>=1&&l.r[i].key!=k) i--;
if (i>=1)
return(i);
else
return (0);
}
www.eeworm.com/read/315047/3625331
cs assemblyinfo.cs
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// 有关程序集的常规信息通过下列属性集
// 控制。更改这些属性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("WinApp6_2方法
www.eeworm.com/read/309652/3704655
cpp 510min.cpp
//5.10 LR分析法在词法分析器自动构造中的应用(分析表最小化)
#include
#include
#include
#include
//常数
const char *word[]={//单词表
"begin","end","integer","real","=","+","++"
www.eeworm.com/read/309176/3706551
cs sample5_3.cs
/*
* 示例程序Sample5_3: NLEquations类的求非线性方程一个实根的埃特金迭代法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
// 建立NLEquation的子类,在其中重载
www.eeworm.com/read/309176/3706564
cs sample5_8.cs
/*
* 示例程序Sample5_8: NLEquations类的求非线性方程组一组实根的梯度法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
// 建立NLEquation的子类,在其中重载函数
www.eeworm.com/read/309176/3706567
cs sample5_11.cs
/*
* 示例程序Sample5_11: NLEquations类的求非线性方程一个实根的蒙特卡洛法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
// 建立NLEquation的子类,在其中重载
www.eeworm.com/read/309176/3706569
cs sample5_12.cs
/*
* 示例程序Sample5_12: NLEquations类的求实函数或复函数方程一个复根的蒙特卡洛法
*/
using System;
using CSharpAlgorithm.Algorithm;
namespace CSharpAlgorithm.Sample
{
class Class1
{
// 建立NLEquation的子类,在
www.eeworm.com/read/306178/3753581
c fojing10.c
// fojing10.c
inherit ITEM;
string* titles = ({
"般若经",
"维摩经",
"法华经",
"华严经",
// "无量寿经",
// "大般涅磐经",
// "阿含经",
// "金刚经",
// "波罗蜜多心经",
});
void create()
{
set_name(titles[random(sizeof(titles))],