-
一个科学计算器,包含表达式计算功能
一个科学计算器,包含表达式计算功能-A scientific calculator, including the expression of computing power
- 2023-06-20 09:50:03下载
- 积分:1
-
网卡RTL1819 驱动源码,希望大家受益。
网卡RTL1819 驱动源码,希望大家受益。
- 2022-01-25 18:32:21下载
- 积分:1
-
Stealth Bomber is an ti
Stealth Bomber is an ti-virus utility. It performs simple checks by looking for suspicious behaviour in the operating system and checks files with one of the most effective weapons against computer viruses: the Cyclic Redundancy Check, or CRC
- 2022-07-08 23:37:08下载
- 积分:1
-
理工科大学的课程设计习题.关于摸版的问题.
理工科大学的课程设计习题.关于摸版的问题.-University of Science and Technology curriculum design exercises. On confused version of the problem.
- 2022-02-01 21:24:36下载
- 积分:1
-
一个简单的体渲染(Volume Rendering)程序
一个简单的体渲染(Volume Rendering)程序-A simple physical rendering (Volume Rendering) program
- 2022-03-17 17:19:58下载
- 积分:1
-
MVC模式的实现
MVC Model realization
- 2022-03-16 13:20:24下载
- 积分: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
-
example of floodfill and scan
example of floodfill and scan-line algorithsm for filling bordered area. Source code is in c++.
- 2022-03-05 20:36:32下载
- 积分:1
-
Flash加脚本代码实现图片转换,效果简约美观
Flash加脚本代码实现图片转换,效果简约美观-picture show by flash and javascript
- 2022-08-15 21:18:14下载
- 积分:1
-
VB preparation, similar to Zuma game, in some places, compare cards.
VB编写,类似祖玛的游戏,有些地方比较卡。-VB preparation, similar to Zuma game, in some places, compare cards.
- 2022-01-26 05:36:06下载
- 积分:1