-
hdsimulator
hdsimulator
- 2022-01-26 06:01:29下载
- 积分:1
-
VB锁定电脑 防止其他人使用你的电脑 有多种保护模式
VB锁定电脑 防止其他人使用你的电脑 有多种保护模式 -VB lock computer to prevent others from using your computer has a variety of protected mode
- 2022-02-02 08:13:11下载
- 积分:1
-
this article is to understand how to monitor a group of Linked SQL Servers from...
this article is to understand how to monitor a group of Linked SQL Servers from a SQL Server
- 2022-02-24 19:20:50下载
- 积分:1
-
本程序为航空系统陀螺测试仪的主程序,为航空发动机测试编写...
本程序为航空系统陀螺测试仪的主程序,为航空发动机测试编写-This is the main program of the peg-top testing instrument used in aeronautic system, for the testing of aeronautic engines.
- 2022-03-29 02:21:10下载
- 积分: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
-
vs 载入视频并播放
载入视频 capture,获得每帧图片 while(1)遇到esc键就退出,否则一幅幅播放
- 2022-03-19 18:26:21下载
- 积分:1
-
GSM_TEST程序
GSM_TEST软件,可通过对GSM900模块进行在线测试!
- 2022-02-16 06:38:42下载
- 积分:1
-
很多VB经典算法,一个好的VB学习资料。VB与合适的基础…
有很多VB程序的经典算法,很好的VB学习资料.适合与有VB基础的人学习-many VB classic algorithms, a good VB learning materials. VB with a suitable basis for learning from the people
- 2022-03-10 16:14:48下载
- 积分:1
-
MicroDVR-简单的视频安全使用网络摄像头,运动检测
这是一个简单的应用程序,允许用户使用可用的 VideoCaptureDevices (网络摄像头s) 作为安全摄像机。该接口允许用户记录特定的摄像机视频文件 (.avi) 到本地存储 (记录路径也可以通过设置界面) 等。用户可以在任何时候将焦点设置在任何相机上。对于每个摄像机,我们可以启用运动检测,对运动和自动记录在议案上的发出蜂鸣音。
- 2022-03-13 11:20:54下载
- 积分:1
-
启动、管理、切换进程 .
启动、管理、切换进程 .-start, management, switching process.
- 2022-01-25 22:21:04下载
- 积分:1