搜索资源列表
hexsud
- Files presented: README.txt - This file. Plaintext documentation of my work. go - Shell scr ipts for running the codes. cmds - Prolog commands used for executing the codes and generate output. hexsud.pl - Prolog codes for the 16x16 Sudoku
PengPeng1
- 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门级实时3D游戏编程框架 游戏支持单机和双人局域网两
CasinoGame
- Casino Dice Game [Programming Principles One - assignment 2]
sudokusolver
- a sudoku solver, it can solve the sudoku you enter, an assignment in cla-a sudoku solver, it can solve the sudoku you enter, an assignment in class
callme
- my assignment very awesome, call me
assignment_2
- 走迷宫:给出一个数字迷宫,计算死路和通路-1 Aims The main purpose of the assignment is to let you practice the following programming techniques: read data from the command line and store them in an array perform operations on arrays execute tests and repe
Connect4
- This a Connect 4 game that I implemented in my assignment using VC-This is a Connect 4 game that I implemented in my assignment using VC++
sat
- SAT问题也称为合取范式的可满足问题,一个合取范式形如:A1∧A2∧…∧An,子句Ai(1≤i≤n)形如:a1∨a2∨…∨ak,其中,ai称为文字,为某一布尔变量或该布尔变量的非。SAT问题是指:是否存在一组对所有布尔变量的赋值(TRUE或FALSE),使得整个合取范式取值为真。-SAT problem is also known as conjunctive normal form satisfiability problem, a conjunctive normal form: A1 ∧
Platformer_4_0_Final
- 在新加坡读书,小组做的assignment,一个RPG小游戏,基于Visual Studio XNA 4.0平台-This is a RPG game assignment that did in Singapore studying time. Base on Visual Studio XNA 4.0 platform.
PlantsVSZombies
- java 大作业 植物大战僵尸 附 报告 在别人基础上改的。游戏的最后有个数据库的简单应用。数据库得自己建。我用的是sqlserver,配置上可能会比较麻烦。-java Plant vs. Zombies assignment codes
assignment-(2)
- this is game and it is fun -this is game and it is fun hahaha
assignment-(3)
- this airplane game -this is airplane game
assignment
- 贪吃蛇,一款智力型游戏,可以让大家放松的非常不错的游戏,我个人很喜欢的。-snake that can make you happy.you will never forget it if you play it.It must be worty to play.
assignment-1
- Health care management system contains patients, addresses, phone numbers,
hal-dots-and-boxes-ai-assignment-c09843be595d
- dots and lines in java
assignment7_CG
- assignment 5 of computer graphics for th fall semester 2012
assignment5_CG
- include assignment 5 of computer graphics fall 2012
Assign11
- assignment 7 for java enjoy
sunset-vhdl
- 小精灵自爆:采用64*4位ip核并随机赋值作为地图信息,小精灵具有一定血量,可以在地图上面根据周围敌人(赋值为1)数量和自己血量选择是否进行自爆。-Elf blew: 64* 4 ip nuclear and random assignment as the map information, the elves have a certain amount of blood, the map above surrounding enemies (a value of 1) the number a
russian-eara-
- 定义基本的7种方块(含四种状态)二维数组变量. Terial[7][4]. 用数组下标索引方块的种类和状态. 定义方块运行的区域(二维数组变量) 如(高23,宽10) 用它存储方块下落后的状态. 左移和右移判断是方块是否左右溢出、是否会叠在运行区的格子上。 同样改变状态(变形)也得判断是否会出现左右溢出、是否会叠在运行区格子上。 下落后,对运行区的空格子进行赋值。 -7 define the basic two-dimensional array v