-
This is a classic wine, the sub
这是一个精典的分酒程序,分别有3 ,5 ,8 升三个瓶子,现在3和5里装了酒,要求不借助于别的工具,分出一个4 升的酒来-This is a classic wine, the sub-procedures, respectively, 3, 5, 8 or three bottles, now three and five carried the wine, asked not to help other tools, the separation of a 4-liter liquor to
- 2022-12-07 07:20:02下载
- 积分:1
-
c++ ug模型更新所需文件
基于isight 平台的优化所需ugupdate.exe文件及bat文件,还包括自己测试的模型,亲测可用。可用于结构优化时更新ug模型并输出t_x文件
- 2022-01-30 14:04:35下载
- 积分:1
-
把24位彩色图片转换成8位图片
把24位彩色图片转换成8位图片,c++编写的,感觉有点用处,特来分享一下
把24位彩色图片转换成8位图片,c++编写的,感觉有点用处,特来分享一下
把24位彩色图片转换成8位图片,c++编写的,感觉有点用处,特来分享一下
- 2022-02-26 02:09:25下载
- 积分:1
-
串行通讯代码开发
串行通讯代码开发-serial communications code development
- 2022-03-23 20:42:54下载
- 积分: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
-
delphi编写的简单的UDP测试程序
资源描述在Delphi平台下编写的一个非常简单的网络demo,可以向指定Ip和端口发送数据,同时可以接受服务端的数据,来实现socket编程。
- 2022-08-22 02:13:26下载
- 积分:1
-
CE下的安装程序的制作
CE下的安装程序的制作-CE installation of the production process
- 2023-07-27 09:30:03下载
- 积分:1
-
网络管理 snmp manager
网络管理 snmp manager -network management snmp manager
- 2023-05-14 08:45:02下载
- 积分:1
-
address book source code
address book source code
- 2022-02-13 12:17:09下载
- 积分:1
-
This is program to make simple database using Visual basic 6.0 that can view, ad...
This is program to make simple database using Visual basic 6.0 that can view, add, delete and update databases.
- 2022-08-13 16:34:25下载
- 积分:1