代码搜索:1631 开发教程

找到约 10,000 项符合「1631 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/431812/8653594

cpp pku1631.cpp

#include #define SZ 40001 int a[SZ], b[SZ]; int Max; void search(int x) { int l, h, m; if (x < b[0]) { b[0] = x; return; } if (x > b[Max - 1]) { b[Max++] = x;
www.eeworm.com/read/185622/9018571

txt rfc1631.txt

Network Working Group K. Egevang Request for Comments: 1631 Cray Communications Category: Informational
www.eeworm.com/read/185445/9037955

m e1631.m

function y=e1631(x) y=[2*x(1)^2+x(1)*x(2)-3;x(1)*x(2)-x(2)^2+5;x(1)^2-x(2)^2-4];