-
这里是几种能够实现高斯滤波系数提取的m文件
这里是几种能够实现高斯滤波系数提取的m文件-Here are a few ways to achieve Gaussian filter coefficients extracted m files
- 2023-01-17 03:35:03下载
- 积分:1
-
通过控件ID获得控件窗口指针
通过控件ID获得MFC控件窗口指针.
- 2022-01-24 09:55:13下载
- 积分: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
-
With a good Redo, Undo function routines, definitely worth a visit.
一个很好的带有Redo,Undo功能的例程,绝对值得一看.-With a good Redo, Undo function routines, definitely worth a visit.
- 2022-05-29 00:00:39下载
- 积分:1
-
STM32 LED点灯程序
年4月10日 - system_stm32f4xx.h :system_stm32f4xx.c的头文件。在CMSISDeviceSTSTM32F4xxInclude中 system_stm32f4xx.c :stm32f4的系统时钟配置。在CMSISDevice...
www.cnblogs.com/King-G...
- 2022-02-26 15:47:08下载
- 积分:1
-
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标...
带音乐播放功能的自动关机程序。可以按时间及时长选择关机,可最小化为幽灵图标-music playback functions with the automatic shutdown procedures. Can be a long time to choose a timely shutdown, the smallest icon into ghost
- 2022-07-01 22:48:09下载
- 积分:1
-
WinCE下的系统进程列出程序。主要是方便远程调试的程序。
WinCE下的系统进程列出程序。主要是方便远程调试的程序。-WinCE system under the process set out the procedures. Convenience is the main remote debugging process.
- 2022-01-26 08:21:05下载
- 积分:1
-
VC++的GDI画直线、椭圆的源代码
一个VC++的GDI画直线、椭圆的源代码,对于初学者挺有用的,可以看到画直线的算法、流程以及效果展示。
- 2022-05-29 00:29:38下载
- 积分:1
-
小余额的支付瘦,功能比较齐全。在实际的。初学者
国际收支平衡薄,功能比较齐全。对于初学者在access数据库中有很大的帮助。
- 2022-02-15 16:10:27下载
- 积分:1
-
数值算法用四组
C++常用数值算法集4-C Numerical Algorithms used four sets
- 2023-07-15 07:10:03下载
- 积分:1