-
提取具有阴影物体轮廓,去除阴影干扰,C++,
提取具有阴影物体轮廓,去除阴影干扰,C++,-shading
- 2022-04-20 06:15:38下载
- 积分:1
-
机票预订系统一个真实的网站
机票预订系统 一个真正的web网站-Ticket reservation system a real web site
- 2023-05-15 13:10:03下载
- 积分:1
-
Church of chess, get before the animation has a dialogue scene, and then can go...
教堂棋,进去前,有一个场景对话动画,然后可以走棋,红方和白方-Church of chess, get before the animation has a dialogue scene, and then can go game, red and white
- 2023-05-06 21:35:03下载
- 积分:1
-
VB 中切换中文输入法
VB 中切换中文输入法,利用 GetKeyboardLayoutList 、 GetKeyboardLayoutName、GetKeyboardLayout 、
ActivateKeyboardLayout 实现设置默认输入法
- 2023-06-10 07:10:02下载
- 积分:1
-
stc15f2k60s2超声波测距程序
超声波测距程序,能测到2米以内距离,十分精准,层次清晰,代码清晰明了,代码有注释,十分有利于单片机初学者学习。
- 2022-01-26 07:33:33下载
- 积分:1
-
c++的库函数,全集,中文版的很不错,不懂得函数可以在这找到...
c++的库函数,全集,中文版的很不错,不懂得函数可以在这找到-c++ library function, Complete Works, the Chinese version is pretty good, do not know how to function can be found in this
- 2022-07-27 11:39:52下载
- 积分:1
-
聊天程序的全部源码,通过vc6.0的调试。
可以使用。如有疑问,联系我。...
聊天程序的全部源码,通过vc6.0的调试。
可以使用。如有疑问,联系我。-Chat program all the source code, through the vc6.0 debugging. Can be used. If in doubt, contact me.
- 2022-03-14 22:24:57下载
- 积分: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
-
1 million can sort data, reference materials temporarily rarely seen.
可以对一百万个数据进行排序,参考资料上暂时很少见到.
-1 million can sort data, reference materials temporarily rarely seen.
- 2022-07-08 23:25:12下载
- 积分:1
-
一款音频播放器,能测试好多工程指标,用C++编写
一款音频播放器,能测试好多工程指标,用C++编写-an audio player, a lot of test and engineering indicators, using C++
- 2022-02-27 00:55:15下载
- 积分:1