//用於互動的html文檔<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html;
/** * */package homeWork; import javax.swing.JOptionPane; /** * @author Administrator * */public class HugeInteger {//表示類private int array[] = new int[40];private boolean signed = false;//符號 public HugeInteger() {for (int i = 0; i <
#include<graphics.h>void main(){ int driver,mode; int xa,ya,xb,yb,c; int dx,dy,steps,k; int inc,tmp,const1,const2,p; int x,y; int wx,wy; driver=DETECT; k=1; mode=0; initgraph(&driver,&mode,"");
package zx;import javax.swing.JOptionPane;public class BinToDec { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int number; int dinary; int decimalist=0; int i; int n=1; String
package homeWork; import java.awt.Container;import java.awt.FlowLayout; import javax.swing.JApplet;import javax.swing.JScrollPane;import javax.swing.JTextArea; public class KnightTravel extends JApplet {//騎士旅行 7.22private static final long
很簡單的一個例子,僅供學習之用,嘿嘿。#!/bin/bash#著作權資訊聲明# Very simple example shell script for managing a CD collection.# Copyright (C) 2011 Xing Zhao Hunau.# This program is free software; you can redistribute it and/or modify it# under the terms of the GNU General