首页 > TAG信息列表 > 1152

1152 Google Recruitment (20 分)(字符串处理)

In July 2004, Google posted on a giant billboard along Highway 101 in Silicon Valley (shown in the picture below) for recruitment. The content is super-simple, a URL consisting of the first 10-digit prime found in consecutive digits of the natural constan

【无人机】基于matlab无人机追踪轨迹【含Matlab源码 1152期】

一、简介 基于matlab无人机追踪轨迹 二、源代码 clc; clear all; %% 参考轨迹生成 N=100; T=0.05; % Xout=zeros(2*N,3); % Tout=zeros(2*N,1); Xout=zeros(N,3); Tout=zeros(N,1); for k=1:1:N Xout(k,1)=k*T; Xout(k,2)=2; Xout(k,3)=0; Tout(k,1)=(k-1)*T; end

信息学奥赛一本通(1152:最大数max(x,y,z))

1152:最大数max(x,y,z) 时间限制: 1000 ms         内存限制: 65536 KB 提交数: 23539     通过数: 15798 【题目描述】 已知: m=max(a,b,c)max(a+b,b,c)×max(a,b,b+c)m=max(a,b,c)max(a+b,b,c)×max(a,b,b+c) 输入a,b,ca,b,c,求mm。把求三个数的最大数max(x,y,z)max(