代码搜索:1201
找到约 906 项符合「1201」的源代码
代码结果 906
www.eeworm.com/read/191613/8427017
cpp ex1201.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill 2000
// Example 12.1, page 273
// A Person Class
#include
using namespace std;
#include
www.eeworm.com/read/389527/8515839
pdf kx1201.pdf
www.eeworm.com/read/431812/8653715
cpp pku1201.cpp
#include
#define TheMax 1000000
#define size 500001
typedef struct Node
{
int s, e, m;
} Node;
Node d[size];
int v[size];
int min, max;
int N;
int main()
{
int i, fd, k;
www.eeworm.com/read/387434/8679030
htm ord1201.htm
Professional Divers, Ltd. Order No. 1201
Professional Divers, Ltd. Order No. 1201
OrderNo
www.eeworm.com/read/386257/8759377
m ex1201.m
%ex1201.m 用Opt_Golden()求解最优化
f1201 = inline('x-(x.*x-2).^3/2','x');
a = 0;
b = 4;
TolX = 1e-4;%判断循环是否停止的x阈值
TolFun = 1e-4; %函数阈值
MaxIter = 100; %设定迭代次数
[xo,fo] = Opt_Golden(f1201,a,b,TolX,TolF
www.eeworm.com/read/185622/8999742
txt rfc1201.txt
Network Working Group D. Provan
Request for Comments: 1201 Novell, Inc.
Obsoletes: RFC 1051
www.eeworm.com/read/426535/9015516
m ex1201.m
%例12-1 目录操作命令
a=pwd
matlabroot
isdir(a)
what
which myprime
mkdir testdir
dir
rmdir testdir
dir
cd .. %切换当前目录到其父目录
pwd
cd(a)
pwd
www.eeworm.com/read/282623/9079786
cpp pku1201.cpp
///POJ1201 Intervals
//查分约束
#include
const int INF = 1000000;
const int MAXE = 100000;
const int MAXV = 100000;
int st[MAXE], ed[MAXE], w[MAXE], V, E, min=INF, max=0;
int bellm
www.eeworm.com/read/184327/9110187
pas ac1201.pas
program tju1201;
const
maxprogs=10001;
var
heap:array[0..maxprogs]of record fin:longint;pchain:word;end;
chain:array[0..maxprogs]of record left,right:longint;pheap,pre,next:word;end;
wai
www.eeworm.com/read/182985/9181450