代码搜索:Rect

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

代码结果 10,000
www.eeworm.com/read/148298/12476454

h wingdi.h

/* wingdi.h*/ /* * Copyright (c) 1999,2000 Greg Haerr * * Win32 GDI structures and API */ /* portable coordinate definition*/ typedef MWCOORD GDICOORD; /* inherit RECT and POI
www.eeworm.com/read/148298/12476482

h mwobjects.h

/* Copyright (C) Chris Johns (ccj@acm.org) MicroWindows C++ Wrappers. */ #if !defined (_MWOBJECTS_H_) #define _MWOBJECTS_H_ extern "C" { #include "windows.h" #include "wintern.h" #include
www.eeworm.com/read/249763/12476601

java food.java

package snakegame; import java.awt.*; import java.awt.geom.*; public class Food implements Data { public Food() { x = (int)(Math.random() * RIGHT); y = (int)(Math.random() * DOWN);
www.eeworm.com/read/336089/12477149

bsf key_boar_in.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/336089/12477183

bsf clk_generate.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/336089/12477188

bsf code.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/336089/12477249

bsf led_set.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/249654/12482057

bsf filter_200us.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/249652/12482678

bsf filter_200us.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/335989/12484442

cpp myrect.cpp

//********************** //** myrect.cpp ** //** 计算矩形面积 ** //********************** #include "myarea.h" double rect(double width,double length) { return width*length; }