ÓдúÂëÈçÏ£º
Delphi(Pascal) code:
var
Form1: TForm1;
a, b, c, d, e: Integer;
implementation
{$R *.dfm}
procedure TForm1.Button1Click(Sender: TObject);
var
f, g, h, i, j: Integer;
begin
ListBox1.Items.Add(IntToStr(a));
ListBox1.Items.Add(IntToStr(b));
ListBox1.Items.Add( ......
int nBTList[40*2];
ת»»³ÉDELPHIÊÇÔõôÑùµÄ
Ó¦¸ÃÊÇ nBTList : array[0..2*40] of Integer
¸Ð¾õÂ¥ÉϵIJ»Ì«¶Ô
int nBTList[40*2] = nBTList[0..79] of IntegerÂð£¿
nBTList[0..79] of Integer ÄãÕâ¸öÔÚdelphi ÎÒ»¹ÕæÃ»¿´¼û¹ý£¿
ÖÁÓÚbrolandc++ÖÐÊý×éºÍdelphiÊý×éϱêÒ»°ãĬÈÏ´Ó0¿ªÊ¼µÄ°É...... ......
ÊÇÕâÑùµÄ£¬ÎÒÏë°ÑÒ»¸öÎļþ¼Ð£¨ÀïÃæÓÐÄÚÈÝ£©ÖÆ×÷³ÉexeÔËÐÐÎļþ£¬ÔËÐкó¾ÍÉú³ÉÕâ¸öÎļþ¼Ð¡£ÏñÒ»¸öѹËõ°üÒ»Ñù£¬²»¹ýºó׺ÃûÊÇexe¡£ÈçºÎÖÆ×÷ÄØ£¿
Õâ¸öÖ±½ÓÓÃWINRARÀ´Åª¾ÍÐÐÁ˰ɣ¿
ÒýÓÃ
Õâ¸öÖ±½ÓÓÃWINRARÀ´Åª¾ÍÐÐÁ˰ɣ¿
»¹ÄܼÓÃÜÂëÄØ
ÒýÓÃ
Õâ¸öÖ±½ÓÓÃWINRARÀ´Åª¾ÍÐÐÁ˰ɣ¿
ÓÃwinrar¿ÉÒÔÖÆ×÷exeÎļþ£¿ºÃÏñ²»Ð ......
ie8ÉèΪÊ×ҳûÓÐȨÏÞ£¿£¿
ÔÚÏߵȴý¡£¡£¡£¡£
лл¡£
²»Ã÷°×Â¥Ö÷µÄÒâ˼£¬ËµµÄÏêϸµã£¡£¡
ie8ÀïÃæIE£¹¤¾ß£InternetÑ¡Ï£®£®
ÉèÖÃÖ÷Ò³µÄ°´Å¥È«±ä»Ò£¬²»¿ÉÓÃ
ie8ÀïÃæIE£¹¤¾ß£InternetÑ¡Ï£®£®
ÉèÖÃÖ÷Ò³µÄ°´Å¥È«±ä»Ò£¬²»¿ÉÓá£
µ¼ÖÂÉèΪÖ÷Ò³µÄ´úÂë²»¿ÉÓá£
<a onclick="this.style.b ......
Àý£º
<table width="100%" align="center" id="mytbl" border="0" bgcolor="#EEEEEE">
<tr>
<td class="td_center">ÕªÒª</td>
<td class="td_center">ÕËÆÚ</td ......
ÇóGridViewµ¼³öµ½excel,javascriptÔ´Âë?xiexie
C# code:
public static void ExportExcel(ref System.Web.UI.WebControls.GridView gv, string strFileName)
{
strFileName = System.Web.HttpUtility.UrlEncode(strFileName, System.Text.Encoding.UTF8);
System.Web.HttpContext.C ......