-
Stone 3.0 server source code collections for a long time, and now allow everyone...
石器3.0服务端源代码,收藏了很久,现在拿出来让大家一起研究.-Stone 3.0 server source code collections for a long time, and now allow everyone to study together.
- 2022-07-18 19:27:20下载
- 积分:1
-
通过evc编程实现wince下led灯中断控制,
通过evc编程实现wince下led灯中断控制,-through evc Programming wince under lights led interruption control,
- 2022-02-06 10:04:49下载
- 积分:1
-
JSP源码 聊天留言
JSP源码 聊天留言-JSP source chat messages
- 2023-03-04 05:05:03下载
- 积分:1
-
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植
wince下将bmp转换为jpeg的程序,用了一个jpeg压缩类,可以移植-wince under bmp jpeg conversion of the procedures used by a jpeg compression type, can be transferred
- 2023-05-21 11:05:03下载
- 积分:1
-
基于VC++数据结构图结构、最短路径算法实现校园导航系统
基于VC++数据结构图结构、最短路径算法实现校园导航系统
- 2022-09-21 12:55:03下载
- 积分:1
-
C语言实现贪吃蛇
//: Snake.c
/* * * * * * * * * * * * * * * * * * * * * * *
// Project: RedSnake(贪吃蛇)
// Author: Problue
// Version: 1.0
// Date: 19:55 2012-10-29
* * * * * * * * * * * * * * * * * * * * * * */
#include
#include
#include
#include "pcc32.h"
// 定义地图的尺寸及坐标
#define MAP_WIDTH 32 // 地图宽度
#define MAP_HEIGHT 32 // 地图高度
#define OFFSET_X 1 // 地图左右的边距
#define OFFSET_Y 1 // 地图上下的边距
#define TOTAL_WIDTH (MAP_WIDTH + OFFSET_X * 2) // 窗口宽度
#define TOTAL_HEIGHT (MAP_HEIGHT + OFFSET_Y * 2) // 窗口高度
#define GotoMap(x, y) gotoTextPos((x) * 2, (y))
// 定义地图方格的状态,分别为: 空格、蛇头、蛇身、蛇尾、食物
#define BS_SPACE 0
#define BS_SHEAD 1
#define BS_SBODY 2
#define BS_STAIL 3
#define BS_FOOD 4
// 蛇默认长度
#define SNAKE_MIN_LEN 5
// 定义蛇运动方向: 上、下、左、右
#define DIR_UP 1
#define DIR_DOWN 2
#define DIR_LEFT 3
- 2022-05-15 19:59:34下载
- 积分:1
-
the source code of the famous game "light cycle", implemented in VC++,which is s...
著名游戏“光车”的源代码,使用VC++实现,适合游戏编程的初学者学习-the source code of the famous game "light cycle", implemented in VC++,which is suitable for beginner who tend to learn game programming
- 2022-10-18 10:10:03下载
- 积分:1
-
Color Grid Colum
Color Grid Colum
Color Grid Colum
Color Grid Colum-
Color Grid Colum
Color Grid Colum
- 2023-03-24 21:10:03下载
- 积分:1
-
一种基于高端微处理的定时编程的算法,有有较大的实用价值。...
一种基于高端微处理的定时编程的算法,有有较大的实用价值。-A high-end microprocessor-based programming of the timing of the algorithm, there is a greater practical value.
- 2022-07-10 23:16:31下载
- 积分:1
-
一个D3D的最简单例子,帮助理解directX编程的方法
一个D3D的最简单例子,帮助理解directX编程的方法-A D3D The most simple example to help understand the directX programming method
- 2022-08-20 10:54:04下载
- 积分:1