代码搜索:dp
找到约 10,000 项符合「dp」的源代码
代码结果 10,000
www.eeworm.com/read/493005/6403506
dp
NAME
dp - dot product of two vectors
SYNOPSIS
dp(x, y)
TYPES
x, y 1-dimensional matrices of the same size
return depends on the nature of the elements of x and y
DESCRIPTION
Co
www.eeworm.com/read/492131/1181381
dp
@c ----------------------------------------------------------------------
@node dpmi.h, header
@heading @code{}
This header provides structure definitions and functions that access
that
www.eeworm.com/read/391809/8376721
~dp drivetrain.~dp
program drivetrain;
uses
Forms,
ppl in 'ppl.pas' {Form1},
about in 'about.pas' {Form2};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Appli
www.eeworm.com/read/390467/8464473
docx dp(eg).docx
www.eeworm.com/read/390465/8464480
docx dp(wiki).docx
www.eeworm.com/read/189522/8466251
~dp hanziziku.~dp
program hanziziku;
uses
Forms,
ziku in 'ziku.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/290579/8475076
cpp dp.cpp
#include
#include
#define N 3 //宏定义作业数
int p[N] ; //p[N]表示的是最优序列的顺序
int a[N] ; //宏定义作业在第一台机器上运行的时间
int b[N] ; //作业在第二台机器上运行的时间
typedef struct {
int name;
int f
www.eeworm.com/read/187735/8604197
~dp bakup.~dp
program Bakup;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.