用C编写一个扫雷程序需要的基础知识有哪些???

日期:2010-12-05 11:44:11 人气:1

用C编写一个扫雷程序需要的基础知识有哪些???

这个算法太繁杂,我有VB.NET的关键代码: Public Class Form Private chks(8, 8) As CheckBox Dim k As Integer Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim i, j As Integer Dim
    A+
热门评论