-
编程语言特别版
C++程序设计语言特别版-C Programming Language Special Edition
- 2022-01-27 19:57:47下载
- 积分:1
-
for medical research reference View DICOM images version of Delphi, under the
为医学上课题研究的参考,查看dicom图片的Delphi版本,需要的下-for medical research reference View DICOM images version of Delphi, under the
- 2022-05-06 07:15:52下载
- 积分:1
-
java 编写的背包问题,按不同的方法选择不错啊
java 编写的背包问题,按不同的方法选择不错啊-prepared by the knapsack problem by different methods to choose good ah
- 2022-02-02 06:45:57下载
- 积分:1
-
本程序实现下雪场景的动画制作与具体实现,代码简单易懂。...
本程序实现下雪场景的动画制作与具体实现,代码简单易懂。-snow scenes with the animation to realize the code simple and understandable.
- 2022-02-15 10:18:50下载
- 积分:1
-
孙鑫老师VC++Lesson17进程间通信,可以自由下
孙鑫老师VC++Lesson17进程间通信,可以自由下-SUN Xin teachers VC++ Lesson17-process communication, they can under the
- 2022-05-18 23:11:44下载
- 积分: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
-
采用最新的canny算子实现了边界拟合程序给定图形后可以直接使用...
采用最新的canny算子实现了边界拟合程序给定图形后可以直接使用-use of the latest canny operator realization of the border fitting procedures to be determined after the graphics used directly
- 2022-06-18 14:03:57下载
- 积分:1
-
内存作图,消除闪烁效果好
内存作图,消除闪烁效果好-memory mapping, eliminate flicker good results
- 2022-07-19 15:29:36下载
- 积分:1
-
GDAL开发工具GDAL开发工GDAL开发GDAL开发工具工具具GDAL开发工具
GDAL开发工具GDAL开发工GDAL开发GDAL开发工具工具具GDAL开发工具-GDAL development tools GDAL development co GDAL developer tools with GDAL tools GDAL development tools
- 2022-08-15 04:05:18下载
- 积分:1
-
vb.net using an agent prepared by the small examples, to call Microsoft's ag...
一个用vb.net编写的agent的小例子,能够调用微软的agent小人,并能够说话-vb.net using an agent prepared by the small examples, to call Microsoft"s agent villains, and to speak
- 2023-04-09 18:00:04下载
- 积分:1