文件名称:NineRideNine
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 29kb
- 下载次数:
- 0次
- 提 供 者:
- tangb******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
九九乘法表:
for (int a = 1 a <= 9 a++)
{
for (int b = 1 b <= a b++)
{
x=a*b
labelShow.Text += a.ToString() + "X" + b.ToString() + "="+x.ToString()+" \t"
}-Multiplication table
for (int a = 1 a <= 9 a++)
{
for (int b = 1 b <= a b++)
{
x=a*b
labelShow.Text += a.ToString() + "X" + b.ToString() + "="+x.ToString()+" \t"
}-Multiplication table
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NineRideNine
............\NineRideNine
............\............\bin
............\............\...\Debug
............\............\...\.....\NineRideNine.exe
............\............\...\.....\NineRideNine.pdb
............\............\...\.....\NineRideNine.vshost.exe
............\............\Form1.cs
............\............\Form1.Designer.cs
............\............\Form1.resx
............\............\NineRideNine.csproj
............\............\obj
............\............\...\Debug
............\............\...\.....\NineRideNine.csproj.GenerateResource.Cache
............\............\...\.....\NineRideNine.exe
............\............\...\.....\NineRideNine.Form1.resources
............\............\...\.....\NineRideNine.pdb
............\............\...\.....\NineRideNine.Properties.Resources.resources
............\............\...\.....\TempPE
............\............\...\NineRideNine.csproj.FileList.txt
............\............\Program.cs
............\............\Properties
............\............\..........\AssemblyInfo.cs
............\............\..........\Resources.Designer.cs
............\............\..........\Resources.resx
............\............\..........\Settings.Designer.cs
............\............\..........\Settings.settings
............\NineRideNine.sln
............\NineRideNine
............\............\bin
............\............\...\Debug
............\............\...\.....\NineRideNine.exe
............\............\...\.....\NineRideNine.pdb
............\............\...\.....\NineRideNine.vshost.exe
............\............\Form1.cs
............\............\Form1.Designer.cs
............\............\Form1.resx
............\............\NineRideNine.csproj
............\............\obj
............\............\...\Debug
............\............\...\.....\NineRideNine.csproj.GenerateResource.Cache
............\............\...\.....\NineRideNine.exe
............\............\...\.....\NineRideNine.Form1.resources
............\............\...\.....\NineRideNine.pdb
............\............\...\.....\NineRideNine.Properties.Resources.resources
............\............\...\.....\TempPE
............\............\...\NineRideNine.csproj.FileList.txt
............\............\Program.cs
............\............\Properties
............\............\..........\AssemblyInfo.cs
............\............\..........\Resources.Designer.cs
............\............\..........\Resources.resx
............\............\..........\Settings.Designer.cs
............\............\..........\Settings.settings
............\NineRideNine.sln