代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/340605/3284422
c r2d_geometry_no2_lcd_i.c
#include "general.h"
#include "rvf/rvf_api.h"
#include "r2d/r2d_config.h"
#include "r2d/r2d.h"
#include "r2d/r2d_i.h"
#include "r2d/r2d_independance_layer.h"
#if (R2D_PIXEL_DEPTH == 32)
#defi
www.eeworm.com/read/300587/13903991
cpp 1086 you can solve a geometry problem too.cpp
/*
1086 You can Solve a Geometry Problem too
Time Limit : 1000 ms Memory Limit : 32768 K Output Limit : 5120 K
GUN C++
*/
#include
using namespace std;
const int nMax=100;
s
www.eeworm.com/read/292211/8367233
txt 创建新图层并显示指定位置小车2.txt
Dim cat As Catalog = MapInfo.Engine.Session.Current.Catalog
'创建临时层
Dim tblInfoTemp As TableInfoMemTable = New TableInfoMemTable("Animation")
Dim tblTemp As Table = cat.GetTa
www.eeworm.com/read/187193/8844883
pri multimeter.pri
[Project.ID]
Ver=200
Target=SMK0H32
[Configuration]
Chip=uPD78F0396
Internal Rom=32KB
Internal Ram=1024B
Clock=Internal Fixed
SimCfgUseFile=OFF
SimCfgFile=d:\NECTools32\BIN\smplus.cfg
MainCl
www.eeworm.com/read/185947/8971509
h sys_random.h
//sys_random.h
//the declaration of all random functions needed by the simulation project
//////////////////////////////////////////////////////////////////////////////
#if !defined(CDMA__SIMULAT
www.eeworm.com/read/185864/8981313
txt creatgpscar.txt
Catalog Cat = MapInfo.Engine.Session.Current.Catalog;
//创建临时层
TableInfoMemTable tblInfoTemp = new TableInfoMemTable("Animation");
Table tblTemp = Cat.GetTable("Animation");
if (tblTemp != null)
www.eeworm.com/read/382954/8986241
cs area.cs
using System;
class Area
{
public class Geometry
{
public const double pi = Math.PI;
protected double r;
public Geometry()
{
}