-
删除或移动正在使用的文件
删除或移动正在使用的文件-deleted or are using a mobile document
- 2023-04-30 14:20:02下载
- 积分:1
-
Building Automation System
Building Automation System
- 2022-02-10 01:16:37下载
- 积分:1
-
Visual C preparation, data structure operations, 2 1 yuan polynomial combined so...
windows编程工具Visual C++编写,数据结构作业,两个一元多项式相加源程序,多项式的系数coef是float型; 多项式的指数expn是int 型 ;-Visual C preparation, data structure operations, 2 1 yuan polynomial combined source, the polynomial coefficients is Coef float; Polynomial index expn is int type;
- 2022-03-21 02:31:09下载
- 积分:1
-
a good code optimization tools
一个很好的代码优化工具-a good code optimization tools
- 2022-05-24 12:51:29下载
- 积分: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
-
dm9000aep 在wince5.0上的驱动硬件平台是pxa270 我已经移植成功运行良好...
dm9000aep 在wince5.0上的驱动硬件平台是pxa270 我已经移植成功运行良好-its a dm9000aep drive for wince i have port it to my pxa270 system and its work will
- 2023-01-10 23:15:04下载
- 积分:1
-
Very stable, easy
非常稳定好用的串口通讯源代码,经过上千次测试,没有问题-Very stable, easy-to-use serial communication source code, after thousands of tests, there is no problem
- 2022-11-20 21:40:03下载
- 积分:1
-
Socks Wrapper
建立了通过Socks代理版本 4 套接字和版本 5。
Socks component/wrapper是一个 c + + 类,这是有帮助,建立一个套接字通过袜子代理基于 TCP 的客户端。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-31 10:15:04下载
- 积分:1
-
这里是决策树的分类算法,它是建立在…
here is the decision tree in classification algorithm which is build in excel file.
- 2023-05-16 21:15:03下载
- 积分:1
-
编程书籍,c++
The
C+ +
Programming
Language
Third Edition
编程书籍,c++
The
C+ +
Programming
Language
Third Edition-Programming books, c++ TheC++ ProgrammingLanguageThird Edition
- 2022-04-07 10:03:37下载
- 积分:1