代码搜索:查表法
找到约 10,000 项符合「查表法」的源代码
代码结果 10,000
www.eeworm.com/read/303462/13815821
cpp lagrange插值法.cpp
#include
#include
void main( )
{
int n,i,j;
float * x, * y, xWant, LI, PN = 0;
printf("请输入结点个数\nN="); //输入结点个数
scanf("%d", &n);
x = (float *)malloc(n * sizeof
www.eeworm.com/read/301523/13857647
txt 输入法说明.txt
UP DOWN LEFT RIGHT R L键分别对应提示的符号或符号组.
A键确定
START结束输入
SELECT+UP,SELECT+DOWN输入法变换
SELECT+LEFT 删除字符
SELECT+RIGHT 空格
www.eeworm.com/read/150726/5689533
dsw 不等长码表法.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/150726/5689535
dsp 不等长码表法.dsp
# Microsoft Developer Studio Project File - Name="不等长码表法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/412146/6286595
bas module雨流法.bas
Attribute VB_Name = "Module1"
Public z(1 To 10)
Public q, p
www.eeworm.com/read/412146/6286596
frm 2雨流法.frm
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 8610
ClientLeft = 60
ClientTop = 345
ClientWidth = 7695
LinkTopic
www.eeworm.com/read/412146/6286597
frm 3雨流法.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3915
ClientLeft = 60
ClientTop = 345
ClientWidth = 6000
LinkTopic
www.eeworm.com/read/412146/6286598
frm 1雨流法.frm
VERSION 5.00
Begin VB.Form Form3
Caption = "Form3"
ClientHeight = 5490
ClientLeft = 60
ClientTop = 345
ClientWidth = 7605
LinkTopic
www.eeworm.com/read/493906/6384464
rar 桶式排序法.rar
www.eeworm.com/read/492896/6411851
txt 筛选法求素数.txt
#define RANGE 200
#include
void main()
{
int sieve[RANGE + 1];
int i,j,count;
for(i = 0;i