CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - INT 1
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Shot Game
Game Server Simulator
Chess Poker games
Game Engine
Other Riddle games
Mobile games
Other Games
Search - INT 1 - List
[
Game Program
]
wuziqi
DL : 0
五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169]
Date
: 2008-10-13
Size
: 2.33kb
User
:
庄斌
[
Game Program
]
13H_KIT.ZIP
DL : 0
DOS游戏编程中处理Int 13的工具包
Date
: 2008-10-13
Size
: 163.1kb
User
:
xdc
[
Game Program
]
hitUFOgame
DL : 0
打飞碟小游戏,射击类,/*自己改游戏的速度*/ int speed /*飞碟移动速度*/ int col /*中心坐标*/ int score=0 /*得分*/
Date
: 2008-10-13
Size
: 1.92kb
User
:
王乐
[
Game Program
]
wuziqi
DL : 0
五子棋小游戏#include<stdlib.h> #include<time.h> #include<stdio.h> #include<conio.h> int chess[169]={0} /*棋盘*/ struct chess_t/*作为辅助,即是作为建意*/ { char attack /*攻防用的,0表示守,1表示攻*/ int j /*作为优先级用*/ }chess_a[169] -Gobang game# Include
Date
: 2026-01-06
Size
: 2kb
User
:
庄斌
[
Game Program
]
13H_KIT.ZIP
DL : 0
DOS游戏编程中处理Int 13的工具包-DOS game programming Int 13 deal with the toolkit
Date
: 2026-01-06
Size
: 163kb
User
:
xdc
[
Game Program
]
hitUFOgame
DL : 0
打飞碟小游戏,射击类,/*自己改游戏的速度*/ int speed /*飞碟移动速度*/ int col /*中心坐标*/ int score=0 /*得分*/ -UFO playing game, shooting categories,/* change their game speed*/int speed/* speed trap*/int col/* Center coordinates*/int score = 0/* score* /
Date
: 2026-01-06
Size
: 2kb
User
:
王乐
[
Game Program
]
sck
DL : 0
网狐会员卡生成器,绝对好用等下把数据库配套的也传上希望多给点分。 英文介绍是数据库部分代码-USE [CxGameTreasuredb] GO IF EXISTS (SELECT* FROM DBO.SYSOBJECTS WHERE ID = OBJECT_ID(N [dbo].[stock_data] ) and OBJECTPROPERTY(ID, N IsProcedure ) = 1) DROP PROCEDURE [dbo].[stock_data] GO SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON GO CREATE PROCEDURE [dbo].[stock_data] @cardcode [bigint], @cardpass [nvarchar](50), @userid [int] WITH ENCRYPTION AS BEGIN DECLARE @Price [int] DECLARE @IsCrad[bit] IF EXISTS (SELECT UserID FROM QPTreasureDB.dbo.GameScoreLocker WHERE UserID=@UserID) BEGIN SELECT [ErrorDescribe]= 错误信息:您目前在银子游戏房间,不能进行银行操作! RETURN END
Date
: 2026-01-06
Size
: 211kb
User
:
234324dsf
[
Game Program
]
TestVibration
DL : 0
测试MIDP2.0/2.1标准API Display.vibrate(int duration) 可以直接安装到支持J2me的手机上运行
Date
: 2026-01-06
Size
: 2kb
User
:
kyle
[
Game Program
]
shudu
DL : 0
简单数独 扫雷 int[][]vm=new int[9] public void sl(int[][]vm){ this.vm=vm for (int i = 0 i < 9 i++) { for (int j = 0-简单数独 int[][]vm=new int[9][9] public void sl(int[][]vm){ this.vm=vm for (int i = 0 i < 9 i++) { for (int j = 0
Date
: 2026-01-06
Size
: 51kb
User
:
lccid
[
Game Program
]
five-chess
DL : 0
(1)首先调用Chessboard 类型的chessboard 属性中的initBoard()与printBoard()方法去初始 化与打印棋盘。 (2)从控制台获取用户的输入。 (3)再调用本类的isValid()方法去验证玩家输入的合法性,如果输入不合法,返回第2 步继续, 否则到第4 步。 (4)把玩家下的棋子位置赋值为 ● 。 (5)调用isWon( int posX , int posY , String chessman )判断玩家是否赢了。如果玩家赢了, 则调用isReply()方法输出的信息询问玩家是否重新游戏,如果玩家输入y,则返回第1 步重新 开始。 (6)调用computerDo()方法随机生成计算机的x,y 坐标,并把board[x][y] 赋值为 ○ 。如果 计算机赢了,则调用isReply()方法输出的信息询问玩家是否重新游戏,如果玩家输入y,则返 回第1 步重新开始,否则返回第2 步轮到用户输入。-(1) The first call Chessboard type chessboard properties initBoard () and printBoard () method to initialize and print the board. (2) to obtain user input the console. (3) and then call this class isValid () method to verify the legitimacy of player input, if the input is not valid, return to step 2 to continue, otherwise to step 4. (4) under the pawn position players assigned to " ●" . (5) calls isWon (int posX, int posY, String chessman) to determine whether the player wins. If the player wins, then call isReply () method outputs information to re-ask the players if the game, if a player enter y, then return to step 1 and start again. (6) calling computerDo () method of a computer generated random x, y coordinates, and the board [x] [y] is assigned " ○" . If the computer wins, then call isReply () method outputs information to re-ask the players if the game, if a player enter y, then return to step 1 to start again, otherw
Date
: 2026-01-06
Size
: 12kb
User
:
冰山一角
[
Game Program
]
CPD3314-Assign6
DL : 0
java的小练习,练习继承 class method 的调用。- Exercise#2- Car Class * * Write a class named Car that has the following fields: *- yearModel. The yearModel field is an int that holds the car s year model. *- make. The make field references a String object that holds the make of the car. *- speed. The speed field is an int that holds the car s current speed. * In addition, the class should have the following constructor and other methods. *- Constructor. The constructor should accept the car s year model and make as * arguments. These values should be assigned to he object s yearModel and * make fields. The constructor should also assign 0 to the speed field. *- Accessors. Appropriate accessor methods should get the values stored in an * object s yearModel, make, and speed fields. *- accelerate. The accelerate method should add 5 to the speed field each time * it is called. *- brake. The brake method should subtract 5 the speed field each time it * is called. * In the main class (CPD3314As
Date
: 2026-01-06
Size
: 59kb
User
:
wayne
[
Game Program
]
jingziqi
DL : 0
#include < iostream> 井字棋using namespace std const int n=3 int block[n][n]={0,0,0,0,0,0,0,0,0} void draw(int **,int x,int c) -# Include < iostream> using namespace std const int n = 3 int block [n] [n] = {0,0,0,0,0,0,0,0,0} void draw (int**, int x, int c)
Date
: 2026-01-06
Size
: 9kb
User
:
c34177366duanz
[
Game Program
]
input_int
DL : 0
该程序实现在TC下输出INT数的方法。在调用输入函数时,只能输出满足INT范围的数据,当输入非法数据时,不做任何动作,可以有效防止错误输入-The program to achieve the TC output INT number of methods. When the input function is called, the only output to meet the the INT range of data, when illegal data is entered, no action can effectively prevent erroneous input
Date
: 2026-01-06
Size
: 1kb
User
:
wo726804
[
Game Program
]
打地鼠游戏
DL : 0
模拟打地鼠游戏,适合儿童智力开发,代码简洁(a game with simple cods , it's for children to develop ability,we can also study think int it)
Date
: 2026-01-06
Size
: 11kb
User
:
littlesun
[
Game Program
]
msvcr120d
DL : 0
zip ectObjects(oclMat &gimg, CvMemStorage *storage, double scaleFactor, int minNeighbors, int flags, CvSize minSize = cvSize(0, 0), CvSize maxSize = cvSize(0, 0)); void detectMultiScale(oclMat &image, CV_OUT std::vector<cv::Rect>& faces, double scaleFactor = 1.1, int minNeighbors = 3, int flags = 0, Size minSize = Size(), Size maxSize = Size());
Date
: 2026-01-06
Size
: 684kb
User
:
mugisha.karl
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.