搜索资源列表
360safe_3.0
- ),您可以一路cancel下去,这时系统菜单只有两项,选file下的odbc configer,选中sql anywhere项,再点击create按钮,现在出现一个大窗口,在data source栏填school 在user栏填own,在password栏填own,在databasefilename栏填解压得到的score.db的绝对路径名称,这时总算可以点击OK按钮了。第一步配置数据源顺利结束。如果还有问题,请不赐来信。 二、打开库画板,再打开school.pbl,点击小人儿即可。 此程序是
sgjq
- 四国军棋 JQClient.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关使用应用程序向导选择的 平台、配置和项目功能的信息。 JQClient.cpp 这是包含 DllMain() 定义的主 DLL 源文件。 -This is四国军棋JQClient.vcproj AppWizard generated by VC++ project of the
BQClient
- 憋七 GameClient.vcproj 这是用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成此文件的 Visual C++ 版本的信息,以及 有关使用应用程序向导选择的 平台、配置和项目功能的信息。 GameClient.cpp 这是包含 DllMain() 定义的主 DLL 源文件-This is GameClient.vcproj hold seven AppWizard generated by VC++ projec
Chess
- 用c++语言编的象棋软件 Chess.cpp This the main application source file. Chess.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (
Five-in-a-Row
- 用C写的五子棋游戏可以选择双人对弈模式或人机对弈模式,界面清晰简易,内附算法实现,论文等-AppWizard has created this Five application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applicati
doudizhu
- 斗地主源代码,绝对能通过的源码,有可执行文件 根据斗地主出牌规则.对玩家出的牌进行检验.判断是否符合出牌规则. (关于斗地主的出牌规则网上有很多) 思路:将玩家的牌按升序排序.然后将牌进行拆分,分存在4个数组中.拆分规则如下: 假设有牌:333\444\555\789 则拆分后数组中的数据如下 arr[0]:345789 arr[1]:345 arr[2]:345 arr[3]:null 可以看出拆分规则是:如果遇到相同数字的牌则存
fivechess
- C#4.0 点对点五子棋 一个文件包括了服务端和客户端,不支持内网穿透,-C# 4.0-point backgammon file includes server and client do not support the internal network penetration,
Gobang-code
- 五子棋游戏,C++编程语言,Dos界面。人机对弈,智能AI,文件流操作。-Backgammon games, C++ programming language, Dos interface. Man-machine chess, intelligent AI, file stream operations.
five-in-a-row-game-CPP
- 一个采用C++程序编写的五子棋程序,生成了可执行文件,可以在任何机器运行。-A c++ program written by the renju program, generated the executable file, can be in any machine operation.
quweicaidan
- 趣味菜单 1、设计菜单 给出3个菜单项的内容和输入提示: 1.解一元二次方程 2. 出圈游戏 3. 退出程序 2、解一元二次方程要求:编制一个求方程ax2+bx+c=0的根的程序。一般将系数设成floa t型,可以把变量设成double型,使用库函数sqrt()在头文件math.h中定义 。 3、出圈游戏的要求:使用约瑟夫环游戏。这里假设有人数为n个人的一个小组,他们按顺时针方向围坐一圈。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报
rjxq-mygame
- 人机下棋游戏,用C++语言实现,其中包含一个.h和一个.cpp文件.int n=0,max=0,temp=0 char ch //输出棋盘原始状态 Print() cout<<"You First or Second(F/S)?" cin>>ch if((ch== S )||(ch== s )) { status[4]= X counter=counter+1 Print() cou
game_wuziqi
- 五子棋小游戏(双人五子棋),C#双人五子棋小游戏源代码源程序(完整版),编译运行时需要wzqdatabase.dll文件,可以了解到这是一个五子棋的数据库文件,放在DEBUG目录下程序会自动调用。这款基于C#的五子棋游戏可进行双人对战,可记录游戏战绩,可提交意见建议,棋盘设计的也相当不错,阅读本源代码对提高C#小游戏编程还是有帮助的-Small game of backgammon (double the renju), C# double backgammon game source code
Gobang
- 这是一个很的文件,这是一个很好游戏程序,这个文件是一个C语言做的五子棋,里面有源代码,还有怎么去玩-This is a very documents, this is a good game program, this file is a C language do 331, inside the source code, as well as how to play
netjunqi
- C#版网络军棋源码下载,第一排不允许放置炸弹,放置地雷在后两排,军旗只能在大本营。 第一排不允许放置炸弹,第1,2,3,4排不允许放置地雷, 自己的军旗只能放置在大本营 炸弹控件编号4,5,第一排(y1=12)不允许放置炸弹。 说明: Debug目录中的(1)MyFile1.txt保存自己方布阵图,MyFile2.txt保存对方布阵图,是一个字节文件。-C# version of Network Junji source code downlo
Chess-game-Source
- 黑白棋游戏源代码,C++编写。加入自己的工程编译运行即可-Source file of a chess game
FiveChess
- 五子棋游戏的visual c++源代码,是较为经典的学习代码。-ppWizard has created this FiveChess application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
fivechess
- 一个简单的五子棋游戏,用c++写的,对初学者会有一定的帮助-it is a simple c++ source file which describing the little game fivechess.the beginer may benefit a lot from it!
BEE
- 简单的十字方块游戏 简单的十字方块游戏-With C# language the development COM (Componet Object Model Compon Visualbasic 6.0 software developm Copy files with progress bar (SHF Liquid phase used to manipulate the VC Office. The control with multi-ui as
Chess-poker
- 本文件用c++编写实现了三子棋功能,并可以自主定义棋盘大小,悔棋功能-The file c++ prepared with the realization of the game function, and can self define the board size, undo function
Sudoku game c++
- This is the Sudoku game projects for students in C++ language using file handling