当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: using System;public class ScopeT
 

 

 ·矩阵乘法(java)    »显示摘要«
    摘要://multiplymatrix by seabridge 2004-9-1 public class multimatrix { int[][] multiplymatrix; public static void main(string args[]){ int[][] a={{1,0,3,-1},{2,1,0,2}}; int[][] b={{4,1,0},{-1,1,3},{2,0,1}......
    摘要:[原创]vfp与flash之间的相互控制--数据交互 上篇文章(http://dev.csdn.net/article/35/35481.shtm)中主要说明了flash来控制vfp,是单向的。这篇则是说明了他们之间的数据交互,这样才算真正的能在实际应用中大量应用。。。 看个界面先。。。 screen.width-500)this.style.width=screen.width-500;&......


变量范围学习案例

using system;

{ 【程序编程相关:WebService Behavior

public class scopetest 【推荐阅读:ResizableWindow源码

 { 【扩展信息:看JAVA序列化的性能 -- 一个简单的

 public static int main()

  for(int i=0;i<10;i++)

  {

   console.writeline(i);

  } //i goes out of scope here

  //u should can be declare a variable named i again,because

  //there´s no other variable with that name in scope

  for(int i=9;i>=0;i--)

  {

   console.writeline(i);

  } //i goes out of scope here

  return 0;

 }

}


 ·music life @ september 2004 ii    »显示摘要«
    摘要:  strong>收获刹那的满足 黑夜袭来,杂乱的心情在黑暗中又悄悄地涌了上来,在无声无息中把无助的我淹没。  而此刻,眼前的显示器不断向我散发着它独有的魅力,在黑夜里它迷人的光亮让我本平静的表情多了一份波澜。于是,怀着几份积余的热情,我在网络世界里大肆舞动起来,华丽的文字,狂放的特质,迷人的外露,一时间,沉淀多时的心情在虚拟的世界得到了充分的释放。  忘掉了周遭的生活,忽略了纷争的世界,......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE