-
一个简单的用VC编写的掷骰子游戏,可以下注啊,下不对就玩完了。...
一个简单的用VC编写的掷骰子游戏,可以下注啊,下不对就玩完了。-A simple dice game written with the VC, you can bet ah, the next right on the game over.
- 2022-01-25 14:28:02下载
- 积分:1
-
用指定的位图做刷子填充整个窗口。这个程序演示如何建立画刷句柄以及将它选择到一个图形设备句柄中...
用指定的位图做刷子填充整个窗口。这个程序演示如何建立画刷句柄以及将它选择到一个图形设备句柄中-specified bitmap brush done filling the entire window. This procedure shows how to build painting brush handle, as well as its choice of a graphics equipment to handle
- 2023-07-05 17:10:03下载
- 积分:1
-
android 赛程球队管理系统
基于android平台,可以实现对赛程的安排,对球队的管理,以及参赛人员的添加删除修改等操作
- 2022-11-12 17:20:17下载
- 积分:1
-
WSDN 天气预报实时显示系统源码 下载 WSDN WEB图章自动生成系统的数据库实现,可添加或修改(删除)城市的天气情况,通过数据库显现在图片上,采用Micr...
WSDN 天气预报实时显示系统源码 下载 WSDN WEB图章自动生成系统的数据库实现,可添加或修改(删除)城市的天气情况,通过数据库显现在图片上,采用Microsoft公司C#.NET(GDI+)技术开发.-WSDN forecast real-time display system source code download WSDN WEB seal automatic generation system, the database can be added or modified (deleted) city weather conditions through the database appear in the pictures, using Microsoft C#.NET (GDI) technology.
- 2022-06-12 19:58:31下载
- 积分:1
-
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。...
用C语言编写的,实现一个能进行稀疏矩阵基本运算的运算器。-writen in C language, implemented calculator which can execute basic operator of sparse matrix.
- 2022-01-28 09:52:54下载
- 积分: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
-
APIBible.rar
APIBible.rar -APIBible.rar ffffffffffffffffffffffff
- 2022-02-03 18:16:53下载
- 积分:1
-
multithreading procedures were doors demo
多线程程序人门演示-multithreading procedures were doors demo
- 2022-02-20 18:14:24下载
- 积分:1
-
VBO编程的基本功能实现,VC6环境,提高显示速度
VBO编程的基本功能实现,VC6环境,提高显示速度-VBO realize the basic functions of programming, VC6 environment, and improve display speed
- 2022-01-24 13:18:52下载
- 积分:1
-
一个hook工具代码
一个hook工具代码-a hook tool code
- 2022-08-15 19:18:59下载
- 积分:1