-
Chinese chess. The project is in Visual Studio.net 2003 built under Win32 consol...
中国象棋。该项目系在Visual Studio.net 2003下所建的Win32控制台项目(使用其它版本的编译器只需新建一个Win32控制台项目,然后逐一加入所有的.cpp文件和.h文件即可),其目的只是简单地测试引擎。因而该程序不提供用户着法的合法性检测,以及棋局的结束处理等。
下棋方式:
用户按输入起点坐标、终点坐标的方式下棋;
(棋盘左下角计作(0,0),右上角计作(8,9))
同样,程序反馈起点坐标、终点坐标作为计算机方的走棋行为。
例如:
用户第一步走:炮二平五
则输入7242,回车
计算机回应:马8进7
则屏幕输出79 67
-Chinese chess. The project is in Visual Studio.net 2003 built under Win32 console project (using the other version of the compiler simply create a new Win32 console project, and then adding one by one all. Cpp files and. H file can be), its The purpose of simply testing the engine. Thus the program does not provide users with the legitimacy of law detection, and treatment, such as the end game. Play chess the way: the user input according to the starting point coordinates, end coordinates of the way a game of chess (lower left-hand corner of the chessboard for the (0,0), the upper right corner of dollars for (8,9)) Similarly, the starting point coordinates of the feedback process, the end o
- 2023-01-15 21:45:03下载
- 积分:1
-
一个屏幕键盘的VC++源代码,含有多个按键,基本包含了键盘上的全部内容。...
一个屏幕键盘的VC++源代码,含有多个按键,基本包含了键盘上的全部内容。-A screen keyboard VC++ Source code, containing a number of key, basic contains the entire contents of the keyboard.
- 2022-09-30 14:15:03下载
- 积分:1
-
a particular type or format of ppt,esp. for tables.
a particular type or format of ppt,esp. for tables.
- 2023-07-26 08:00:03下载
- 积分:1
-
校友录系统(ASP.NET 3.5实现)
本程序实现了校友录系统的基本功能,通过对数据库的操作,完善了校友录的所有功能,方便初学者参考学习,也能够通过这个大体框架来修改实现自己想要添加的各个功能模块。希望大家能通过这个小程序来加深对ASP.NET的理解和应用。
- 2022-01-26 20:07:41下载
- 积分:1
-
This a source code of telephone number search system,it is very useful
This a source code of telephone number search system,it is very useful
- 2022-03-13 15:29:46下载
- 积分:1
-
Visual Basic Module with almost 5000 lines of bullet
Visual Basic Module with almost 5000 lines of bullet-proof encapsulated API for high level use, with logging, Error Treatment and other features (Works with the mCommonAPIDecl.bas module and the log component)
- 2022-06-21 05:09:02下载
- 积分:1
-
Ball Controll, VTM Vietnam, This is execute files
Ball Controll, VTM Vietnam, This is execute files
- 2022-03-20 01:35:36下载
- 积分:1
-
这是一个我用VB+SQL为公司编的档案管理系统,目前在用。
这是一个我用VB+SQL为公司编的档案管理系统,目前在用。-I use VB to SQL companies of file management systems, currently in use.
- 2022-05-22 07:33:38下载
- 积分:1
-
具有暂停/继续和进度条的目录复制
翻译 maninwest@Codeforge 作者 :MikesRuthlessYa@CodeProject这只是个具有暂停/继续按钮和进度条的目录复制程序。它很有用,因为展示了如何使用 backgroundworker 为 progressbar 增量以及如何制作简单的暂停/继续按钮,不论是使用 file.copy 代码或者类似我使用的代码的代码。我想它不是世界上最好的代码,但是希望它对“初学者‘有用。使用代码 代码很直观。您可以找到要复制的目录和要复制到的目录,然后单击开始按钮。如果需要,可以暂停或者继续。暂停时,无法取消复制。继续复制后,你可以取消。//My Imports
Option Explicit On
Imports System
Imports System.IO
Public Class FileCopy
//All Of My Variables
Dim filetotalsofarcopied As Double = 0 _
""""Variable To Show How Many MB"s/GB"s Have Been Copied
Dim int As Integer = 0 """Variable For Which File On The Counter That It Is Currently On
Dim filecount As Integer = 0 """"To
- 2022-04-22 06:24:59下载
- 积分:1
-
用精简的visual c++ 编写 能够让人方便地读取位图的小程序
用精简的visual c++ 编写 能够让人方便地读取位图的小程序 -With a streamlined visual c++ to write code that makes easy to read digital map applet
- 2023-05-18 05:10:04下载
- 积分:1