代码搜索:rectangle

找到约 10,000 项符合「rectangle」的源代码

代码结果 10,000
www.eeworm.com/read/266594/11218189

java rectanglelayer.java

package src; import java.io.IOException; import java.util.Random; import javax.microedition.lcdui.Image; import javax.microedition.lcdui.game.LayerManager; import javax.microedition.lcdui.game.
www.eeworm.com/read/411408/11246359

cpp 00020.cpp

/* 名称编号:00020 实现功能:矩形类求面积 运行结果:通过 */ /*******************************************************/ #include using namespace std; //声明一个矩形类 class rectangle { public: double Area(flo
www.eeworm.com/read/135749/13903068

h square.h

//************* square.h ************ #ifndef SQUARE_H #define SQUARE_H #include #include using namespace std; #include #include "rectangle.h"
www.eeworm.com/read/105160/15676973

txt 和生成jpeg等图形一样啊,但要用gd1.8以上版本,给你个例子.txt

作者:agun 日期:2000-07-25 15:35:50
www.eeworm.com/read/283258/9033291

java~5~ image_identity.java~5~

package fuzzy_identity; import java.util.*; public class Image_Identity { private byte image[][]=new byte[100][100]; private static byte rectangle[][]=new byte[100][100]; private static b
www.eeworm.com/read/283258/9033368

java~54~ image_identity.java~54~

package fuzzy_identity; import java.util.*; public class Image_Identity { private byte image[][]=new byte[100][100]; private static byte rectangle[][]=new byte[100][100]; private static b
www.eeworm.com/read/413985/11135236

txt logic.txt

Least Enlargement: The idea is to find a rectangle that needs to be least enlarged in order to accommodate the given rectangle. Enlargement in the sense that the sides of the rectangle is so increa
www.eeworm.com/read/425473/10353528

cpp main.cpp

//***************** //* main.cpp * //***************** #include "iostream.h" #include "shape.h" void main() { circle c={2}; square s={1}; rectangle r={2,3}; triangle t={3,4,5,36.869
www.eeworm.com/read/266166/6957555

java nothelloworldpanel.java

package example; import javax.swing.JPanel; import javax.swing.*; import java.awt.*; import java.awt.geom.*; public class NotHelloWorldPanel extends JPanel{ public int light=1;