-
OPC服务器程序,可接受来自服务器的数据
OPC服务器程序,可接受来自服务器的数据-OPC server programming,can recieve data comes from server.
- 2022-03-22 11:03:38下载
- 积分:1
-
WTL的8.0版本,最新的,可用在VC和eVC上
WTL的8.0版本,最新的,可用在VC和eVC上-WTL version 8.0, the latest available on the VC and eVC
- 2022-07-11 05:03:06下载
- 积分:1
-
创建动态链接扩展库
创建动态链接扩展库-create dynamic link library expansion
- 2022-07-21 06:44:07下载
- 积分:1
-
This the algorthim of expression evaluation in data structure, its function is v...
关于数据结构中表达式求值的算法,功能强大,符合需要交作业的同学的需求 应该是初学数据结构的人使用-This the algorthim of expression evaluation in data structure, its function is very powerful, and concord with the demand of classmates which are needed to hand over the work, it should be used by the beginner of data structure.
- 2022-02-14 18:56:01下载
- 积分: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
-
本软件是一个小小的日记本.并提供了可选择的背景音乐和背景图片.并能方便的保存和打开所写的内容...
本软件是一个小小的日记本.并提供了可选择的背景音乐和背景图片.并能方便的保存和打开所写的内容-the software is a tiny diaries. And the choice of background music and background images. And to facilitate the preservation and open written
- 2022-06-29 21:27:11下载
- 积分:1
-
VB 精选文摘集合
VB 精选文摘集合 - 系统篇-Featured abstracts VB Collection- System Part
- 2022-05-22 03:57:33下载
- 积分:1
-
CFD 编程
这段代码是 CFD 编程,在此文件中,还有 AUSM,净资产收益率,范媚眼,通量分裂代码,如果您运行这些文件,您可以轻松地做你的分析。ThanksAl
- 2022-01-26 01:59:14下载
- 积分:1
-
铺设线路问题,北航所有
铺设线路问题,北航所有-laying cables, all of Northern
- 2023-06-05 19:20:04下载
- 积分:1
-
VB编写的,对INI文件的读写操作的例子源码。
VB编写的,对INI文件的读写操作的例子源码。-VB prepared to read and write operations to the INI file example source code.
- 2022-05-05 17:18:21下载
- 积分:1