代码搜索:rectangles

找到约 312 项符合「rectangles」的源代码

代码结果 312
www.eeworm.com/read/322718/13369771

m xdc_rectangles.m

% Procedure for creating an aperture consisting of rectangles % % Calling: Th = xdc_rectangles (rect, center, focus); % % Parameters: % % rect - Information about the rectangles. One row
www.eeworm.com/read/457946/7315151

cpp 460 overlapping rectangles.cpp

#include #include #include #include using namespace std; int main() { int x1,y1,x2,y2,x3,y3,x4,y4; int n,test=1; string s; scanf("%d",&n);
www.eeworm.com/read/457946/7315153

cpp 476 points in rectangles.cpp

#include #include #include using namespace std; int main() { float a[15],b[15],c[15],d[15],x,y; int i=0; char s; while(cin>>s) {