代码搜索:XY图
找到约 10,000 项符合「XY图」的源代码
代码结果 10,000
www.eeworm.com/read/413359/11158589
pas xy.pas
//文件名称:xy.pas
//文件标识:SGIP协议(只有SG与SMG交互协议)
//摘 要:根据SGIP1.2对原协议进行更新
//当前版本:1.2
//作 者:邵青山
//完成日期:2002年10月11日
unit xy;
interface
uses
SysUtils;
const
www.eeworm.com/read/411377/11247845
java xy.java
public class XY //坐标类
{
int x1=0,y1=0;
public XY(int x,int y)
{
this.x1=x;
this.y1=y;
}
}
www.eeworm.com/read/411377/11247851
class xy.class
www.eeworm.com/read/335577/12513452
frm xy.frm
VERSION 5.00
Object = "{8996B0A4-D7BE-101B-8650-00AA003A5593}#4.0#0"; "CFX4032.OCX"
Begin VB.Form Form1
Caption = "Chart FX. X/Y Charts"
ClientHeight = 5565
ClientLeft
www.eeworm.com/read/335577/12513454
vbp xy.vbp
Type=Exe
Form=xy.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation
Object={8996B0A4-D7BE-101B-8650-00AA003A5593}#4.0#0; CFX4032.OCX
IconFor
www.eeworm.com/read/335577/12513537
sct xy.sct
www.eeworm.com/read/335577/12513590
scx xy.scx
www.eeworm.com/read/335577/12513632
h xy.h
//---------------------------------------------------------------------------
#ifndef xyH
#define xyH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/335577/12513635
cpp xy.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "xy.h"
//-----------------------------------------------------------------
www.eeworm.com/read/335577/12513640