-
利用图像的rgb分量提取其中的亮度分量并显示其直方图。
利用图像的rgb分量提取其中的亮度分量并显示其直方图。-using the rgb images from the weight brightness components and to demonstrate its histogram.
- 2023-08-22 07:20:03下载
- 积分:1
-
读取execel中的内容
读取execel中的内容-read the contents execel
- 2022-03-10 02:26:17下载
- 积分: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
-
Winodws CE/Mobile, Connection Manager Helper
Winodws CE/Mobile, Connection Manager Helper
- 2022-03-18 02:11:55下载
- 积分:1
-
例子
例子
- 2022-01-26 08:23:00下载
- 积分:1
-
通过厂家提供的光盘软件,在电脑上安装《LED
通过厂家提供的光盘软件,在电脑上安装《LED-II条屏软件》。-q
- 2022-03-09 11:28:44下载
- 积分:1
-
运动学实验系统,很简单,但实用。可以参考一下
运动学实验系统,很简单,但实用。可以参考一下-Kinematics experimental system, it is simple, but practical. Reference
- 2022-11-25 19:40:03下载
- 积分:1
-
一个MP3播放器程序用VC .NET,谁有兴趣的话可以下载…
一个使用VC.NET代码写的MP3媒体播放器,有兴趣的朋友可以下载研究一下-a mp3 player programed by vc.net,anyone who have interest in it can download and research
- 2022-05-31 23:26:35下载
- 积分:1
-
一个将MP3文件转换为WAV文件的源程序,需要mp3play.ocx
一个将MP3文件转换为WAV文件的源程序,需要mp3play.ocx-An MP3 file will be converted to WAV files source, the need mp3play.ocx
- 2023-06-05 20:15:03下载
- 积分:1
-
Arrastar e Soltar Arquivos do tipo .txt no form (leitura automatica)
示例系统演示了如何拖动和搜索类型为的文件。Txt格式,从Txt文件中获取结果数据。
- 2022-02-25 20:38:22下载
- 积分:1