代码搜索:查表法
找到约 10,000 项符合「查表法」的源代码
代码结果 10,000
www.eeworm.com/read/191861/8419125
cpp jinbiaosai.cpp
//锦标赛排序法JinBiaoSai.cpp
#include
#include
#include
class DataNode //胜者树结点的类定义
{public:
int data;//数据值
int index;//树中的结点号
int active;//参选标志
};
//锦标赛排序中的调整算
www.eeworm.com/read/191861/8419193
txt jinbiaosai.txt
//锦标赛排序法JinBiaoSai.cpp
#include
#include
#include
class DataNode //胜者树结点的类定义
{public:
int data;//数据值
int index;//树中的结点号
int active;//参选标志
};
//锦标赛排序中的调整算
www.eeworm.com/read/188543/8529523
m 12-10.m
I = imread('ic.tif');
J = imrotate(I,60,'bilinear','crop');
%双线性插值法旋转图像60度,并剪切图像和原图像大小一致
subplot(121),imshow(I)
title('原图像')
subplot(122),imshow(J)
title('旋转图像60度,并剪切图像')
www.eeworm.com/read/288935/8591570
cht h_client.cht
[General]
Language=Chinese (Traditional)
Charset=136
Font=PMingLiU
fontsize=9
[TSplashForm]
Title=灰鴿子
[THgzVip]
Caption=灰鴿子 VIP 1.2
Sound1=本機沒有可用的音效卡設備,您將無法使用語音功能!
IPtoAdder1=IP地址格式不對!
www.eeworm.com/read/187561/8624494
txt finite_element_tri.txt
*********有限元法求解三角形区域上Possion方程的结果**********
节点编号
842 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 843 961 0
www.eeworm.com/read/287311/8695292
c jisuanqi.c
//----键盘扫描法程序-------
//----用数码管显示相应的键值-----
//P1.0--P1.3接行-------
//P1.4---P1.7接列-------
#include
unsigned char key,c,k,s;
unsigned int *i,j;
unsigned int anjian=0xff,iob,r3,address,
www.eeworm.com/read/287311/8695308
txt jisuanqi.txt
//----键盘扫描法程序-------
//----用数码管显示相应的键值-----
//P1.0--P1.3接行-------
//P1.4---P1.7接列-------
#include
unsigned char key,c,k,s;
unsigned int *i,j;
unsigned int anjian=0xff,iob,r3,address,
www.eeworm.com/read/384977/8826167
m powerflow.m
% 徐国丰的牛顿拉夫逊法——电力系统潮流计算的程序
clc;
clear;
global G B V delta P Q n m nl myf bus line J l Y nodenum;
myf=fopen('D:\matlab\work\output.dat','wt');
format long
openfile; % 打开文件读取数据
newnode;
www.eeworm.com/read/285186/8863150
cpp erfenfa2.cpp
//二分查找法(非递归调用)erfenfa2.cpp
#include
#include
#include
void binsrch(int a[],int n,int x)
{int mid,top=0,bot=n-1,find=0,m=0;
do {
m=m+1;
mid=(top+bot)/2;
www.eeworm.com/read/384265/8884741
inl nonlinearequation.inl
//NonLinearEquation.inl 非线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _NONLINEAREQUATION_INL
#define _NONLINEAREQUATION_INL
//用二分法搜索方程f(x)=0在区间[a,b]内的全部实