代码搜索:查表法

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

代码结果 10,000
www.eeworm.com/read/301164/13865079

sql -补位法.sql

--自已做标识列的例子,不自动重排编号,而是自动补号: --创建得到最大id的函数 create function f_getid() returns char(3) as begin declare @id int if not exists(select 1 from tb where id='001') set @id=1 else begin select
www.eeworm.com/read/151133/5685874

c 冒泡法改进.c

/* 冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换, 每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作? 如将N 个数按从大到小排序,Turbo C语言程序函数 如下: */ void sort(int a[],int n);
www.eeworm.com/read/151133/5685952

c 各种排序法.c

#include #include struct node { int key; }r[20]; struct rnode { int key; int point; }; main() { void print(struct node a[20],int n); int creat(); void shell
www.eeworm.com/read/494728/6374562

cpp 高斯消去法.cpp

#include void main() { double a[10][10],b[10],d,t,m,sum; int i,j,l,k,n; coutn; for(i=0;i
www.eeworm.com/read/491321/6438549

c 牛顿法程序.c

////////////////////////////////////////////////////////////////////// // 牛顿极坐标法潮流 // //文件输入格式:节点总数n(包括联络节点),支路数zls // //节点数(发电机和负荷)nb,接地电抗数mdk,迭代精度eps // //考虑负荷静特性标志kk2(0
www.eeworm.com/read/491348/6439059

txt 开放地址法.txt

#include #include #include #define num1 10 #define num2 20 #define num3 400 class Chazhao { int hashlist[num2],a[num1],d,i; public: Chazhao(); int hash(int)
www.eeworm.com/read/484923/6568918

txt 衰减曲线法.txt

%---------------------------4:1衰减法仿真程序------------------------ clc %%比例系数调节部分 am = [82^2 2*82 1];bm = 2.449; Gc = tf(bm,am); %被控对象传递函数Gc=1/(82s+1)^2 P = [2:3:8]; %比例系数
www.eeworm.com/read/482925/6616251

dsw 迭代回溯法.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################