-
-
scorchv14.zip
SCORCH quick start:
-------------------
1. Within Matlab, navigate to the SCORCH installation directory.
2. Enter "scorch" at the Matlab command prompt to run the game.
3. For game controls and additional information, enter
-
-
about_HanoiTower.rar
本程序是基于VC6.0的汉诺塔移动程序,程序可实现4个盘子的移动,并添加可视化效果,通过‘enter’键控制盘子的移动,便于初学者对盘子移动的观察。程序代码清晰明了,对于数据结构的学习有很大帮助。
-
-
nibolanshijisuanqi.rar
将中缀表达式改变为逆波兰式 ,并输出计算结果。可以计算+.-.*./.()运算。程序比较简单,说是计算器其实是在dos界面下输入表达式最后加一个# ,然后按enter建即可得到结果。
-
huibian.rar
使用汇编语言编写程序,编写DOS下的TYPE命令,实现将磁盘中的某个已有的TXT文件的内容显示出来,要求程序在运行时先提示“Enter pathname:”,等待用户从键盘输入带路径的文件名,并在屏幕上显示此文件的内容,如没有此文件应有出错信息提示“Error”。
-
Hotmail.zip
... is iptables/netfilter. Iptables is the userspace module, the bit that you, the user, interact with at the commandline to enter firewall rules into predefined tables. Netfilter is a kernel module, built into the kernel, that actually does the filtering.
-
WebApplicationtest.rar
A simple Java Web application. You enter your name and year of birth and calculates your age
-
ERROR.zip
this is for playing FLAMES :)
like you enter the name of the boy and the girl and get the result :D
-
zzz.rar
... java.awt.*
import java.awt.event.*
public class AutoMaze extends Applet
{
int GridX=15,GridY=15
int Si,Sj,Ei,Ej
int[][] maze = new int[30][30]
int enter=20,width=20
-