C#תdelphi
public class GaussPrjBase: ICoordinate
{
protected double _a;
protected double _f;
private int _zoneWide = 6;
public int ZoneWide
{
get { return _zoneWide; }
set { _zoneWide = value; }
}
}
¸ßÊÖÃÇ£¬ËÄܽ«Õâ¶Î¼òµ¥µÄC#´úÂëת»¯Îªdelphi´úÂë.ллÁË¡£
Delphi(Pascal) code:
type
GaussPrjBase = Class(Icoordinate)
private
FZoneWide : Integer;
procedure SetZoneWide(const Value : integer);
protected
_A : Double;
_F : Double;
public
Property ZoneWide : integer read FZoneWide Write SetZoneWide;
end;
ÄǸö6·ÅÔÚ¹¹ÔìÀï×ö°É. ºÇºÇ. ÊÖдµÄ,¿ÉÄÜÓбÊÎó.
Delphi(Pascal) code:
type
GaussPrjBase = class(TObject,ICoordinate)
private
FZoneWide: Integer;
procedure SetZoneWide(const Value: Integer);
{ Private declarations }
protected
_a : Doubl
Ïà¹ØÎÊ´ð£º
×î½üÔÚ×ö¸öÍøÉÏÉ̳ǣ¬¹ºÎﳵģ¿é£¬Ã»ÓÐ×ö¹ý£¬Âé·³¸÷λ°ïæ˵Ï´óÖÂ˵ÏÂ˼·£¬ÄÜ·¢Ò»·ÝÔ´Âë¸üºÃ¡£Ð¡µÜÏÈл¹ý¸÷λÁË£»
QQ£º413763818£»
eamil:swebook@126.com
ÍøÉÏÒ»´ó¶Ñ£¡
www.51aspx.com
ȥϠ......
¼±Óá£ÁªÏµQQ£º8775262£¬Ð»Ð»¡£
ÐèÒª½øÐÐDllImportµÄµØ·½Ö±½ÓдDLLImport.·½·¨Ãû¡£
È磺DLLImport.GlobalAddAtom(¡¡);
Îļþ£ºUShare.pas
Delphi(Pascal) code:
unit UShare;
interface
uses Windows, Me ......
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Syst ......
ÎÒÏÖÔÚ×ö½Ó¿Úµ¼³ö£¬.NETƽ̨£¬¿ª·¢ÓïÑÔC#£¬Ïëµ¼³öXMLµÄÎı¾¸ñʽ¡£
ÏëµÃµ½ <?xml version="1.0" encoding="GBK"?>
µÄ±àÂë¸ñʽ£¡ÔõôÉèÖã¿Ð»Ð»£¡¼±£¡
¶¥
Ö»Òª±£´æÎªxml¸ñʽ£¬ ......
ÓÃwebbrowser¿Õ¼äµ÷ÓÃjavascriptº¯ÊýµÄЧÂÊÔõôÑù¡£ÓÐÒ»¸ö³¤¶ÈΪnÊý×飬ÎÒÊÇÔÚC#ÖÐÑ»·n´Î£¬µ÷ÓÃn´Îjavascriptº¯Êý£¬»¹ÊÇÔÚjavascript×öÑ»·£¬ÔÚC#Ö»µ÷ÓÃÒ»´Î£¬¶ø°ÑÕû¸öÊý×é´«µÝ¸øjavascript¡£ÎÒÏëÓ¦¸ÃÊǺóÕßЧÂʸü¸ ......