-
实现无限网络时序分配算法,并带图形模拟,带有配置非模态对话框...
实现无限网络时序分配算法,并带图形模拟,带有配置非模态对话框-Unlimited network timing distribution algorithm, and with graphics simulation, with a configuration of non-modal dialog box
- 2022-03-17 18:26:25下载
- 积分:1
-
Vc++个人练习.rar
Vc++个人练习.rar-Vc personal practice. Rar
- 2022-03-12 06:58:22下载
- 积分:1
-
Semantic web services test set, it is necessary to register in the apache can be...
语义web服务测试集,要注册在apache下,才能调用服务-Semantic web services test set, it is necessary to register in the apache can be called Service
- 2022-12-23 10:10:05下载
- 积分: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
-
深入浅出mfc的源代码
深入浅出mfc的源代码-source code of detecting mfc
- 2022-06-20 12:45:44下载
- 积分:1
-
扁平按钮MFC类。
MFC class for flat buttons.
SoftechSoftware
Davide Calabro
davide_calabro@yahoo.com
http://members.tripod.com/~SoftechSoftware/index.html
- 2023-08-22 07:15:05下载
- 积分:1
-
An optimal Huffman encoding to achieve. Huffman coding is the application of the...
哈夫曼最优编码的一个实现。哈夫曼编码的应用非常的广,哈夫曼编码是一个很典型的用空间换取时间的例子。-An optimal Huffman encoding to achieve. Huffman coding is the application of the wide range of Huffman coding is a space for typical examples of the timing.
- 2022-02-13 07:33:40下载
- 积分:1
-
xcom(vc++编写的串口调试助手源码)
vc++6.0编写的串口调试助手源码,可以直接使用
- 2023-05-07 17:40:02下载
- 积分:1
-
Delphi 7 套接字聊天示例
Delphi 7 聊天使用套接字的服务器组件。
第一次打开 和 然后打开 作为奴隶 服务器. 如果有 服务器 德尔福 将 生成错误 连接 套接字.
- 2023-08-07 00:05:03下载
- 积分:1
-
vb 自动关机
vb 自动关机-vb automatic Guan Ji
- 2022-05-25 21:29:04下载
- 积分:1