-
图像直方图,均衡化直方图。
图像直方图,均衡化直方图。-image histogram, histogram equalization.
- 2023-08-28 15:05:03下载
- 积分:1
-
yedjtu UIT UTK
xfnb rtuy i w4tuerwe 4 errdvbi rtuoeroutbj xclksdj sdjfsd包括;
- 2022-03-03 22:37:29下载
- 积分:1
-
CMOS maintenance tool programming .. CMOS programming.
cmos维护工具编程..针对CMOS的编程。-CMOS maintenance tool programming .. CMOS programming.
- 2023-06-16 05:30:03下载
- 积分:1
-
ToolBar控件的演示程序
ToolBar控件的演示程序-Toolbar Control Demonstration Program
- 2022-01-25 21:06:34下载
- 积分:1
-
Java 的井字游戏
这是一款普通的比赛,称为井字游戏。它是在 Java 中的成功案例。它很容易理解它。它使用人工智能的 CPU。其 1 玩家游戏 & 第二个球员就是计算机本身。
- 2023-01-19 22:40:04下载
- 积分:1
-
声控录音机源代码,有声音自己录音,无声自动暂停
声控录音机源代码,有声音自己录音,无声自动暂停-声控录音machine source code, there is the voice of their own recording, silent auto-suspend
- 2022-08-17 22:49:28下载
- 积分:1
-
本计算器实现了计算器的基本的运算功能,以及使用比较广泛的函数功能,可作为函数功能型计算器使用,同时为了方便实用,本人进行了统计功能的编程,使本计算器可以用于简单...
本计算器实现了计算器的基本的运算功能,以及使用比较广泛的函数功能,可作为函数功能型计算器使用,同时为了方便实用,本人进行了统计功能的编程,使本计算器可以用于简单的统计。在编程时只使用了最基本的方法,未用到特别的技术。本程序的执行文件过大是一个较大的问题,在今后的学习中会逐渐改进,将程序进行分块儿,以提高执行效率。-the calculator calculator achieved the basic computing functions, and the use of more extensive Function can be used as a functional calculator use, in order to facilitate the practical, I conducted a statistical functional programming, so that the calculator can be used in simple statistics. When the program to use only the most basic of ways, not the particular technology used. The procedures are too big and is a major problem in the next study will gradually improve, procedures pm deadline, in order to enhance the efficiency of enforcement.
- 2022-01-25 18:00:12下载
- 积分:1
-
sl贪吃蛇 sl贪吃蛇
sl贪吃蛇 sl贪吃蛇 -silverlight silverlight silverlight silverlight silverlight silverlight
- 2022-05-16 04:40:25下载
- 积分: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
-
Evc4.0 write their own use a program, the program calls a memory card procedures...
自己使用evc4.0写的一个程序,程序调用存储卡上的一个程序,并且通过模拟鼠标的操作进行自动化控制程序。可以供学习调用使用其他程序、模拟鼠标点击消息的朋友参考。本程序在wince5.0下调试通过。-Evc4.0 write their own use a program, the program calls a memory card procedures, and by simulating the operation of the mouse to automate control procedures. Can learn to call for the use of other procedures, simulating a mouse click message friend reference. This procedure adopted in wince5.0 debugging.
- 2022-10-19 11:10:03下载
- 积分:1