目前分類:未分類文章 (24)

瀏覽方式: 標題列表 簡短摘要

  加減乘除app


a7342068 發表在 痞客邦 留言(0) 人氣()

import java.awt.*;
import java.awt.event.*;

a7342068 發表在 痞客邦 留言(0) 人氣()

import java.awt.*;
import java.awt.event.*;

a7342068 發表在 痞客邦 留言(0) 人氣()



import java.awt.*;

a7342068 發表在 痞客邦 留言(0) 人氣()

import java.awt.*;
import java.awt.event.*;

a7342068 發表在 痞客邦 留言(0) 人氣()

import java.awt.*;
import java.awt.event.*;

a7342068 發表在 痞客邦 留言(0) 人氣()

class Test
{

a7342068 發表在 痞客邦 留言(0) 人氣()

  • Mar 20 Fri 2015 14:47
  • EXECEL

Private Sub CommandButton1_Click()
Cells(1, 1) = 1

a7342068 發表在 痞客邦 留言(0) 人氣()

<script language="JavaScript">
VIH_BackColor = "palegreen";

a7342068 發表在 痞客邦 留言(0) 人氣()

未命名  

import java.net.*;

public class TestInet1 {
  public static void main(String argv[]) 
  {
    try {
      InetAddress myip = InetAddress.getLocalHost();

      System.out.println(myip.getHostName());
      System.out.println(myip.getHostAddress());
    } catch (UnknownHostException e) {
      System.out.println("Error: unable to resolve localhost");
    }
  }
}

a7342068 發表在 痞客邦 留言(0) 人氣()

/**
* The HelloWorldApp class implements an application that

a7342068 發表在 痞客邦 留言(0) 人氣()

<html>
<head>

a7342068 發表在 痞客邦 留言(0) 人氣()

class Test
{
public static void main(String[] args)
{
System.out.println("_____*_____");
System.out.println("____***____");
System.out.println("___*****___");
System.out.println("__*******__");
System.out.println("_____*_____");
System.out.println("_____*_____");
}
}未命名  

1.想從事本行業

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication4
{
public partial class Form1 : Form
{
Button[,] buttons = new Button[4, 4];
Random irand = new Random();
int rd = 0;
public Form1()
{
InitializeComponent();
}

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication3
{
public partial class Form1 : Form
{
Button[,] buttons = new Button[5, 5];
public Form1()
{
InitializeComponent();
}

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication3
{
public partial class Form1 : Form
{
Random rand = new Random();
Button[,] buttons = new Button[5, 5];
public Form1()
{
InitializeComponent();
}

a7342068 發表在 痞客邦 留言(0) 人氣()

 

 

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;

a7342068 發表在 痞客邦 留言(0) 人氣()

1 2