-
前段时间刷广告,比较流行的霸王插件,完整源代码
前段时间刷广告,比较流行的霸王插件,完整源代码-Brush earlier ads, the Overlord more popular plug-ins, complete source code
- 2022-02-06 22:43:55下载
- 积分: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
-
vc环境,模拟速度仪表盘
vc环境,模拟速度仪表盘-vc environment simulation speed dashboard
- 2022-04-02 01:01:59下载
- 积分:1
-
1. 在课程表中导入3条数据,写出sql语句和数据 2. 在学生表中导入15条学生资料,每个班级5条数据,写出sql语句和数据 3. 在成绩表中,每个学生每个课...
1. 在课程表中导入3条数据,写出sql语句和数据 2. 在学生表中导入15条学生资料,每个班级5条数据,写出sql语句和数据 3. 在成绩表中,每个学生每个课程1条数据,每个学生全选了课程表所有的课程,写出sql语句和数据-1. The courses table into three data and write sql statement and data 2. Students in the table into 15 students, each class 5 data and write sql statement and data 3. The results table, each student each course a data, each elected by the students of the curriculum of all courses, write sql statement and data
- 2022-01-26 06:03:09下载
- 积分:1
-
DirectSound例程源码,编译时需要下载DirectX SDK
DirectSound例程源码,编译时需要下载DirectX SDK-DirectSound routines source code, compile-time need to download the DirectX SDK
- 2022-02-10 05:44:41下载
- 积分:1
-
MFC Windows程序设计(第2版)修订版源代码
MFC Windows程序设计(第2版)修订版源代码。附件中的是第十二章的源代码。
- 2022-03-13 03:11:40下载
- 积分:1
-
一个用matlab编的可以动的飞机动画制作小程序(源程序在网上下载,经本人稍加改动),注意六个状态值是需要外部输入的,比较适合做飞行器仿真试验用。...
一个用matlab编的可以动的飞机动画制作小程序(源程序在网上下载,经本人稍加改动),注意六个状态值是需要外部输入的,比较适合做飞行器仿真试验用。-a series of the aircraft can move small animation (downloaded from the Internet source, I is modified), to six state value is a need for external input, more suitable for aircraft simulation experiment.
- 2022-02-03 06:21:40下载
- 积分:1
-
鼠标及光标形状变化
鼠标及光标形状变化-mouse and the cursor changes shape
- 2023-02-16 17:55:04下载
- 积分:1
-
迷宫求解
求解迷宫中一条通路的伪码算法等
迷宫求解
求解迷宫中一条通路的伪码算法等-Solving a maze to solve the maze path of pseudo-code algorithm
- 2022-05-14 21:42:06下载
- 积分:1
-
用C语言写的 关于 航空订票系统的 代码 可能功能还不是很全 希望大家改正...
用C语言写的 关于 航空订票系统的 代码 可能功能还不是很全 希望大家改正-sfdsfsdjfsdljf fsdf jsd fkds s
- 2022-02-26 15:56:44下载
- 积分:1